Searched refs:SPRN_PSSCR (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | idle_book3s.S | 30 mtspr SPRN_PSSCR,r3 49 mtspr SPRN_PSSCR,r3
|
| D | cpu_setup_power.S | 102 mtspr SPRN_PSSCR,r0 128 mtspr SPRN_PSSCR,r0
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | idle.c | 697 psscr = mfspr(SPRN_PSSCR); in power9_idle_stop() 855 psscr = mfspr(SPRN_PSSCR); in power9_idle_type() 977 psscr = mfspr(SPRN_PSSCR); in pnv_cpu_offline()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv_rmhandlers.S | 699 mfspr r6, SPRN_PSSCR 844 mtspr SPRN_PSSCR, r6 1639 mfspr r6, SPRN_PSSCR 1775 mtspr SPRN_PSSCR, r6 3143 mfspr r3, SPRN_PSSCR 3147 mtspr SPRN_PSSCR, r3
|
| D | book3s_hv.c | 3398 unsigned long host_psscr = mfspr(SPRN_PSSCR); in kvmhv_load_hv_regs_and_go() 3433 mtspr(SPRN_PSSCR, vcpu->arch.psscr | PSSCR_EC | in kvmhv_load_hv_regs_and_go() 3467 vcpu->arch.psscr = mfspr(SPRN_PSSCR) & PSSCR_GUEST_VIS; in kvmhv_load_hv_regs_and_go() 3475 mtspr(SPRN_PSSCR, host_psscr | in kvmhv_load_hv_regs_and_go()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | reg.h | 396 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 1898 mfspr(SPRN_ASDR), hv ? mfspr(SPRN_PSSCR) in dump_300_sprs()
|