Home
last modified time | relevance | path

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

/drivers/iommu/
Domap-iommu.h168 #define MMU_CAM_PGSZ_64K (1 << 0) macro
197 ((pgsz) == MMU_CAM_PGSZ_64K) ? 0xffff0000 : \
220 ((bytes) == SZ_64K) ? MMU_CAM_PGSZ_64K : \
226 ((iopgsz) == MMU_CAM_PGSZ_64K) ? SZ_64K : \
Domap-iommu.c227 (e->pgsz == MMU_CAM_PGSZ_64K)) ? 0 : 6); in get_iopte_attr()
637 case MMU_CAM_PGSZ_64K: in iopgtable_store_entry_core()