Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.c4670 #ifdef PVH_FLAG_IOMMU
4905 #ifdef PVH_FLAG_IOMMU
7698 #ifdef PVH_FLAG_IOMMU
7841 #ifdef PVH_FLAG_IOMMU
8028 #ifdef PVH_FLAG_IOMMU
8125 #ifdef PVH_FLAG_IOMMU
10244 #ifdef PVH_FLAG_IOMMU
10714 #ifdef PVH_FLAG_IOMMU