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

/linux-master/arch/powerpc/include/asm/
H A Dpowernv.h12 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val);
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c168 u64 lpcr_val; local
213 lpcr_val = mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1;
214 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val);
290 lpcr_val = mfspr(SPRN_LPCR) | (u64)LPCR_PECE1;
291 pnv_program_cpu_hotplug_lpcr(cpu, lpcr_val);
H A Didle.c74 uint64_t lpcr_val = mfspr(SPRN_LPCR); local
88 rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val);
1040 void pnv_program_cpu_hotplug_lpcr(unsigned int cpu, u64 lpcr_val) argument
1044 mtspr(SPRN_LPCR, lpcr_val);
1051 opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val);

Completed in 125 milliseconds