Searched refs:S390IPLState (Results 1 – 2 of 2) sorted by relevance
93 VMSTATE_UINT8(cssid, S390IPLState),94 VMSTATE_UINT8(ssid, S390IPLState),95 VMSTATE_UINT16(devno, S390IPLState),100 static S390IPLState *get_ipl_device(void) in get_ipl_device()133 S390IPLState *ipl = S390_IPL(dev); in s390_ipl_realize()478 S390IPLState *ipl = get_ipl_device(); in load_netboot_image()589 S390IPLState *ipl = get_ipl_device(); in s390_ipl_update_diag308()608 S390IPLState *ipl = get_ipl_device(); in s390_ipl_get_iplb_pv()618 S390IPLState *ipl = get_ipl_device(); in s390_ipl_get_iplb()628 S390IPLState *ipl = get_ipl_device(); in s390_ipl_reset_request()[all …]
156 OBJECT_DECLARE_SIMPLE_TYPE(S390IPLState, S390_IPL)158 struct S390IPLState { struct187 QEMU_BUILD_BUG_MSG(offsetof(S390IPLState, iplb) & 3, "alignment of iplb wrong"); argument