Home
last modified time | relevance | path

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

/drivers/iommu/
Domap-iommu.h170 #define MMU_CAM_PGSZ_16M (3 << 0) macro
195 (((pgsz) == MMU_CAM_PGSZ_16M) ? 0xff000000 : \
218 (((bytes) == SZ_16M) ? MMU_CAM_PGSZ_16M : \
224 (((iopgsz) == MMU_CAM_PGSZ_16M) ? SZ_16M : \
Domap-iommu.c631 case MMU_CAM_PGSZ_16M: in iopgtable_store_entry_core()