Searched defs:S390IPLState (Results 1 – 1 of 1) sorted by relevance
60 struct S390IPLState { struct62 DeviceState parent_obj;63 IplParameterBlock iplb;64 IplParameterBlock iplb_pv;88 QEMU_BUILD_BUG_MSG(offsetof(S390IPLState, iplb) & 3, "alignment of iplb wrong"); argument