Page MenuHomeFreeBSD

Add bounce helpers to the arm64 busdma
ClosedPublic

Authored by andrew on Sep 20 2020, 3:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 9:22 AM
Unknown Object (File)
Dec 22 2023, 10:26 PM
Unknown Object (File)
Oct 31 2023, 11:27 PM
Unknown Object (File)
Jul 19 2023, 5:16 PM
Unknown Object (File)
Jul 15 2023, 3:33 AM
Unknown Object (File)
Jul 1 2023, 9:05 AM
Unknown Object (File)
May 17 2023, 8:48 AM
Unknown Object (File)
May 9 2023, 7:35 AM
Subscribers

Details

Summary

Add helper functions to the arm64 busdma for common cases of checking if
we may need to bounce, and if we must bounce for a given address.

These will be expanded later as we handle cache-misaligned memory.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33749
Build 30972: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 20 2020, 4:59 PM

Add more calls to might_bounce/must_bounce

This revision now requires review to proceed.Sep 23 2020, 9:36 AM
This revision is now accepted and ready to land.Sep 23 2020, 5:06 PM
This revision was automatically updated to reflect the committed changes.