Home
last modified time | relevance | path

Searched refs:TYPE_SCLP (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/s390x/
H A Dsclp.h193 #define TYPE_SCLP "sclp" macro
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c245 ms->sclp = SCLP(object_new(TYPE_SCLP)); in ccw_init()
246 object_property_add_child(OBJECT(machine), TYPE_SCLP, OBJECT(ms->sclp)); in ccw_init()
H A Dsclp.c461 .name = TYPE_SCLP,