Searched refs:SLB_ESID_V (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_64_mmu_host.c | 279 if (!(svcpu->slb[i].esid & SLB_ESID_V)) in kvmppc_mmu_next_segment() 314 u64 slb_esid = (eaddr & ESID_MASK) | SLB_ESID_V; in kvmppc_mmu_map_segment() 363 if ((svcpu->slb[i].esid & SLB_ESID_V) && in kvmppc_mmu_flush_segment()
|
D | book3s_64_slb.S | 69 andis. r9, r10, SLB_ESID_V@h
|
D | book3s_64_mmu.c | 385 slbe->valid = (rb & SLB_ESID_V) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte() 406 slbe->orige = rb & (ESID_MASK | SLB_ESID_V); in kvmppc_mmu_book3s_64_slbmte()
|
D | book3s_hv_rmhandlers.S | 1508 andis. r0,r8,SLB_ESID_V@h 1536 andis. r7,r5,SLB_ESID_V@h 3360 andis. r7, r5, SLB_ESID_V@h
|
D | book3s_64_mmu_hv.c | 308 if (!(vcpu->arch.slb[i].orige & SLB_ESID_V)) in kvmppc_mmu_book3s_hv_find_slbe()
|
D | book3s_pr.c | 1520 if (rb & SLB_ESID_V) in kvm_arch_vcpu_ioctl_set_sregs_pr()
|
D | book3s_hv.c | 1598 if (sregs->u.s.ppc64.slb[i].slbe & SLB_ESID_V) { in kvm_arch_vcpu_ioctl_set_sregs_hv()
|
/Linux-v5.10/arch/powerpc/mm/ |
D | copro_fault.c | 134 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; in copro_calculate_slb()
|
/Linux-v5.10/arch/powerpc/mm/book3s64/ |
D | slb.c | 44 return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | index; in mk_esid_data() 270 if (!(e & SLB_ESID_V)) { in slb_dump_contents()
|
/Linux-v5.10/drivers/misc/cxl/ |
D | fault.c | 48 if (!ret && !(be64_to_cpu(sste->esid_data) & SLB_ESID_V)) in find_free_sste()
|
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/ |
D | mmu-hash.h | 34 #define SLB_ESID_V ASM_CONST(0x0000000008000000) /* valid */ macro
|
/Linux-v5.10/arch/powerpc/platforms/cell/ |
D | spu_base.c | 221 slb->esid = (ea & ESID_MASK) | SLB_ESID_V; in __spu_kernel_slb()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | entry_64.S | 578 oris r0,r6,(SLB_ESID_V)@h
|
/Linux-v5.10/arch/powerpc/xmon/ |
D | xmon.c | 3696 if (!(esid & SLB_ESID_V)) { in dump_segments()
|