Home
last modified time | relevance | path

Searched refs:bescr (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Dswitch_to.h91 t->thread.bescr = 0; in clear_task_ebb()
Dprocessor.h305 unsigned long bescr; member
Dkvm_host.h486 ulong bescr; member
/arch/powerpc/kvm/
Dbook3s_emulate.c457 vcpu->arch.bescr = spr_val; in kvmppc_core_emulate_mtspr_pr()
601 *spr_val = vcpu->arch.bescr; in kvmppc_core_emulate_mfspr_pr()
Dbook3s.c597 *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()
/arch/powerpc/kernel/
Dasm-offsets.c130 DEFINE(THREAD_BESCR, offsetof(struct thread_struct, bescr)); in main()
546 DEFINE(VCPU_BESCR, offsetof(struct kvm_vcpu, arch.bescr)); in main()
/arch/powerpc/perf/
Dcore-book3s.c648 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()