Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Domap-iommu.h169 #define MMU_CAM_PGSZ_4K (2 << 0) macro
198 ((pgsz) == MMU_CAM_PGSZ_4K) ? 0xfffff000 : 0)
221 ((bytes) == SZ_4K) ? MMU_CAM_PGSZ_4K : -1)
227 ((iopgsz) == MMU_CAM_PGSZ_4K) ? SZ_4K : 0)
H A Domap-iommu.c226 attr <<= (((e->pgsz == MMU_CAM_PGSZ_4K) || in get_iopte_attr()
640 case MMU_CAM_PGSZ_4K: in iopgtable_store_entry_core()