Searched refs:pgsz (Results 1 – 4 of 4) sorted by relevance
62 #define get_cam_va_mask(pgsz) \ argument63 (((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()
109 e->pgsz = flags & MMU_CAM_PGSZ_MASK; in iotlb_init_entry()114 return iopgsz_to_bytes(e->pgsz); in iotlb_init_entry()
19 u32 pgsz, prsvd, valid; member
327 unsigned int pgsz = (ctl & 2) ? 14:12; /* 16k:4k */ in check_microtlb() local330 pte += 8*((vaddr >> pgsz) & 0x1ff); in check_microtlb()340 a += vaddr & ((1 << pgsz) - 1); in check_microtlb()