Searched refs:lpcr_val (Results 1 – 1 of 1) sorted by relevance
72 uint64_t lpcr_val = mfspr(SPRN_LPCR); in pnv_save_sprs_for_deep_states() local89 rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_save_sprs_for_deep_states()391 static void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val) in pnv_program_cpu_hotplug_lpcr() argument395 mtspr(SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr()402 opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_program_cpu_hotplug_lpcr()414 u64 lpcr_val; in pnv_cpu_offline() local426 lpcr_val = mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1; in pnv_cpu_offline()427 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_cpu_offline()466 lpcr_val = mfspr(SPRN_LPCR) | (u64)LPCR_PECE1; in pnv_cpu_offline()467 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val); in pnv_cpu_offline()