Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv_p9_entry.c244 if (current->thread.ebbhr != vcpu->arch.ebbhr) in load_spr_state()
245 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in load_spr_state()
289 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in store_spr_state()
417 if (vcpu->arch.ebbhr != current->thread.ebbhr) in restore_p9_host_os_sprs()
418 mtspr(SPRN_EBBHR, current->thread.ebbhr); in restore_p9_host_os_sprs()
Dbook3s_emulate.c773 vcpu->arch.ebbhr = spr_val; in kvmppc_core_emulate_mtspr_pr()
954 *spr_val = vcpu->arch.ebbhr; in kvmppc_core_emulate_mfspr_pr()
Dbook3s.c667 *val = get_reg_val(id, vcpu->arch.ebbhr); in kvmppc_get_one_reg()
752 vcpu->arch.ebbhr = set_reg_val(id, *val); in kvmppc_set_one_reg()
/linux-5.19.10/arch/powerpc/kernel/ptrace/
Dptrace-view.c346 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
347 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get()
365 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
366 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set()
379 &target->thread.ebbhr, sizeof(unsigned long), in ebb_set()
/linux-5.19.10/arch/powerpc/include/asm/
Dswitch_to.h113 t->thread.ebbhr = 0; in clear_task_ebb()
Dprocessor.h256 unsigned long ebbhr; member
Dkvm_host.h592 ulong ebbhr; member
/linux-5.19.10/arch/powerpc/kernel/
Dprocess.c1140 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs()
1216 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1217 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
Dasm-offsets.c481 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()