Searched refs:SLB_ESID_V (Results 1 – 6 of 6) sorted by relevance
69 andis. r9, r10, SLB_ESID_V@h
384 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()
407 if (slbee & SLB_ESID_V) { in save_clear_guest_mmu()
251 (e & SLB_ESID_V) ? "VALID" : "NOT VALID"); in slb_dump_contents()253 if (!(e & SLB_ESID_V)) in slb_dump_contents()
34 #define SLB_ESID_V ASM_CONST(0x0000000008000000) /* valid */ macro867 return (ea & slb_esid_mask(ssize)) | SLB_ESID_V | index; in mk_esid_data()
219 slb->esid = (ea & ESID_MASK) | SLB_ESID_V; in __spu_kernel_slb()