Searched refs:SLB_ESID_V (Results 1 - 15 of 15) sorted by last modified time

/linux-master/arch/powerpc/xmon/
H A Dxmon.c3767 if (!(esid & SLB_ESID_V)) {
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c2143 if (sregs->u.s.ppc64.slb[i].slbe & SLB_ESID_V) {
H A Dbook3s_pr.c1503 if (rb & SLB_ESID_V)
H A Dbook3s_hv_p9_entry.c407 if (slbee & SLB_ESID_V) {
H A Dbook3s_64_mmu_hv.c318 if (!(vcpu->arch.slb[i].orige & SLB_ESID_V))
H A Dbook3s_hv_rmhandlers.S1160 andis. r0,r8,SLB_ESID_V@h
1185 andis. r7,r5,SLB_ESID_V@h
H A Dbook3s_64_mmu_host.c281 if (!(svcpu->slb[i].esid & SLB_ESID_V))
316 u64 slb_esid = (eaddr & ESID_MASK) | SLB_ESID_V;
365 if ((svcpu->slb[i].esid & SLB_ESID_V) &&
H A Dbook3s_64_mmu.c384 slbe->valid = (rb & SLB_ESID_V) ? 1 : 0;
405 slbe->orige = rb & (ESID_MASK | SLB_ESID_V);
H A Dbook3s_64_slb.S69 andis. r9, r10, SLB_ESID_V@h
/linux-master/arch/powerpc/mm/book3s64/
H A Dslb.c242 (e & SLB_ESID_V) ? "VALID" : "NOT VALID");
244 if (!(e & SLB_ESID_V))
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_base.c220 slb->esid = (ea & ESID_MASK) | SLB_ESID_V;
/linux-master/arch/powerpc/kernel/
H A Dswitch.S94 oris r0,r6,(SLB_ESID_V)@h
/linux-master/arch/powerpc/mm/
H A Dcopro_fault.c132 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V;
/linux-master/drivers/misc/cxl/
H A Dfault.c48 if (!ret && !(be64_to_cpu(sste->esid_data) & SLB_ESID_V))
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h34 #define SLB_ESID_V ASM_CONST(0x0000000008000000) /* valid */ macro
868 return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | index;

Completed in 469 milliseconds