Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcpu_setup_power.S107 mtspr SPRN_PSSCR,r0
133 mtspr SPRN_PSSCR,r0
Didle_book3s.S444 mtspr SPRN_PSSCR,r3
599 mfspr r5, SPRN_PSSCR
/arch/powerpc/platforms/powernv/
Didle.c361 psscr = mfspr(SPRN_PSSCR); in __power9_idle_type()
434 psscr = mfspr(SPRN_PSSCR); in pnv_cpu_offline()
/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S743 mfspr r6, SPRN_PSSCR
908 mtspr SPRN_PSSCR, r6
1573 mfspr r6, SPRN_PSSCR
1763 mtspr SPRN_PSSCR, r6
2596 mtspr SPRN_PSSCR, r3
/arch/powerpc/include/asm/
Dreg.h359 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro
/arch/powerpc/xmon/
Dxmon.c1834 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()