Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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
/openbmc/linux/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()
/openbmc/linux/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.c477 OFFSET(VCPU_EBBHR, kvm_vcpu, arch.ebbhr); in main()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h462 uint64_t ebbhr; member
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c186 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),