Home
last modified time | relevance | path

Searched refs:PVH_FLAG_IOMMU (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/arm/pmap/
H A Dpmap_data.h177 #define PVH_FLAG_IOMMU 0x4UL macro
451 #ifdef PVH_FLAG_IOMMU in pvh_ptep_is_iommu()
452 return (vm_offset_t)ptep & PVH_FLAG_IOMMU; in pvh_ptep_is_iommu()
471 #ifdef PVH_FLAG_IOMMU in pvh_strip_ptep()
473 return (const pt_entry_t*)((pte_va & ~PVH_FLAG_IOMMU) | PVH_FLAG_IOMMU_TABLE); in pvh_strip_ptep()
H A Dpmap.c4652 #ifdef PVH_FLAG_IOMMU
4887 #ifdef PVH_FLAG_IOMMU
7648 #ifdef PVH_FLAG_IOMMU
7791 #ifdef PVH_FLAG_IOMMU
7978 #ifdef PVH_FLAG_IOMMU
8075 #ifdef PVH_FLAG_IOMMU
10172 #ifdef PVH_FLAG_IOMMU
10642 #ifdef PVH_FLAG_IOMMU