Home
last modified time | relevance | path

Searched refs:ebbrr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dswitch_to.h90 t->thread.ebbrr = 0; in clear_task_ebb()
Dprocessor.h311 unsigned long ebbrr; member
Dkvm_host.h493 ulong ebbrr; member
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_emulate.c464 vcpu->arch.ebbrr = spr_val; in kvmppc_core_emulate_mtspr_pr()
608 *spr_val = vcpu->arch.ebbrr; in kvmppc_core_emulate_mfspr_pr()
Dbook3s.c589 *val = get_reg_val(id, vcpu->arch.ebbrr); in kvmppc_get_one_reg()
663 vcpu->arch.ebbrr = set_reg_val(id, *val); in kvmppc_set_one_reg()
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c133 DEFINE(THREAD_EBBRR, offsetof(struct thread_struct, ebbrr)); in main()
559 DEFINE(VCPU_EBBRR, offsetof(struct kvm_vcpu, arch.ebbrr)); in main()