Searched refs:ebbhr (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv_p9_entry.c | 23 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 D | book3s_emulate.c | 773 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 D | book3s.c | 689 *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 D | ptrace-view.c | 360 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 D | ptrace-view.c | 352 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 D | switch_to.h | 104 t->thread.ebbhr = 0; in clear_task_ebb()
|
H A D | processor.h | 261 unsigned long ebbhr; member
|
H A D | kvm_host.h | 595 ulong ebbhr; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | switch_to.h | 113 t->thread.ebbhr = 0; in clear_task_ebb()
|
H A D | processor.h | 250 unsigned long ebbhr; member
|
H A D | kvm_host.h | 596 ulong ebbhr; member
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s.c | 637 *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 D | book3s_emulate.c | 777 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 D | book3s_hv.c | 3663 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 D | process.c | 1149 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 D | asm-offsets.c | 583 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 1172 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 D | asm-offsets.c | 475 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
|
Completed in 28 milliseconds