Searched refs:SPRN_PSSCR (Results 1 – 7 of 7) sorted by relevance
/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
|
/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()
|
/arch/powerpc/kvm/ |
D | book3s_hv_rmhandlers.S | 700 mfspr r6, SPRN_PSSCR 845 mtspr SPRN_PSSCR, r6 1647 mfspr r6, SPRN_PSSCR 1783 mtspr SPRN_PSSCR, r6 3173 mfspr r3, SPRN_PSSCR 3177 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()
|
/arch/powerpc/include/asm/ |
D | reg.h | 396 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 1898 mfspr(SPRN_ASDR), hv ? mfspr(SPRN_PSSCR) in dump_300_sprs()
|