Searched refs:SPRN_CTRLT (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/powerpc/platforms/cell/ |
D | pervasive.c | 69 mtspr(SPRN_CTRLT, ctrl); in cbe_power_save()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | process.c | 2268 mtspr(SPRN_CTRLT, CTRL_RUNLATCH); in __ppc64_runlatch_on() 2278 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_on() 2292 mtspr(SPRN_CTRLT, 0); in __ppc64_runlatch_off() 2298 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_off()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_emulate.c | 820 case SPRN_CTRLT: in kvmppc_core_emulate_mtspr_pr() 987 case SPRN_CTRLT: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_p9_entry.c | 55 mtspr(SPRN_CTRLT, 0); in load_spr_state() 186 mtspr(SPRN_CTRLT, 1); in restore_p9_host_os_sprs()
|
D | book3s_hv_rmhandlers.S | 797 mtspr SPRN_CTRLT,r6 1218 mtspr SPRN_CTRLT,r6 2175 mtspr SPRN_CTRLT, r0 2194 mtspr SPRN_CTRLT, r0
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | reg.h | 278 #define SPRN_CTRLT 0x098 macro
|