Home
last modified time | relevance | path

Searched defs:IOMMU_PAGE_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c132 #define IOMMU_PAGE_MASK (~(IOMMU_PAGE_SIZE - 1)) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Diommu.h28 #define IOMMU_PAGE_MASK(tblptr) (~((1 << (tblptr)->it_page_shift) - 1)) macro
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c43 #define IOMMU_PAGE_MASK(shift) (~(IOMMU_PAGE_SIZE(shift) - 1)) macro
/openbmc/linux/drivers/iommu/amd/
H A Damd_iommu_types.h414 #define IOMMU_PAGE_MASK (((1ULL << 52) - 1) & ~0xfffULL) macro