Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
Dpervasive.c37 ctrl = mfspr(SPRN_CTRLF); in cbe_power_save()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_emulate.c823 case SPRN_CTRLF: in kvmppc_core_emulate_mtspr_pr()
987 case SPRN_CTRLF: in kvmppc_core_emulate_mfspr_pr()
Dbook3s_hv_rmhandlers.S883 mfspr r6,SPRN_CTRLF
1582 mfspr r6,SPRN_CTRLF
2734 mfspr r0, SPRN_CTRLF
2771 mfspr r0, SPRN_CTRLF
Dbook3s_hv.c3660 mtspr(SPRN_CTRLT, mfspr(SPRN_CTRLF) & ~1); in kvmhv_p9_guest_entry()
3718 vcpu->arch.ctrl = mfspr(SPRN_CTRLF); in kvmhv_p9_guest_entry()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c2226 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_on()
2246 ctrl = mfspr(SPRN_CTRLF); in __ppc64_runlatch_off()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg.h280 #define SPRN_CTRLF 0x088 macro