Searched refs:SPRN_HFSCR (Results 1 – 5 of 5) sorted by relevance
93 hfscr = mfspr(SPRN_HFSCR); in init_HFSCR()96 mtspr(SPRN_HFSCR, hfscr); in init_HFSCR()
1764 value = mfspr(SPRN_HFSCR); in DEFINE_INTERRUPT_HANDLER()
566 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()
1124 mfspr r3, SPRN_HFSCR
423 #define SPRN_HFSCR 0xbe /* HV=1 Facility Status & Control Register */ macro