Home
last modified time | relevance | path

Searched refs:SPRN_HFSCR (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dsetup_64.c301 mtspr(SPRN_HFSCR, mfspr(SPRN_HFSCR) | HFSCR_TM); in cpu_ready_for_interrupts()
303 mtspr(SPRN_HFSCR, mfspr(SPRN_HFSCR) & ~HFSCR_TM); in cpu_ready_for_interrupts()
H A Dcpu_setup_power.c93 hfscr = mfspr(SPRN_HFSCR); in init_HFSCR()
96 mtspr(SPRN_HFSCR, hfscr); in init_HFSCR()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c566 host_hfscr = mfspr(SPRN_HFSCR); in kvmhv_vcpu_entry_p9()
642 mtspr(SPRN_HFSCR, vcpu->arch.hfscr); in kvmhv_vcpu_entry_p9()
791 vcpu->arch.hfscr = mfspr(SPRN_HFSCR); in kvmhv_vcpu_entry_p9()
887 mtspr(SPRN_HFSCR, host_hfscr); in kvmhv_vcpu_entry_p9()
/linux/arch/powerpc/platforms/powernv/
H A Didle.c351 sprs.hfscr = mfspr(SPRN_HFSCR); in power7_idle_insn()
485 mtspr(SPRN_HFSCR, sprs.hfscr); in power7_idle_insn()
665 sprs.hfscr = mfspr(SPRN_HFSCR); in power9_idle_stop()
781 mtspr(SPRN_HFSCR, sprs.hfscr); in power9_idle_stop()
/linux/arch/powerpc/include/asm/
H A Dreg.h423 #define SPRN_HFSCR 0xbe /* HV=1 Facility Status & Control Register */ macro