Home
last modified time | relevance | path

Searched refs:hdsisr (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_nested.c176 save->hdsisr = env->spr[SPR_HDSISR]; in nested_save_state()
275 env->spr[SPR_HDSISR] = load->hdsisr; in nested_load_state()
467 target_ulong hsrr0, hsrr1, hdar, asdr, hdsisr; in spapr_exit_nested_hv() local
476 hdsisr = env->spr[SPR_HDSISR]; in spapr_exit_nested_hv()
511 hvstate->hdsisr = hdsisr; in spapr_exit_nested_hv()
892 GUEST_STATE_ELEMENT_ENV_W(GSB_VCPU_SPR_HDSISR, hdsisr),
1545 target_ulong now, hdar, hdsisr, asdr; in exit_nested_store_l2() local
1555 hdsisr = vcpu->state.hdsisr; in exit_nested_store_l2()
1575 vcpu->state.hdsisr = hdsisr; in exit_nested_store_l2()
/qemu/include/hw/ppc/
H A Dspapr_nested.h372 uint64_t hdsisr; member
448 uint64_t hdsisr; member