Home
last modified time | relevance | path

Searched refs:SCCB_SIZE (Results 1 – 4 of 4) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Dsclp.c115 sccb->h.length = SCCB_SIZE; in sclp_get_loadparm_ascii()
127 if (count > SCCB_SIZE - 8) { in sclp_read()
128 count = SCCB_SIZE - 8; in sclp_read()
131 sccb->h.length = SCCB_SIZE; in sclp_read()
H A Dsclp.h38 #define SCCB_SIZE 4096 macro
52 #define SCCB_DATA_LEN (SCCB_SIZE - sizeof(SCCBHeader))
/qemu/include/hw/s390x/
H A Dsclp.h72 #define SCCB_SIZE 4096 macro
99 #define SCCB_DATA_LEN (SCCB_SIZE - sizeof(SCCBHeader))
/qemu/hw/s390x/
H A Devent-facility.c237 sccb->h.length = cpu_to_be16(SCCB_SIZE - slen); in handle_sccb_read_events()
260 if (be16_to_cpu(sccb->h.length) != SCCB_SIZE) { in read_event_data()