Home
last modified time | relevance | path

Searched refs:SPRN_HFSCR (Results 1 – 4 of 4) 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/include/asm/
H A Dreg.h423 #define SPRN_HFSCR 0xbe /* HV=1 Facility Status & Control Register */ macro