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)
Wed, Oct 15, 10:20 AM
Unknown Object (File)
Mon, Oct 13, 9:14 AM
Unknown Object (File)
Mon, Oct 13, 9:14 AM
Unknown Object (File)
Mon, Oct 13, 9:14 AM
Unknown Object (File)
Sun, Oct 12, 8:50 PM
Unknown Object (File)
Mon, Oct 6, 8:44 PM
Unknown Object (File)
Fri, Oct 3, 11:39 PM
Unknown Object (File)
Thu, Oct 2, 7:11 AM
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