Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Domap-iommu.h167 #define MMU_CAM_PGSZ_1M (0 << 0) macro
196 ((pgsz) == MMU_CAM_PGSZ_1M) ? 0xfff00000 : \
219 ((bytes) == SZ_1M) ? MMU_CAM_PGSZ_1M : \
225 ((iopgsz) == MMU_CAM_PGSZ_1M) ? SZ_1M : \
H A Domap-iommu.c634 case MMU_CAM_PGSZ_1M: in iopgtable_store_entry_core()