Searched refs:SPRN_PSSCR (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/arch/powerpc/kernel/ |
| D | idle_book3s.S | 32 mtspr SPRN_PSSCR,r3 51 mtspr SPRN_PSSCR,r3
|
| D | cpu_setup_power.S | 109 mtspr SPRN_PSSCR,r0 142 mtspr SPRN_PSSCR,r0
|
| /Linux-v5.10/arch/powerpc/platforms/powernv/ |
| D | idle.c | 699 psscr = mfspr(SPRN_PSSCR); in power9_idle_stop() 938 psscr = mfspr(SPRN_PSSCR); in power10_idle_stop() 1049 psscr = mfspr(SPRN_PSSCR); in arch300_idle_type() 1102 psscr = mfspr(SPRN_PSSCR); in pnv_cpu_offline()
|
| /Linux-v5.10/arch/powerpc/kvm/ |
| D | book3s_hv_rmhandlers.S | 700 mfspr r6, SPRN_PSSCR 845 mtspr SPRN_PSSCR, r6 1641 mfspr r6, SPRN_PSSCR 1777 mtspr SPRN_PSSCR, r6 3182 mfspr r3, SPRN_PSSCR 3186 mtspr SPRN_PSSCR, r3
|
| D | book3s_hv.c | 3442 unsigned long host_psscr = mfspr(SPRN_PSSCR); in kvmhv_load_hv_regs_and_go() 3487 mtspr(SPRN_PSSCR, vcpu->arch.psscr | PSSCR_EC | in kvmhv_load_hv_regs_and_go() 3521 vcpu->arch.psscr = mfspr(SPRN_PSSCR) & PSSCR_GUEST_VIS; in kvmhv_load_hv_regs_and_go() 3529 mtspr(SPRN_PSSCR, host_psscr | in kvmhv_load_hv_regs_and_go()
|
| /Linux-v5.10/arch/powerpc/include/asm/ |
| D | reg.h | 397 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro
|
| /Linux-v5.10/arch/powerpc/xmon/ |
| D | xmon.c | 2024 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()
|