Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sparc64/
H A Dsun4u_iommu.c38 #define IOMMU_PAGE_SIZE_64K (1ULL << 16) macro
39 #define IOMMU_PAGE_MASK_64K (~(IOMMU_PAGE_SIZE_64K - 1))
179 ret.addr_mask = (IOMMU_PAGE_SIZE_64K - 1); in sun4u_translate_iommu()