Home
last modified time | relevance | path

Searched refs:SPRN_PSSCR (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c212 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power9()
234 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power9()
255 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power10()
279 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power10()
H A Didle_book3s.S32 mtspr SPRN_PSSCR,r3
51 mtspr SPRN_PSSCR,r3
/linux/arch/powerpc/platforms/powernv/
H A Didle.c699 psscr = mfspr(SPRN_PSSCR); in power9_idle_stop()
935 psscr = mfspr(SPRN_PSSCR); in power10_idle_stop()
1015 psscr = mfspr(SPRN_PSSCR); in arch300_idle_type()
1068 psscr = mfspr(SPRN_PSSCR); in pnv_cpu_offline()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c570 host_hpsscr = mfspr(SPRN_PSSCR); in kvmhv_vcpu_entry_p9()
635 mtspr(SPRN_PSSCR, vcpu->arch.psscr | PSSCR_EC | in kvmhv_vcpu_entry_p9()
883 mtspr(SPRN_PSSCR, host_hpsscr | in kvmhv_vcpu_entry_p9()
H A Dbook3s_hv_rmhandlers.S2597 mfspr r3, SPRN_PSSCR
2601 mtspr SPRN_PSSCR, r3
/linux/arch/powerpc/include/asm/
H A Dreg.h398 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro