Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h37 typedef struct LowCore { struct
39 PSWLegacy ipl_psw; /* 0x000 */
40 uint32_t ccw1[2]; /* 0x008 */
41 union {
48 uint8_t pad1[0x80 - 0x18]; /* 0x018 */
49 uint32_t ext_params; /* 0x080 */
50 uint16_t cpu_addr; /* 0x084 */
51 uint16_t ext_int_code; /* 0x086 */
52 uint16_t svc_ilen; /* 0x088 */
53 uint16_t svc_code; /* 0x08a */
[all …]
/openbmc/qemu/target/s390x/
H A Ds390x-internal.h17 typedef struct LowCore { struct
19 uint32_t ccw1[2]; /* 0x000 */
20 uint32_t ccw2[4]; /* 0x008 */
21 uint8_t pad1[0x80 - 0x18]; /* 0x018 */
22 uint32_t ext_params; /* 0x080 */
23 uint16_t cpu_addr; /* 0x084 */
24 uint16_t ext_int_code; /* 0x086 */
25 uint16_t svc_ilen; /* 0x088 */
26 uint16_t svc_code; /* 0x08a */
27 uint16_t pgm_ilen; /* 0x08c */
[all …]