Page MenuHomeFreeBSD

Remove virtual addresses from smmu_pmap_remove_pages
ClosedPublic

Authored by andrew on Mar 21 2023, 4:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 1:28 PM
Unknown Object (File)
Tue, Apr 8, 2:13 PM
Unknown Object (File)
Sun, Apr 6, 8:20 AM
Unknown Object (File)
Feb 26 2025, 1:43 AM
Unknown Object (File)
Feb 13 2025, 1:52 PM
Unknown Object (File)
Feb 12 2025, 7:21 AM
Unknown Object (File)
Feb 3 2025, 5:42 PM
Unknown Object (File)
Feb 3 2025, 1:25 PM
Subscribers

Details

Summary

This function needs to unmap all memory in a given SMMU context. Have
it iterate over all page table entries to find what has been mapped
rather than looking at virtual addresses.

While here use SMMU specific macros.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable