Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Domap-iommu.h163 #define MMU_CAM_PGSZ_1M (0 << 0) macro
192 ((pgsz) == MMU_CAM_PGSZ_1M) ? 0xfff00000 : \
215 ((bytes) == SZ_1M) ? MMU_CAM_PGSZ_1M : \
221 ((iopgsz) == MMU_CAM_PGSZ_1M) ? SZ_1M : \
Domap-iommu.c651 case MMU_CAM_PGSZ_1M: in iopgtable_store_entry_core()