Searched refs:hreg_store_msr (Results 1 – 5 of 5) sorted by relevance
/qemu/target/ppc/ |
H A D | helper_regs.h | 29 int hreg_store_msr(CPUPPCState *env, target_ulong value, int alter_hv);
|
H A D | cpu.c | 92 hreg_store_msr(env, value, 0); in ppc_store_msr()
|
H A D | tcg-excp_helper.c | 476 uint32_t excp = hreg_store_msr(env, val, 0); in helper_store_msr() 509 hreg_store_msr(env, msr, 1); in do_rfi()
|
H A D | helper_regs.c | 289 int hreg_store_msr(CPUPPCState *env, target_ulong value, int alter_hv) in hreg_store_msr() function
|
H A D | cpu_init.c | 7279 hreg_store_msr(env, msr, 1); in ppc_cpu_reset_hold()
|