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)
Mon, Jan 6, 6:30 PM
Unknown Object (File)
Fri, Dec 20, 8:58 PM
Unknown Object (File)
Nov 1 2024, 8:13 AM
Unknown Object (File)
Oct 5 2024, 9:14 PM
Unknown Object (File)
Sep 21 2024, 12:39 PM
Unknown Object (File)
Sep 13 2024, 8:50 PM
Unknown Object (File)
Sep 10 2024, 4:57 PM
Unknown Object (File)
Sep 8 2024, 9:55 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