Searched refs:SPRN_PSSCR (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/powerpc/kernel/ |
D | cpu_setup_power.c | 212 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()
|
D | idle_book3s.S | 32 mtspr SPRN_PSSCR,r3 51 mtspr SPRN_PSSCR,r3
|
/linux-6.6.21/arch/powerpc/platforms/powernv/ |
D | idle.c | 699 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-6.6.21/arch/powerpc/kvm/ |
D | book3s_hv_p9_entry.c | 570 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()
|
D | book3s_hv_rmhandlers.S | 2597 mfspr r3, SPRN_PSSCR 2601 mtspr SPRN_PSSCR, r3
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | reg.h | 402 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro
|
/linux-6.6.21/arch/powerpc/xmon/ |
D | xmon.c | 2114 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()
|