Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Domap-iommu.h136 #define MMU_CAM_PGSZ_16M (3 << 0) macro
161 (((pgsz) == MMU_CAM_PGSZ_16M) ? 0xff000000 : \
177 (((bytes) == SZ_16M) ? MMU_CAM_PGSZ_16M : \
183 (((iopgsz) == MMU_CAM_PGSZ_16M) ? SZ_16M : \
Domap-iommu.c743 case MMU_CAM_PGSZ_16M: in iopgtable_store_entry_core()