Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h71 #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