Searched refs:lpcr_val (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | smp.c | 168 u64 lpcr_val; in pnv_cpu_offline_self() local 213 lpcr_val = mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1; in pnv_cpu_offline_self() 214 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_cpu_offline_self() 290 lpcr_val = mfspr(SPRN_LPCR) | (u64)LPCR_PECE1; in pnv_cpu_offline_self() 291 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_cpu_offline_self()
|
H A D | idle.c | 74 uint64_t lpcr_val = mfspr(SPRN_LPCR); in pnv_save_sprs_for_deep_states() local 88 rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_save_sprs_for_deep_states() 1074 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val) in pnv_program_cpu_hotplug_lpcr() argument 1078 mtspr(SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr() 1085 opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | smp.c | 168 u64 lpcr_val; in pnv_cpu_offline_self() local 213 lpcr_val = mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1; in pnv_cpu_offline_self() 214 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_cpu_offline_self() 290 lpcr_val = mfspr(SPRN_LPCR) | (u64)LPCR_PECE1; in pnv_cpu_offline_self() 291 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_cpu_offline_self()
|
H A D | idle.c | 74 uint64_t lpcr_val = mfspr(SPRN_LPCR); in pnv_save_sprs_for_deep_states() local 88 rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_save_sprs_for_deep_states() 1040 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val) in pnv_program_cpu_hotplug_lpcr() argument 1044 mtspr(SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr() 1051 opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | powernv.h | 12 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | powernv.h | 12 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val);
|
Completed in 5 milliseconds