Searched refs:bescr (Results 1 – 8 of 8) sorted by relevance
220 u64 bescr; in dump_ebb_hw_state() local224 bescr = mfspr(SPRN_BESCR); in dump_ebb_hw_state()239 mfspr(SPRN_EBBHR), bescr, decode_bescr(bescr), in dump_ebb_hw_state()
92 t->thread.bescr = 0; in clear_task_ebb()
313 unsigned long bescr; member
494 ulong bescr; member
458 vcpu->arch.bescr = spr_val; in kvmppc_core_emulate_mtspr_pr()602 *spr_val = vcpu->arch.bescr; in kvmppc_core_emulate_mfspr_pr()
592 *val = get_reg_val(id, vcpu->arch.bescr); in kvmppc_get_one_reg()666 vcpu->arch.bescr = set_reg_val(id, *val); in kvmppc_set_one_reg()
131 DEFINE(THREAD_BESCR, offsetof(struct thread_struct, bescr)); in main()560 DEFINE(VCPU_BESCR, offsetof(struct kvm_vcpu, arch.bescr)); in main()
649 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()