Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c93 hfscr = mfspr(SPRN_HFSCR); in init_HFSCR()
96 mtspr(SPRN_HFSCR, hfscr); in init_HFSCR()
H A Dtraps.c1764 value = mfspr(SPRN_HFSCR); in DEFINE_INTERRUPT_HANDLER()
/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()
H A Dbook3s_hv_rmhandlers.S1124 mfspr r3, SPRN_HFSCR
/linux/arch/powerpc/include/asm/
H A Dreg.h423 #define SPRN_HFSCR 0xbe /* HV=1 Facility Status & Control Register */ macro