Searched refs:bescr (Results 1 – 8 of 8) sorted by relevance
23 u64 newmsr, msr, bescr; in kvmhv_p9_tm_emulation_early() local59 bescr = mfspr(SPRN_BESCR); in kvmhv_p9_tm_emulation_early()61 if (((bescr >> 30) & 3) != 2) in kvmhv_p9_tm_emulation_early()63 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation_early()65 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation_early()66 mtspr(SPRN_BESCR, bescr); in kvmhv_p9_tm_emulation_early()
46 u64 newmsr, bescr; in kvmhv_p9_tm_emulation() local103 bescr = vcpu->arch.bescr; in kvmhv_p9_tm_emulation()106 ((bescr >> 30) & 3) == 2)); in kvmhv_p9_tm_emulation()107 bescr &= ~BESCR_GE; in kvmhv_p9_tm_emulation()109 bescr |= BESCR_GE; in kvmhv_p9_tm_emulation()110 vcpu->arch.bescr = bescr; in kvmhv_p9_tm_emulation()
27 if (current->thread.bescr != vcpu->arch.bescr) in load_spr_state()28 mtspr(SPRN_BESCR, vcpu->arch.bescr); in load_spr_state()70 vcpu->arch.bescr = mfspr(SPRN_BESCR); in store_spr_state()194 if (vcpu->arch.bescr != current->thread.bescr) in restore_p9_host_os_sprs()195 mtspr(SPRN_BESCR, current->thread.bescr); in restore_p9_host_os_sprs()
770 vcpu->arch.bescr = spr_val; in kvmppc_core_emulate_mtspr_pr()951 *spr_val = vcpu->arch.bescr; in kvmppc_core_emulate_mfspr_pr()
218 u64 bescr; in dump_ebb_hw_state() local222 bescr = mfspr(SPRN_BESCR); in dump_ebb_hw_state()237 mfspr(SPRN_EBBHR), bescr, decode_bescr(bescr), in dump_ebb_hw_state()
118 t->thread.bescr = 0; in clear_task_ebb()
251 unsigned long bescr; member
735 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()