Searched refs:SPRN_LPCR (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 30 mfspr r3,SPRN_LPCR 43 mfspr r3,SPRN_LPCR 58 mfspr r3,SPRN_LPCR 77 mfspr r3,SPRN_LPCR 120 mtspr SPRN_LPCR,r3
|
D | cpu_setup_pa6t.S | 40 mfspr r0,SPRN_LPCR 42 mtspr SPRN_LPCR,r0
|
D | setup_64.c | 212 unsigned long lpcr = mfspr(SPRN_LPCR); in cpu_ready_for_interrupts() 213 mtspr(SPRN_LPCR, lpcr | LPCR_AIL_3); in cpu_ready_for_interrupts()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | smp.c | 173 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1); in pnv_smp_cpu_kill_self() 215 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_PECE1); in pnv_smp_cpu_kill_self()
|
D | setup.c | 292 uint64_t lpcr_val = mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1; in pnv_save_sprs_for_winkle() 316 rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_save_sprs_for_winkle()
|
/linux-4.1.27/drivers/cpuidle/ |
D | cpuidle-powernv.c | 69 unsigned long old_lpcr = mfspr(SPRN_LPCR); in fastsleep_loop() 81 mtspr(SPRN_LPCR, new_lpcr); in fastsleep_loop() 84 mtspr(SPRN_LPCR, old_lpcr); in fastsleep_loop()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 65 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_MER); in icp_rm_set_vcpu_irq() 88 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_MER); in icp_rm_clr_vcpu_irq()
|
D | book3s_hv_rmhandlers.S | 189 mtspr SPRN_LPCR,r8 370 mfspr r4, SPRN_LPCR 372 mtspr SPRN_LPCR, r4 864 mtspr SPRN_LPCR,r8 897 mfspr r8, SPRN_LPCR 900 mtspr SPRN_LPCR, r8 1612 mtspr SPRN_LPCR,r8 2184 mfspr r5,SPRN_LPCR 2190 mtspr SPRN_LPCR,r5
|
D | book3s_pr.c | 107 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_AIL); in kvmppc_core_vcpu_load_pr() 139 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_AIL_3); in kvmppc_core_vcpu_put_pr()
|
D | book3s_hv.c | 2543 kvm->arch.host_lpcr = lpcr = mfspr(SPRN_LPCR); in kvmppc_core_init_vm_hv()
|
/linux-4.1.27/drivers/misc/cxl/ |
D | native.c | 448 if (mfspr(SPRN_LPCR) & LPCR_TC) in attach_afu_directed() 540 if (mfspr(SPRN_LPCR) & LPCR_TC) in attach_dedicated()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | reg.h | 309 #define SPRN_LPCR 0x13E /* LPAR Control Register */ macro
|