Searched refs:SPRN_CTRLT (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/arch/powerpc/platforms/cell/ |
D | pervasive.c | 70 mtspr(SPRN_CTRLT, ctrl); in cbe_power_save()
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | process.c | 2239 mtspr(SPRN_CTRLT, CTRL_RUNLATCH); in __ppc64_runlatch_on() 2249 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_on() 2263 mtspr(SPRN_CTRLT, 0); in __ppc64_runlatch_off() 2269 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_off()
|
/Linux-v5.15/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_rmhandlers.S | 792 mtspr SPRN_CTRLT,r6 1220 mtspr SPRN_CTRLT,r6 2191 mtspr SPRN_CTRLT, r0 2211 mtspr SPRN_CTRLT, r0
|
D | book3s_hv.c | 3782 mtspr(SPRN_CTRLT, mfspr(SPRN_CTRLF) & ~1); in load_spr_state() 3841 mtspr(SPRN_CTRLT, 1); in restore_p9_host_os_sprs()
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | reg.h | 278 #define SPRN_CTRLT 0x098 macro
|