Home
last modified time | relevance | path

Searched refs:SPRN_CTRLF (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dpervasive.c37 ctrl = mfspr(SPRN_CTRLF); in cbe_power_save()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_emulate.c819 case SPRN_CTRLF: in kvmppc_core_emulate_mtspr_pr()
986 case SPRN_CTRLF: in kvmppc_core_emulate_mfspr_pr()
H A Dbook3s_hv_p9_entry.c82 vcpu->arch.ctrl = mfspr(SPRN_CTRLF); in store_spr_state()
H A Dbook3s_hv_rmhandlers.S1215 mfspr r6,SPRN_CTRLF
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c2378 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_on()
2398 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_off()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h277 #define SPRN_CTRLF 0x088 macro