Home
last modified time | relevance | path

Searched refs:sclp (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/s390x/
H A Dsclp.c28 static SCLPDevice *sclp; in get_sclp_device() local
30 if (!sclp) { in get_sclp_device()
31 sclp = S390_CCW_MACHINE(qdev_get_machine())->sclp; in get_sclp_device()
33 return sclp; in get_sclp_device()
251 sclp_c->read_SCP_info(sclp, sccb); in sclp_execute()
276 SCLPDevice *sclp = get_sclp_device(); in sclp_service_call_protected() local
303 SCLPDevice *sclp = get_sclp_device(); in sclp_service_call() local
375 SCLPDevice *sclp = get_sclp_device(); in sclp_service_interrupt() local
385 SCLPDevice *sclp = SCLP(dev); in sclp_realize() local
428 SCLPDevice *sclp = SCLP(obj); in sclp_init() local
[all …]
H A Ds390-virtio-ccw.c224 static void s390_create_sclpconsole(SCLPDevice *sclp, in s390_create_sclpconsole() argument
227 SCLPEventFacility *ef = sclp->event_facility; in s390_create_sclpconsole()
245 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()
247 qdev_realize_and_unref(DEVICE(ms->sclp), NULL, &error_fatal); in ccw_init()
295 s390_create_sclpconsole(ms->sclp, "sclpconsole", serial_hd(0)); in ccw_init()
298 s390_create_sclpconsole(ms->sclp, "sclplmconsole", serial_hd(1)); in ccw_init()
H A Dmeson.build16 'sclp.c',
/qemu/include/hw/s390x/
H A Dsclp.h211 void (*read_SCP_info)(SCLPDevice *sclp, SCCB *sccb);
212 void (*read_cpu_info)(SCLPDevice *sclp, SCCB *sccb);
215 void (*execute)(SCLPDevice *sclp, SCCB *sccb, uint32_t code);
216 void (*service_interrupt)(SCLPDevice *sclp, uint32_t sccb);
H A Ds390-virtio-ccw.h33 SCLPDevice *sclp; member
/qemu/tests/migration/s390x/
H A DMakefile20 $(fwdir)/sclp.c -Wl,-zcommon-page-size=16 -o $@ $<
/qemu/pc-bios/s390-ccw/
H A DMakefile35 OBJECTS = start.o main.o bootmap.o jump2ipl.o sclp.o menu.o \
H A Dnetboot.mak4 NETOBJS := start.o sclp.o cio.o virtio.o virtio-net.o jump2ipl.o netmain.o
/qemu/
H A DMAINTAINERS106 F: hw/char/sclp*.[hc]
1785 F: include/hw/s390x/sclp.h
1786 F: hw/char/sclp*.[hc]
1788 F: hw/s390x/sclp*.c