Lines Matching defs:compat_user
37 struct compat_user { struct
40 struct compat_user_regs_struct regs; argument
42 u32 u_tsize; /* Text segment size (pages). */
43 u32 u_dsize; /* Data segment size (pages). */
44 u32 u_ssize; /* Stack segment size (pages). */
45 u32 start_code; /* Starting virtual address of text. */
46 u32 start_stack; /* Starting virtual address of stack area.
50 s32 signal; /* Signal that caused the core dump. */
51 u32 u_ar0; /* Used by gdb to help find the values for */
53 u32 magic; /* To uniquely identify a core file */
54 char u_comm[32]; /* User command that was responsible */