Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c892 GUEST_STATE_ELEMENT_ENV_DW(GSB_VCPU_SPR_HDAR, hdar),
1027 if (type->id >= GSB_VCPU_SPR_HDAR) in spapr_nested_gsb_init()
1610 ids[0] = GSB_VCPU_SPR_HDAR; in get_exit_ids()
1618 ids[0] = GSB_VCPU_SPR_HDAR; in get_exit_ids()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h185 #define GSB_VCPU_SPR_HDAR 0xF000 macro