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

/arch/arm/mach-omap2/
H A Diommu2.c62 #define get_cam_va_mask(pgsz) \
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))) {
211 cr->cam = (e->da & MMU_CAM_VATAG_MASK) | e->prsvd | e->pgsz | e->valid;
229 attr <<= (((e->pgsz == MMU_CAM_PGSZ_4K) ||
230 (e->pgsz == MMU_CAM_PGSZ_64K)) ? 0 : 6);
317 e->pgsz
[all...]
/arch/arm/plat-omap/include/plat/
H A Diopgtable.h109 e->pgsz = flags & MMU_CAM_PGSZ_MASK;
114 return iopgsz_to_bytes(e->pgsz);
H A Diommu.h19 u32 pgsz, prsvd, valid; member in struct:iotlb_entry
/arch/mips/sgi-ip22/
H A Dip28-berr.c327 unsigned int pgsz = (ctl & 2) ? 14:12; /* 16k:4k */ local
330 pte += 8*((vaddr >> pgsz) & 0x1ff);
340 a += vaddr & ((1 << pgsz) - 1);

Completed in 81 milliseconds