Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Domap-iommu.h165 #define MMU_CAM_PGSZ_4K (2 << 0) macro
194 ((pgsz) == MMU_CAM_PGSZ_4K) ? 0xfffff000 : 0)
217 ((bytes) == SZ_4K) ? MMU_CAM_PGSZ_4K : -1)
223 ((iopgsz) == MMU_CAM_PGSZ_4K) ? SZ_4K : 0)
Domap-iommu.c243 attr <<= (((e->pgsz == MMU_CAM_PGSZ_4K) || in get_iopte_attr()
657 case MMU_CAM_PGSZ_4K: in iopgtable_store_entry_core()