Searched refs:TYPE_S390_IPL (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/s390x/ |
H A D | ipl.c | 54 S390IPLState *ipl = S390_IPL(object_resolve_path(TYPE_S390_IPL, NULL)); in iplb_extended_needed() 111 return S390_IPL(object_resolve_path_type("", TYPE_S390_IPL, NULL)); in get_ipl_device() 766 .name = TYPE_S390_IPL,
|
H A D | ipl.h | 53 #define TYPE_S390_IPL "s390-ipl" macro
|
H A D | s390-virtio-ccw.c | 213 Object *new = object_new(TYPE_S390_IPL); in s390_init_ipl_dev() 225 object_property_add_child(qdev_get_machine(), TYPE_S390_IPL, in s390_init_ipl_dev() 1260 { TYPE_S390_IPL, "iplbext_migration", "off", }, in ccw_machine_2_6_class_options()
|