Home
last modified time | relevance | path

Searched defs:ReadInfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dsclp.h114 typedef struct ReadInfo { struct
115 SCCBHeader h;
116 uint16_t rnmax;
117 uint8_t rnsize;
118 uint8_t _reserved1[15 - 11]; /* 11-14 */
119 uint8_t stsi_parm; /* 15-15 */
120 uint16_t entries_cpu; /* 16-17 */
121 uint16_t offset_cpu; /* 18-19 */
122 uint8_t _reserved2[24 - 20]; /* 20-23 */
146 } QEMU_PACKED ReadInfo; argument
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h54 typedef struct ReadInfo { struct
60 } __attribute__((packed)) ReadInfo; argument