Searched defs:LowCore (Results 1 – 2 of 2) sorted by relevance
37 typedef struct LowCore { struct39 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 …]
17 typedef struct LowCore { struct19 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 …]