Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_64_slb.S69 andis. r9, r10, SLB_ESID_V@h
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()
H A Dbook3s_hv_p9_entry.c407 if (slbee & SLB_ESID_V) { in save_clear_guest_mmu()
/linux/arch/powerpc/mm/book3s64/
H A Dslb.c251 (e & SLB_ESID_V) ? "VALID" : "NOT VALID"); in slb_dump_contents()
253 if (!(e & SLB_ESID_V)) in slb_dump_contents()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h34 #define SLB_ESID_V ASM_CONST(0x0000000008000000) /* valid */ macro
867 return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | index; in mk_esid_data()
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c219 slb->esid = (ea & ESID_MASK) | SLB_ESID_V; in __spu_kernel_slb()