Searched refs:ppc_store_lpcr (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/ppc/ |
H A D | spapr_cpu_core.c | 69 ppc_store_lpcr(cpu, lpcr); in spapr_reset_vcpu() 103 ppc_store_lpcr(cpu, env->spr[SPR_LPCR] | pcc->lpcr_pm); in spapr_cpu_set_entry_state()
|
H A D | spapr_rtas.c | 188 ppc_store_lpcr(newcpu, lpcr); in rtas_start_cpu() 222 ppc_store_lpcr(cpu, env->spr[SPR_LPCR] & ~pcc->lpcr_pm); in rtas_stop_self()
|
H A D | spapr_caps.c | 591 ppc_store_lpcr(cpu, lpcr); in cap_large_decr_cpu_apply()
|
H A D | spapr.c | 1355 ppc_store_lpcr(cpu, lpcr); in do_lpcr_sync() 1381 ppc_store_lpcr(cpu, lpcr); in spapr_init_all_lpcrs()
|
/qemu/target/ppc/ |
H A D | cpu.c | 96 void ppc_store_lpcr(PowerPCCPU *cpu, target_ulong val) in ppc_store_lpcr() function
|
H A D | mmu-hash64.c | 1226 ppc_store_lpcr(cpu, val); in helper_store_lpcr()
|
H A D | cpu.h | 1602 void ppc_store_lpcr(PowerPCCPU *cpu, target_ulong val);
|