Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Domap-iommu.h135 #define MMU_CAM_PGSZ_4K (2 << 0) macro
164 ((pgsz) == MMU_CAM_PGSZ_4K) ? 0xfffff000 : 0)
180 ((bytes) == SZ_4K) ? MMU_CAM_PGSZ_4K : -1)
186 ((iopgsz) == MMU_CAM_PGSZ_4K) ? SZ_4K : 0)
Domap-iommu.c239 attr <<= (((e->pgsz == MMU_CAM_PGSZ_4K) || in get_iopte_attr()
752 case MMU_CAM_PGSZ_4K: in iopgtable_store_entry_core()