Home
last modified time | relevance | path

Searched defs:sclp (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dsclp.c28 static SCLPDevice *sclp; in get_sclp_device() local
107 static void read_SCP_info(SCLPDevice *sclp, SCCB *sccb) in read_SCP_info()
185 static void sclp_read_cpu_info(SCLPDevice *sclp, SCCB *sccb) in sclp_read_cpu_info()
213 static void sclp_configure_io_adapter(SCLPDevice *sclp, SCCB *sccb, in sclp_configure_io_adapter()
276 SCLPDevice *sclp = get_sclp_device(); in sclp_service_call_protected() local
303 SCLPDevice *sclp = get_sclp_device(); in sclp_service_call() local
356 static void service_interrupt(SCLPDevice *sclp, uint32_t sccb) in service_interrupt()
375 SCLPDevice *sclp = get_sclp_device(); in sclp_service_interrupt() local
385 SCLPDevice *sclp = SCLP(dev); in sclp_realize() local
407 static void sclp_memory_init(SCLPDevice *sclp) in sclp_memory_init()
[all …]
H A Ds390-virtio-ccw.c238 static void s390_create_sclpconsole(SCLPDevice *sclp, in s390_create_sclpconsole()
/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c23 struct sclp_info sclp; variable
/openbmc/qemu/include/hw/s390x/
H A Ds390-virtio-ccw.h33 SCLPDevice *sclp; member