Searched refs:SPRN_PSSCR (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | cpu_setup_power.c | 202 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power9() 223 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power9() 242 mtspr(SPRN_PSSCR, 0); in __setup_cpu_power10() 264 mtspr(SPRN_PSSCR, 0); in __restore_cpu_power10()
|
| D | idle_book3s.S | 32 mtspr SPRN_PSSCR,r3 51 mtspr SPRN_PSSCR,r3
|
| /Linux-v5.15/arch/powerpc/kvm/ |
| D | book3s_hv_p9_entry.c | 232 host_psscr = mfspr(SPRN_PSSCR); in kvmhv_vcpu_entry_p9() 260 mtspr(SPRN_PSSCR, vcpu->arch.psscr | PSSCR_EC | in kvmhv_vcpu_entry_p9() 457 vcpu->arch.psscr = mfspr(SPRN_PSSCR) & PSSCR_GUEST_VIS; in kvmhv_vcpu_entry_p9() 465 mtspr(SPRN_PSSCR, host_psscr | in kvmhv_vcpu_entry_p9()
|
| D | book3s_hv_rmhandlers.S | 2610 mfspr r3, SPRN_PSSCR 2614 mtspr SPRN_PSSCR, r3
|
| /Linux-v5.15/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-v5.15/arch/powerpc/include/asm/ |
| D | reg.h | 394 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro
|
| /Linux-v5.15/arch/powerpc/xmon/ |
| D | xmon.c | 2113 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()
|