Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c220 u64 bescr; in dump_ebb_hw_state() local
224 bescr = mfspr(SPRN_BESCR); in dump_ebb_hw_state()
239 mfspr(SPRN_EBBHR), bescr, decode_bescr(bescr), in dump_ebb_hw_state()
/linux-4.4.14/arch/powerpc/include/asm/
Dswitch_to.h92 t->thread.bescr = 0; in clear_task_ebb()
Dprocessor.h313 unsigned long bescr; member
Dkvm_host.h494 ulong bescr; member
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_emulate.c458 vcpu->arch.bescr = spr_val; in kvmppc_core_emulate_mtspr_pr()
602 *spr_val = vcpu->arch.bescr; in kvmppc_core_emulate_mfspr_pr()
Dbook3s.c592 *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()
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c131 DEFINE(THREAD_BESCR, offsetof(struct thread_struct, bescr)); in main()
560 DEFINE(VCPU_BESCR, offsetof(struct kvm_vcpu, arch.bescr)); in main()
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c649 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()