Searched refs:SPRN_CTRLT (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
D | pervasive.c | 69 mtspr(SPRN_CTRLT, ctrl); in cbe_power_save()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | process.c | 2218 mtspr(SPRN_CTRLT, CTRL_RUNLATCH); in __ppc64_runlatch_on() 2228 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_on() 2242 mtspr(SPRN_CTRLT, 0); in __ppc64_runlatch_off() 2248 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_off()
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
D | book3s_emulate.c | 824 case SPRN_CTRLT: in kvmppc_core_emulate_mtspr_pr() 988 case SPRN_CTRLT: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 885 mtspr SPRN_CTRLT,r6 1587 mtspr SPRN_CTRLT,r6 2736 mtspr SPRN_CTRLT, r0 2773 mtspr SPRN_CTRLT, r0
|
D | book3s_hv.c | 3660 mtspr(SPRN_CTRLT, mfspr(SPRN_CTRLF) & ~1); in kvmhv_p9_guest_entry() 3720 mtspr(SPRN_CTRLT, vcpu->arch.ctrl | 1); in kvmhv_p9_guest_entry()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | reg.h | 281 #define SPRN_CTRLT 0x098 macro
|