Page MenuHomeFreeBSD

Use pmap_quick* in arm64 busdma
ClosedPublic

Authored by jah on Oct 11 2015, 9:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2024, 10:38 AM
Unknown Object (File)
Feb 23 2024, 6:51 AM
Unknown Object (File)
Feb 16 2024, 8:10 AM
Unknown Object (File)
Feb 16 2024, 8:09 AM
Unknown Object (File)
Feb 16 2024, 8:09 AM
Unknown Object (File)
Feb 16 2024, 7:16 AM
Unknown Object (File)
Feb 16 2024, 6:09 AM
Unknown Object (File)
Feb 10 2024, 6:26 PM

Details

Summary

Use pmap_quick* functions to make bounce buffer synchronization more flexible and avoid borrowing UVAs for userspace buffers. This is identical to r286785 and 286787 for x86/busdma_bounce.c

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jah retitled this revision from to Use pmap_quick* in arm64 busdma.
jah updated this object.
jah edited the test plan for this revision. (Show Details)

Port unmapped bounce buffer alignment fix from x86

This revision was automatically updated to reflect the committed changes.