Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dswitch_to.h104 t->thread.ebbhr = 0; in clear_task_ebb()
Dprocessor.h261 unsigned long ebbhr; member
Dkvm_host.h595 ulong ebbhr; member
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
Dptrace-view.c354 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
355 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get()
373 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
374 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set()
387 &target->thread.ebbhr, sizeof(unsigned long), in ebb_set()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprocess.c1149 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs()
1188 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1189 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
Dasm-offsets.c583 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_emulate.c777 vcpu->arch.ebbhr = spr_val; in kvmppc_core_emulate_mtspr_pr()
955 *spr_val = vcpu->arch.ebbhr; in kvmppc_core_emulate_mfspr_pr()
Dbook3s.c637 *val = get_reg_val(id, vcpu->arch.ebbhr); in kvmppc_get_one_reg()
722 vcpu->arch.ebbhr = set_reg_val(id, *val); in kvmppc_set_one_reg()
Dbook3s_hv.c3663 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in kvmhv_p9_guest_entry()
3740 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in kvmhv_p9_guest_entry()