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