Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/cell/
Dpervasive.c37 ctrl = mfspr(SPRN_CTRLF); in cbe_power_save()
/linux-6.1.9/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_p9_entry.c82 vcpu->arch.ctrl = mfspr(SPRN_CTRLF); in store_spr_state()
Dbook3s_hv_rmhandlers.S1213 mfspr r6,SPRN_CTRLF
/linux-6.1.9/arch/powerpc/kernel/
Dprocess.c2276 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_on()
2296 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_off()
/linux-6.1.9/arch/powerpc/include/asm/
Dreg.h277 #define SPRN_CTRLF 0x088 macro