Searched refs:SEGMENT_MASK_256M (Results 1 – 4 of 4) sorted by relevance
263 pgidx = (eaddr & ~SEGMENT_MASK_256M) >> TARGET_PAGE_BITS; in ppc_hash32_htab_lookup()
61 esid_256M = (eaddr & SEGMENT_MASK_256M) | SLB_ESID_V; in slb_lookup()739 epn = (eaddr & ~SEGMENT_MASK_256M) & epnmask; in ppc_hash64_htab_lookup()
293 pgidx = (eaddr & ~SEGMENT_MASK_256M) >> TARGET_PAGE_BITS; in mmu6xx_get_physical_address()
401 #define SEGMENT_MASK_256M (~((1ULL << SEGMENT_SHIFT_256M) - 1)) macro