Searched refs:SPRN_LPCR (Results 1 – 15 of 15) sorted by relevance
/arch/powerpc/kernel/ |
D | dt_cpu_ftrs.c | 133 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 …]
|
D | cpu_setup_pa6t.S | 40 mfspr r0,SPRN_LPCR 42 mtspr SPRN_LPCR,r0
|
D | cpu_setup_power.S | 32 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
|
D | setup_64.c | 237 unsigned long lpcr = mfspr(SPRN_LPCR); in cpu_ready_for_interrupts() 238 mtspr(SPRN_LPCR, lpcr | LPCR_AIL_3); in cpu_ready_for_interrupts()
|
D | idle_book3s.S | 66 mfspr r3,SPRN_LPCR 126 mtspr SPRN_LPCR,r3
|
D | time.c | 1011 mtspr(SPRN_LPCR, mfspr(SPRN_LPCR) | LPCR_LD); in enable_large_decrementer()
|
/arch/powerpc/platforms/powernv/ |
D | idle.c | 72 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()
|
D | vas-window.c | 274 lpcr = mfspr(SPRN_LPCR); in init_xlate_regs()
|
/arch/powerpc/mm/ |
D | pgtable-radix.c | 569 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/ |
D | book3s_hv_rm_xics.c | 143 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()
|
D | book3s_hv_rmhandlers.S | 216 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
|
D | book3s_pr.c | 108 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()
|
D | book3s_hv.c | 3779 kvm->arch.host_lpcr = lpcr = mfspr(SPRN_LPCR); in kvmppc_core_init_vm_hv()
|
/arch/powerpc/include/asm/ |
D | reg.h | 390 #define SPRN_LPCR 0x13E /* LPAR Control Register */ macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 1770 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()
|