Searched refs:bescr (Results 1 – 7 of 7) sorted by relevance
91 t->thread.bescr = 0; in clear_task_ebb()
305 unsigned long bescr; member
486 ulong bescr; member
457 vcpu->arch.bescr = spr_val; in kvmppc_core_emulate_mtspr_pr()601 *spr_val = vcpu->arch.bescr; in kvmppc_core_emulate_mfspr_pr()
597 *val = get_reg_val(id, vcpu->arch.bescr); in kvmppc_get_one_reg()671 vcpu->arch.bescr = set_reg_val(id, *val); in kvmppc_set_one_reg()
130 DEFINE(THREAD_BESCR, offsetof(struct thread_struct, bescr)); in main()546 DEFINE(VCPU_BESCR, offsetof(struct kvm_vcpu, arch.bescr)); in main()
648 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()