Home
last modified time | relevance | path

Searched refs:ppc_store_slb (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h8 int ppc_store_slb(PowerPCCPU *cpu, target_ulong slot,
H A Dmmu-hash64.c240 int ppc_store_slb(PowerPCCPU *cpu, target_ulong slot, in ppc_store_slb() function
345 if (ppc_store_slb(cpu, rb & 0xfff, rb & ~0xfffULL, rs) < 0) { in helper_SLBMTE()
H A Dmachine.c480 if (ppc_store_slb(cpu, i, env->slb[i].esid, env->slb[i].vsid) < 0) { in slb_post_load()
H A Dmmu_helper.c359 ppc_store_slb(cpu, srnum, esid, vsid); in helper_store_sr()
H A Dkvm.c1187 ppc_store_slb(cpu, rb & 0xfff, rb & ~0xfffULL, rs); in kvmppc_get_books_sregs()