Searched refs:ebbhr (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/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
|
/openbmc/linux/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()
|
/openbmc/linux/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 | 477 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_nested.h | 462 uint64_t ebbhr; member
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nested.c | 186 save->ebbhr = env->spr[SPR_EBBHR]; in nested_save_state() 285 env->spr[SPR_EBBHR] = load->ebbhr; in nested_load_state() 975 GUEST_STATE_ELEMENT_ENV_DW(GSB_VCPU_SPR_EBBHR, ebbhr),
|