Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dswitch_to.h82 t->thread.ebbrr = 0; in clear_task_ebb()
Dprocessor.h349 unsigned long ebbrr; member
Dkvm_host.h564 ulong ebbrr; member
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv_tm.c94 vcpu->arch.regs.nip = vcpu->arch.ebbrr; in kvmhv_p9_tm_emulation()
Dbook3s.c628 *val = get_reg_val(id, vcpu->arch.ebbrr); in kvmppc_get_one_reg()
701 vcpu->arch.ebbrr = set_reg_val(id, *val); in kvmppc_set_one_reg()
Dbook3s_emulate.c774 vcpu->arch.ebbrr = spr_val; in kvmppc_core_emulate_mtspr_pr()
952 *spr_val = vcpu->arch.ebbrr; in kvmppc_core_emulate_mfspr_pr()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c1105 t->ebbrr = mfspr(SPRN_EBBRR); in save_sprs()
1145 if (old_thread->ebbrr != new_thread->ebbrr) in restore_sprs()
1146 mtspr(SPRN_EBBRR, new_thread->ebbrr); in restore_sprs()
Dptrace.c1677 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
1687 &target->thread.ebbrr, 0, 3 * sizeof(unsigned long)); in ebb_get()
1698 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
1708 &target->thread.ebbrr, 0, sizeof(unsigned long)); in ebb_set()
Dasm-offsets.c551 OFFSET(VCPU_EBBRR, kvm_vcpu, arch.ebbrr); in main()