Searched refs:ppc_store_slb (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | 8 int ppc_store_slb(PowerPCCPU *cpu, target_ulong slot,
|
H A D | mmu-hash64.c | 240 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 D | machine.c | 480 if (ppc_store_slb(cpu, i, env->slb[i].esid, env->slb[i].vsid) < 0) { in slb_post_load()
|
H A D | mmu_helper.c | 359 ppc_store_slb(cpu, srnum, esid, vsid); in helper_store_sr()
|
H A D | kvm.c | 1187 ppc_store_slb(cpu, rb & 0xfff, rb & ~0xfffULL, rs); in kvmppc_get_books_sregs()
|