Lines Matching refs:esid
68 PRIx64 "\n", __func__, n, slb->esid, slb->vsid); in slb_lookup()
74 if (((slb->esid == esid_256M) && in slb_lookup()
76 || ((slb->esid == esid_1T) && in slb_lookup()
95 slbe = env->slb[i].esid; in dump_slb()
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()
241 target_ulong esid, target_ulong vsid) in ppc_store_slb() argument
251 if (esid & ~(SLB_ESID_ESID | SLB_ESID_V)) { in ppc_store_slb()
277 slot, esid, vsid); in ppc_store_slb()
281 slb->esid = esid; in ppc_store_slb()
286 " => %016" PRIx64 " %016" PRIx64 "\n", __func__, slot, esid, vsid, in ppc_store_slb()
287 slb->esid, slb->vsid); in ppc_store_slb()
304 *rt = slb->esid; in ppc_load_slb_esid()
970 slb->esid = SLB_ESID_V; in build_vrma_slbe()