Home
last modified time | relevance | path

Searched refs:read_SCP_info (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/s390x/
H A Dsclp.c107 static void read_SCP_info(SCLPDevice *sclp, SCCB *sccb) in read_SCP_info() function
251 sclp_c->read_SCP_info(sclp, sccb); in sclp_execute()
454 sc->read_SCP_info = read_SCP_info; in sclp_class_init()
/qemu/include/hw/s390x/
H A Dsclp.h211 void (*read_SCP_info)(SCLPDevice *sclp, SCCB *sccb); member