Home
last modified time | relevance | path

Searched refs:SLB_ESID_V (Results 1 – 15 of 15) sorted by relevance

/linux/arch/powerpc/kvm/
A Dbook3s_64_mmu_host.c281 if (!(svcpu->slb[i].esid & SLB_ESID_V)) in kvmppc_mmu_next_segment()
316 u64 slb_esid = (eaddr & ESID_MASK) | SLB_ESID_V; in kvmppc_mmu_map_segment()
365 if ((svcpu->slb[i].esid & SLB_ESID_V) && in kvmppc_mmu_flush_segment()
A Dbook3s_64_slb.S69 andis. r9, r10, SLB_ESID_V@h
A Dbook3s_64_mmu.c384 slbe->valid = (rb & SLB_ESID_V) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
405 slbe->orige = rb & (ESID_MASK | SLB_ESID_V); in kvmppc_mmu_book3s_64_slbmte()
A Dbook3s_hv_p9_entry.c175 if (slbee & SLB_ESID_V) { in save_clear_guest_mmu()
A Dbook3s_hv_rmhandlers.S1157 andis. r0,r8,SLB_ESID_V@h
1182 andis. r7,r5,SLB_ESID_V@h
A Dbook3s_64_mmu_hv.c309 if (!(vcpu->arch.slb[i].orige & SLB_ESID_V)) in kvmppc_mmu_book3s_hv_find_slbe()
A Dbook3s_pr.c1499 if (rb & SLB_ESID_V) in kvm_arch_vcpu_ioctl_set_sregs_pr()
A Dbook3s_hv.c1911 if (sregs->u.s.ppc64.slb[i].slbe & SLB_ESID_V) { in kvm_arch_vcpu_ioctl_set_sregs_hv()
/linux/arch/powerpc/mm/
A Dcopro_fault.c134 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; in copro_calculate_slb()
/linux/arch/powerpc/include/asm/book3s/64/
A Dmmu-hash.h33 #define SLB_ESID_V ASM_CONST(0x0000000008000000) /* valid */ macro
861 return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | index; in mk_esid_data()
/linux/arch/powerpc/mm/book3s64/
A Dslb.c242 (e & SLB_ESID_V) ? "VALID" : "NOT VALID"); in slb_dump_contents()
244 if (!(e & SLB_ESID_V)) in slb_dump_contents()
/linux/drivers/misc/cxl/
A Dfault.c48 if (!ret && !(be64_to_cpu(sste->esid_data) & SLB_ESID_V)) in find_free_sste()
/linux/arch/powerpc/kernel/
A Dentry_64.S201 oris r0,r6,(SLB_ESID_V)@h
/linux/arch/powerpc/platforms/cell/
A Dspu_base.c221 slb->esid = (ea & ESID_MASK) | SLB_ESID_V; in __spu_kernel_slb()
/linux/arch/powerpc/xmon/
A Dxmon.c3761 if (!(esid & SLB_ESID_V)) { in dump_segments()

Completed in 39 milliseconds