Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Domap-iommu.h168 #define MMU_CAM_PGSZ_16M (3 << 0) macro
193 (((pgsz) == MMU_CAM_PGSZ_16M) ? 0xff000000 : \
216 (((bytes) == SZ_16M) ? MMU_CAM_PGSZ_16M : \
222 (((iopgsz) == MMU_CAM_PGSZ_16M) ? SZ_16M : \
H A Domap-iommu.c631 case MMU_CAM_PGSZ_16M: in iopgtable_store_entry_core()