Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-omap/include/plat/
Diommu.h139 ((bytes) == SZ_64K) ? MMU_CAM_PGSZ_64K : \
145 ((iopgsz) == MMU_CAM_PGSZ_64K) ? SZ_64K : \
Diommu2.h62 #define MMU_CAM_PGSZ_64K (1 << 0) macro
Diovmm.h44 #define IOVMF_PGSZ_64K MMU_CAM_PGSZ_64K
/linux-2.6.39/arch/arm/mach-omap2/
Diommu2.c65 ((pgsz) == MMU_CAM_PGSZ_64K) ? 0xffff0000 : \
/linux-2.6.39/arch/arm/plat-omap/
Diommu.c622 case MMU_CAM_PGSZ_64K: in iopgtable_store_entry_core()