Searched refs:SLBE_ESID_MASK (Results 1 – 2 of 2) sorted by relevance
80 #define SLBE_ESID_MASK 0xfffffffff0000000ULL /* Effective SegID mask */ macro290 if ((slb->slbe & SLBE_ESID_MASK) != (ea & SLBE_ESID_MASK)) in slb_search()340 va_page = (ea & ~SLBE_ESID_MASK) >> b; in pte_search()573 ea = slb->slbe & SLBE_ESID_MASK; in get_ea()597 ea |= ((hash ^ (vsid & PTE_HASH_MASK)) << b) & ~SLBE_ESID_MASK; in get_ea()
62 #define SLBE_ESID_MASK 0xfffffffff0000000UL /* Effective segment ID mask */ macro