Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
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()
Dbook3s_64_slb.S77 andis. r9, r10, SLB_ESID_V@h
Dbook3s_64_mmu.c402 slbe->valid = (rb & SLB_ESID_V) ? 1 : 0; in kvmppc_mmu_book3s_64_slbmte()
423 slbe->orige = rb & (ESID_MASK | SLB_ESID_V); in kvmppc_mmu_book3s_64_slbmte()
Dbook3s_hv_rmhandlers.S1204 andis. r0,r8,SLB_ESID_V@h
1548 andis. r7,r5,SLB_ESID_V@h
Dbook3s_64_mmu_hv.c285 if (!(vcpu->arch.slb[i].orige & SLB_ESID_V)) in kvmppc_mmu_book3s_hv_find_slbe()
Dbook3s_hv.c984 if (sregs->u.s.ppc64.slb[i].slbe & SLB_ESID_V) { in kvm_arch_vcpu_ioctl_set_sregs_hv()
/arch/powerpc/mm/
Dslb.c51 return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | index; in mk_esid_data()
113 ksp_esid_data &= ~SLB_ESID_V; in __slb_flush_and_rebolt()
Dcopro_fault.c143 slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ? ESID_MASK_1T : ESID_MASK)) | SLB_ESID_V; in copro_calculate_slb()
Dslb_low.S283 oris r10,r3,SLB_ESID_V@h /* r3 |= SLB_ESID_V */
/arch/powerpc/include/asm/
Dmmu-hash64.h37 #define SLB_ESID_V ASM_CONST(0x0000000008000000) /* valid */ macro
/arch/powerpc/kernel/
Didle_power7.S431 andis. r7,r5,SLB_ESID_V@h
Dentry_64.S626 oris r0,r6,(SLB_ESID_V)@h
/arch/powerpc/platforms/cell/
Dspu_base.c232 slb->esid = (ea & ESID_MASK) | SLB_ESID_V; in __spu_kernel_slb()
/arch/powerpc/xmon/
Dxmon.c2816 if (esid & SLB_ESID_V) { in dump_segments()