Home
last modified time | relevance | path

Searched refs:SPRN_LPCR (Results 1 – 15 of 15) sorted by relevance

/arch/powerpc/kernel/
Ddt_cpu_ftrs.c133 lpcr = mfspr(SPRN_LPCR); in __restore_cpu_cpufeatures()
136 mtspr(SPRN_LPCR, lpcr); in __restore_cpu_cpufeatures()
280 lpcr = mfspr(SPRN_LPCR); in feat_enable_hv()
282 mtspr(SPRN_LPCR, lpcr); in feat_enable_hv()
307 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_nap()
311 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_nap()
328 lpcr = mfspr(SPRN_LPCR); in feat_enable_idle_stop()
332 mtspr(SPRN_LPCR, lpcr); in feat_enable_idle_stop()
341 lpcr = mfspr(SPRN_LPCR); in feat_enable_mmu_hash()
348 mtspr(SPRN_LPCR, lpcr); in feat_enable_mmu_hash()
[all …]
Dcpu_setup_pa6t.S40 mfspr r0,SPRN_LPCR
42 mtspr SPRN_LPCR,r0
Dcpu_setup_power.S32 mfspr r3,SPRN_LPCR
47 mfspr r3,SPRN_LPCR
65 mfspr r3,SPRN_LPCR
88 mfspr r3,SPRN_LPCR
111 mfspr r3,SPRN_LPCR
137 mfspr r3,SPRN_LPCR
186 mtspr SPRN_LPCR,r3
Dsetup_64.c237 unsigned long lpcr = mfspr(SPRN_LPCR); in cpu_ready_for_interrupts()
238 mtspr(SPRN_LPCR, lpcr | LPCR_AIL_3); in cpu_ready_for_interrupts()
Didle_book3s.S66 mfspr r3,SPRN_LPCR
126 mtspr SPRN_LPCR,r3
Dtime.c1011 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_LD); in enable_large_decrementer()
/arch/powerpc/platforms/powernv/
Didle.c72 uint64_t lpcr_val = mfspr(SPRN_LPCR); in pnv_save_sprs_for_deep_states()
89 rc = opal_slw_set_reg(pir, SPRN_LPCR, lpcr_val); in pnv_save_sprs_for_deep_states()
395 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()
426 lpcr_val = mfspr(SPRN_LPCR) & ~(u64)LPCR_PECE1; in pnv_cpu_offline()
466 lpcr_val = mfspr(SPRN_LPCR) | (u64)LPCR_PECE1; in pnv_cpu_offline()
Dvas-window.c274 lpcr = mfspr(SPRN_LPCR); in init_xlate_regs()
/arch/powerpc/mm/
Dpgtable-radix.c569 lpcr = mfspr(SPRN_LPCR); in radix__early_init_mmu()
570 mtspr(SPRN_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in radix__early_init_mmu()
594 lpcr = mfspr(SPRN_LPCR); in radix__early_init_mmu_secondary()
595 mtspr(SPRN_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in radix__early_init_mmu_secondary()
609 lpcr = mfspr(SPRN_LPCR); in radix__mmu_cleanup_all()
610 mtspr(SPRN_LPCR, lpcr & ~LPCR_UPRT); in radix__mmu_cleanup_all()
/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c143 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_MER); in icp_rm_set_vcpu_irq()
175 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_MER); in icp_rm_clr_vcpu_irq()
Dbook3s_hv_rmhandlers.S216 mtspr SPRN_LPCR,r8
459 mfspr r4, SPRN_LPCR
461 mtspr SPRN_LPCR, r4
532 mfspr r5, SPRN_LPCR
976 mtspr SPRN_LPCR,r8
1028 mfspr r8, SPRN_LPCR
1031 mtspr SPRN_LPCR, r8
1926 mtspr SPRN_LPCR,r8
2581 mfspr r5,SPRN_LPCR
2602 mtspr SPRN_LPCR,r5
Dbook3s_pr.c108 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) & ~LPCR_AIL); in kvmppc_core_vcpu_load_pr()
140 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_AIL_3); in kvmppc_core_vcpu_put_pr()
Dbook3s_hv.c3779 kvm->arch.host_lpcr = lpcr = mfspr(SPRN_LPCR); in kvmppc_core_init_vm_hv()
/arch/powerpc/include/asm/
Dreg.h390 #define SPRN_LPCR 0x13E /* LPAR Control Register */ macro
/arch/powerpc/xmon/
Dxmon.c1770 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()