Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sparc64/
H A Dsun4u_iommu.c36 #define IOMMU_PAGE_SIZE_8K (1ULL << 13) macro
37 #define IOMMU_PAGE_MASK_8K (~(IOMMU_PAGE_SIZE_8K - 1))
184 ret.addr_mask = (IOMMU_PAGE_SIZE_8K - 1); in sun4u_translate_iommu()