Page MenuHomeFreeBSD

Add bounce helpers to the arm64 busdma
ClosedPublic

Authored by andrew on Sep 20 2020, 3:36 PM.
Tags
None
Referenced Files
F153699653: D26493.diff
Thu, Apr 23, 1:05 AM
Unknown Object (File)
Mon, Apr 6, 7:49 AM
Unknown Object (File)
Mon, Apr 6, 2:44 AM
Unknown Object (File)
Sat, Apr 4, 3:44 AM
Unknown Object (File)
Fri, Apr 3, 2:17 AM
Unknown Object (File)
Wed, Apr 1, 5:54 AM
Unknown Object (File)
Tue, Mar 31, 1:03 PM
Unknown Object (File)
Mon, Mar 30, 6:14 PM
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 33668
Build 30907: 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.