Searched defs:lowcore (Results 1 – 3 of 3) sorted by relevance
24 struct lowcore { struct25 __u8 pad_0x0000[0x0014-0x0000]; /* 0x0000 */26 __u32 ipl_parmblock_ptr; /* 0x0014 */27 __u8 pad_0x0018[0x0080-0x0018]; /* 0x0018 */28 __u32 ext_params; /* 0x0080 */29 union {36 __u32 svc_int_code; /* 0x0088 */37 union {44 __u32 data_exc_code; /* 0x0090 */45 __u16 mon_class_num; /* 0x0094 */[all …]
381 } lowcore; member