Home
last modified time | relevance | path

Searched refs:MMU_CAM_PGSZ_4K (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Domap-iommu.h169 #define MMU_CAM_PGSZ_4K (2 << 0) macro
198 ((pgsz) == MMU_CAM_PGSZ_4K) ? 0xfffff000 : 0)
221 ((bytes) == SZ_4K) ? MMU_CAM_PGSZ_4K : -1)
227 ((iopgsz) == MMU_CAM_PGSZ_4K) ? SZ_4K : 0)
H A Domap-iommu.c227 attr <<= (((e->pgsz == MMU_CAM_PGSZ_4K) || in get_iopte_attr()
641 case MMU_CAM_PGSZ_4K: in iopgtable_store_entry_core()
/kernel/linux/linux-6.6/drivers/iommu/
H A Domap-iommu.h169 #define MMU_CAM_PGSZ_4K (2 << 0) macro
198 ((pgsz) == MMU_CAM_PGSZ_4K) ? 0xfffff000 : 0)
221 ((bytes) == SZ_4K) ? MMU_CAM_PGSZ_4K : -1)
227 ((iopgsz) == MMU_CAM_PGSZ_4K) ? SZ_4K : 0)
H A Domap-iommu.c226 attr <<= (((e->pgsz == MMU_CAM_PGSZ_4K) || in get_iopte_attr()
640 case MMU_CAM_PGSZ_4K: in iopgtable_store_entry_core()

Completed in 6 milliseconds