Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dpervasive.c38 ctrl = mfspr(SPRN_CTRLF); in cbe_power_save()
/arch/powerpc/kvm/
Dbook3s_emulate.c819 case SPRN_CTRLF: in kvmppc_core_emulate_mtspr_pr()
986 case SPRN_CTRLF: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S790 mfspr r6,SPRN_CTRLF
1215 mfspr r6,SPRN_CTRLF
2189 mfspr r0, SPRN_CTRLF
2209 mfspr r0, SPRN_CTRLF
Dbook3s_hv.c3794 mtspr(SPRN_CTRLT, mfspr(SPRN_CTRLF) & ~1); in load_spr_state()
3799 vcpu->arch.ctrl = mfspr(SPRN_CTRLF); in store_spr_state()
/arch/powerpc/kernel/
Dprocess.c2247 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_on()
2267 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_off()
/arch/powerpc/include/asm/
Dreg.h277 #define SPRN_CTRLF 0x088 macro