Searched refs:COMMON_IOMMU_TTE_V (Results 1 – 1 of 1) sorted by relevance
71 #define MAKE_TTE_TEMPLATE(pfn, mp) (COMMON_IOMMU_TTE_V | \75 #define TTE_IS_INVALID(tte) (((tte) & COMMON_IOMMU_TTE_V) == 0x0ull)103 #define COMMON_IOMMU_TTE_V 0x8000000000000000ull macro