Searched refs:SPRN_PSSCR (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A 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()
|
| H A D | idle_book3s.S | 32 mtspr SPRN_PSSCR,r3 51 mtspr SPRN_PSSCR,r3
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_rmhandlers.S | 706 mfspr r6, SPRN_PSSCR 851 mtspr SPRN_PSSCR, r6 1647 mfspr r6, SPRN_PSSCR 1783 mtspr SPRN_PSSCR, r6 3220 mfspr r3, SPRN_PSSCR 3224 mtspr SPRN_PSSCR, r3
|
| H A D | book3s_hv.c | 3460 unsigned long host_psscr = mfspr(SPRN_PSSCR); in kvmhv_load_hv_regs_and_go() 3505 mtspr(SPRN_PSSCR, vcpu->arch.psscr | PSSCR_EC | in kvmhv_load_hv_regs_and_go() 3539 vcpu->arch.psscr = mfspr(SPRN_PSSCR) & PSSCR_GUEST_VIS; in kvmhv_load_hv_regs_and_go() 3547 mtspr(SPRN_PSSCR, host_psscr | in kvmhv_load_hv_regs_and_go()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg.h | 397 #define SPRN_PSSCR 0x357 /* Processor Stop Status and Control Register (ISA 3.0) */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | xmon.c | 2026 hv ? mfspr(SPRN_PSSCR) : mfspr(SPRN_PSSCR_PR)); in dump_300_sprs()
|