Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmmu-hash64.c61 esid_256M = (eaddr & SEGMENT_MASK_256M) | SLB_ESID_V; in slb_lookup()
62 esid_1T = (eaddr & SEGMENT_MASK_1T) | SLB_ESID_V; in slb_lookup()
164 if (!(slb->esid & SLB_ESID_V)) { in helper_SLBIA()
174 slb->esid &= ~SLB_ESID_V; in helper_SLBIA()
200 slb->esid &= ~SLB_ESID_V; in helper_SLBIAG()
216 if (slb->esid & SLB_ESID_V) { in __helper_slbie()
217 slb->esid &= ~SLB_ESID_V; in __helper_slbie()
251 if (esid & ~(SLB_ESID_ESID | SLB_ESID_V)) { in ppc_store_slb()
970 slb->esid = SLB_ESID_V; in build_vrma_slbe()
H A Dmmu-hash64.h30 #define SLB_ESID_V 0x0000000008000000ULL /* valid */ macro
H A Dmmu_helper.c353 esid = ((uint64_t)(srnum & 0xf) << 28) | SLB_ESID_V; in helper_store_sr()
H A Dkvm.c886 if (env->slb[i].esid & SLB_ESID_V) { in kvmppc_put_books_sregs()
1193 if (rb & SLB_ESID_V) { in kvmppc_get_books_sregs()