Home
last modified time | relevance | path

Searched hist:cdd34e00 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/iommu/
H A Diommu_pmap.ccdd34e00 Mon Apr 24 11:47:55 GMT 2023 Andrew Turner <andrew@FreeBSD.org> Remove virtual addresses from smmu_pmap_remove_pages

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
Differential Revision: https://reviews.freebsd.org/D39185