Home
last modified time | relevance | path

Searched refs:SPRN_CTRLT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dprocess.c2396 mtspr(SPRN_CTRLT, CTRL_RUNLATCH); in __ppc64_runlatch_on()
2406 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_on()
2420 mtspr(SPRN_CTRLT, 0); in __ppc64_runlatch_off()
2426 mtspr(SPRN_CTRLT, ctrl); in __ppc64_runlatch_off()
/linux/arch/powerpc/kvm/
H A Dbook3s_emulate.c820 case SPRN_CTRLT: in kvmppc_core_emulate_mtspr_pr()
987 case SPRN_CTRLT: in kvmppc_core_emulate_mfspr_pr()
H A Dbook3s_hv_p9_entry.c55 mtspr(SPRN_CTRLT, 0); in load_spr_state()
186 mtspr(SPRN_CTRLT, 1); in restore_p9_host_os_sprs()
/linux/arch/powerpc/include/asm/
H A Dreg.h274 #define SPRN_CTRLT 0x098 macro