Home
last modified time | relevance | path

Searched defs:S390IPLState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dipl.h56 struct S390IPLState { struct
58 DeviceState parent_obj;
59 IplParameterBlock iplb;
60 IplParameterBlock iplb_pv;
61 QemuIplParameters qipl;
85 QEMU_BUILD_BUG_MSG(offsetof(S390IPLState, iplb) & 3, "alignment of iplb wrong"); argument