Home
last modified time | relevance | path

Searched defs:IOMMU_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c131 #define IOMMU_PAGE_SIZE (1 << IOMMU_PAGE_SHIFT) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Diommu.h27 #define IOMMU_PAGE_SIZE(tblptr) (ASM_CONST(1) << (tblptr)->it_page_shift) macro
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c42 #define IOMMU_PAGE_SIZE(shift) (1ULL << (shift)) macro