Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Domap-iommu.h133 #define MMU_CAM_PGSZ_1M (0 << 0) macro
162 ((pgsz) == MMU_CAM_PGSZ_1M) ? 0xfff00000 : \
178 ((bytes) == SZ_1M) ? MMU_CAM_PGSZ_1M : \
184 ((iopgsz) == MMU_CAM_PGSZ_1M) ? SZ_1M : \
Domap-iommu.c746 case MMU_CAM_PGSZ_1M: in iopgtable_store_entry_core()