SLBE_ESID_SHIFT
esid = ea >> SLBE_ESID_SHIFT;
slb->slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID | i;
(SLBE_ESID_SHIFT - 5 + shift);
slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID;
child->u.slb_entries[idx].slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID;
ua->u.slb_entries[idx].slbe = (esid << SLBE_ESID_SHIFT)
slbe = (esid << SLBE_ESID_SHIFT) | SLBE_VALID;
#define USER_SLB_SLBE (((USER_ADDR >> ADDR_SR_SHFT) << SLBE_ESID_SHIFT) | \