Home
last modified time | relevance | path

Searched refs:ebbhr (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c23 if (current->thread.ebbhr != vcpu->arch.ebbhr) in load_spr_state()
24 mtspr(SPRN_EBBHR, vcpu->arch.ebbhr); in load_spr_state()
68 vcpu->arch.ebbhr = mfspr(SPRN_EBBHR); in store_spr_state()
196 if (vcpu->arch.ebbhr != current->thread.ebbhr) in restore_p9_host_os_sprs()
197 mtspr(SPRN_EBBHR, current->thread.ebbhr); in restore_p9_host_os_sprs()
H A 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()
H A Dbook3s.c689 *val = get_reg_val(id, vcpu->arch.ebbhr); in kvmppc_get_one_reg()
774 vcpu->arch.ebbhr = set_reg_val(id, *val); in kvmppc_set_one_reg()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c360 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
361 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get()
379 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
380 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set()
393 &target->thread.ebbhr, sizeof(unsigned long), in ebb_set()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c352 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_get()
353 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_get()
371 BUILD_BUG_ON(TSO(ebbrr) + sizeof(unsigned long) != TSO(ebbhr)); in ebb_set()
372 BUILD_BUG_ON(TSO(ebbhr) + sizeof(unsigned long) != TSO(bescr)); in ebb_set()
385 &target->thread.ebbhr, sizeof(unsigned long), in ebb_set()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dswitch_to.h104 t->thread.ebbhr = 0; in clear_task_ebb()
H A Dprocessor.h261 unsigned long ebbhr; member
H A Dkvm_host.h595 ulong ebbhr; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dswitch_to.h113 t->thread.ebbhr = 0; in clear_task_ebb()
H A Dprocessor.h250 unsigned long ebbhr; member
H A Dkvm_host.h596 ulong ebbhr; member
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A 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()
H A 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()
H A 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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A 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()
H A Dasm-offsets.c583 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprocess.c1172 t->ebbhr = mfspr(SPRN_EBBHR); in save_sprs()
1251 if (old_thread->ebbhr != new_thread->ebbhr) in restore_sprs()
1252 mtspr(SPRN_EBBHR, new_thread->ebbhr); in restore_sprs()
H A Dasm-offsets.c475 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()

Completed in 29 milliseconds