Home
last modified time | relevance | path

Searched refs:pgsz (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-omap2/
Diommu2.c62 #define get_cam_va_mask(pgsz) \ argument
63 (((pgsz) == MMU_CAM_PGSZ_16M) ? 0xff000000 : \
64 ((pgsz) == MMU_CAM_PGSZ_1M) ? 0xfff00000 : \
65 ((pgsz) == MMU_CAM_PGSZ_64K) ? 0xffff0000 : \
66 ((pgsz) == MMU_CAM_PGSZ_4K) ? 0xfffff000 : 0)
201 if (e->da & ~(get_cam_va_mask(e->pgsz))) { in omap2_alloc_cr()
211 cr->cam = (e->da & MMU_CAM_VATAG_MASK) | e->prsvd | e->pgsz | e->valid; in omap2_alloc_cr()
229 attr <<= (((e->pgsz == MMU_CAM_PGSZ_4K) || in omap2_get_pte_attr()
230 (e->pgsz == MMU_CAM_PGSZ_64K)) ? 0 : 6); in omap2_get_pte_attr()
317 e->pgsz = cr->cam & MMU_CAM_PGSZ_MASK; in omap2_cr_to_e()
/arch/arm/plat-omap/include/plat/
Diopgtable.h109 e->pgsz = flags & MMU_CAM_PGSZ_MASK; in iotlb_init_entry()
114 return iopgsz_to_bytes(e->pgsz); in iotlb_init_entry()
Diommu.h19 u32 pgsz, prsvd, valid; member
/arch/mips/sgi-ip22/
Dip28-berr.c327 unsigned int pgsz = (ctl & 2) ? 14:12; /* 16k:4k */ in check_microtlb() local
330 pte += 8*((vaddr >> pgsz) & 0x1ff); in check_microtlb()
340 a += vaddr & ((1 << pgsz) - 1); in check_microtlb()