Home
last modified time | relevance | path

Searched refs:lpcr_val (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsmp.c165 u64 lpcr_val; in pnv_smp_cpu_kill_self() local
211 lpcr_val = mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1; in pnv_smp_cpu_kill_self()
212 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_smp_cpu_kill_self()
288 lpcr_val = mfspr(SPRN_LPCR) | (u64)LPCR_PECE1; in pnv_smp_cpu_kill_self()
289 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_smp_cpu_kill_self()
Didle.c74 uint64_t lpcr_val = mfspr(SPRN_LPCR); in pnv_save_sprs_for_deep_states() local
91 rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_save_sprs_for_deep_states()
949 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val) in pnv_program_cpu_hotplug_lpcr() argument
953 mtspr(SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr()
960 opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr()
/Linux-v5.4/arch/powerpc/include/asm/
Dpowernv.h12 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val);