Home
last modified time | relevance | path

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

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