Home
last modified time | relevance | path

Searched refs:heir (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h377 uint64_t heir; member
453 uint64_t heir; member
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c88 hr->heir = swab64(hr->heir); in byteswap_hv_regs()
136 hr->heir = vcpu->arch.emul_inst; in save_hv_return_state()
188 vcpu->arch.emul_inst = hr->heir; in kvmhv_restore_hv_return_state()
/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h605 u64 heir; member
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c177 save->heir = env->spr[SPR_HEIR]; in nested_save_state()
276 env->spr[SPR_HEIR] = load->heir; in nested_load_state()
894 GUEST_STATE_ELEMENT_ENV_W(GSB_VCPU_SPR_HEIR, heir),