SLB_ESID_V
return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | index;
slbe->valid = (rb & SLB_ESID_V) ? 1 : 0;
slbe->orige = rb & (ESID_MASK | SLB_ESID_V);
if (!(svcpu->slb[i].esid & SLB_ESID_V))
u64 slb_esid = (eaddr & ESID_MASK) | SLB_ESID_V;
if ((svcpu->slb[i].esid & SLB_ESID_V) &&
if (!(vcpu->arch.slb[i].orige & SLB_ESID_V))
if (sregs->u.s.ppc64.slb[i].slbe & SLB_ESID_V) {
if (slbee & SLB_ESID_V) {
if (rb & SLB_ESID_V)
(e & SLB_ESID_V) ? "VALID" : "NOT VALID");
if (!(e & SLB_ESID_V))
slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V;
slb->esid = (ea & ESID_MASK) | SLB_ESID_V;
if (!(esid & SLB_ESID_V)) {