Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dsclp.c98 #define SCCB_REQ_LEN(s, max_cpus) (sizeof(s) + max_cpus * sizeof(CPUEntry)) macro
114 int required_len = SCCB_REQ_LEN(ReadInfo, machine->possible_cpus->len); in read_SCP_info()
190 int required_len = SCCB_REQ_LEN(ReadCpuInfo, machine->possible_cpus->len); in sclp_read_cpu_info()