Searched defs:S390IPLState (Results 1 – 1 of 1) sorted by relevance
56 struct S390IPLState { struct58 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