Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dsclp.h24 #define SCLP_RC_NORMAL_READ_COMPLETION 0x0010 macro
/qemu/hw/s390x/
H A Dsclp.c181 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in read_SCP_info()
210 sccb->h.response_code = cpu_to_be16(SCLP_RC_NORMAL_READ_COMPLETION); in sclp_read_cpu_info()
/qemu/include/hw/s390x/
H A Dsclp.h51 #define SCLP_RC_NORMAL_READ_COMPLETION 0x0010 macro