Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Domap-iommu.h133 #define MMU_CAM_PGSZ_16M (3 << 0) macro
158 (((pgsz) == MMU_CAM_PGSZ_16M) ? 0xff000000 : \
181 (((bytes) == SZ_16M) ? MMU_CAM_PGSZ_16M : \
187 (((iopgsz) == MMU_CAM_PGSZ_16M) ? SZ_16M : \
Domap-iommu.c617 case MMU_CAM_PGSZ_16M: in iopgtable_store_entry_core()