Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c219 u64 bescr; in dump_ebb_hw_state() local
223 bescr = mfspr(SPRN_BESCR); in dump_ebb_hw_state()
238 mfspr(SPRN_EBBHR), bescr, decode_bescr(bescr), in dump_ebb_hw_state()
/linux-4.1.27/arch/powerpc/include/asm/
Dswitch_to.h92 t->thread.bescr = 0; in clear_task_ebb()
Dprocessor.h305 unsigned long bescr; member
Dkvm_host.h481 ulong bescr; member
/linux-4.1.27/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.c590 *val = get_reg_val(id, vcpu->arch.bescr); in kvmppc_get_one_reg()
664 vcpu->arch.bescr = set_reg_val(id, *val); in kvmppc_set_one_reg()
/linux-4.1.27/arch/powerpc/kernel/
Dasm-offsets.c131 DEFINE(THREAD_BESCR, offsetof(struct thread_struct, bescr)); in main()
559 DEFINE(VCPU_BESCR, offsetof(struct kvm_vcpu, arch.bescr)); in main()
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c649 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()