Searched refs:hreg_store_msr (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | helper_regs.h | 27 int hreg_store_msr(CPUPPCState *env, target_ulong value, int alter_hv);
|
H A D | cpu.c | 91 hreg_store_msr(env, value, 0); in ppc_store_msr()
|
H A D | helper_regs.c | 290 int hreg_store_msr(CPUPPCState *env, target_ulong value, int alter_hv) in hreg_store_msr() function
|
H A D | excp_helper.c | 2601 uint32_t excp = hreg_store_msr(env, val, 0); in helper_store_msr() 2663 hreg_store_msr(env, msr, 1); in do_rfi()
|
H A D | cpu_init.c | 7237 hreg_store_msr(env, msr, 1); in ppc_cpu_reset_hold()
|