Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dcompat_ptrace.h57 struct user32 { struct
60 struct user_regs_struct32 regs; /* Where the registers are actually stored */
62 u32 u_tsize; /* Text segment size (pages). */
63 u32 u_dsize; /* Data segment size (pages). */
64 u32 u_ssize; /* Stack segment size (pages). */
65 u32 start_code; /* Starting virtual address of text. */
66 u32 start_stack; /* Starting virtual address of stack area.
70 s32 signal; /* Signal that caused the core dump. */
71 u32 u_ar0; /* Used by gdb to help find the values for */
73 u32 magic; /* To uniquely identify a core file */
[all …]
/arch/x86/include/asm/
Duser32.h45 struct user32 { struct
46 struct user_regs_struct32 regs; /* Where the registers are actually stored */
47 int u_fpvalid; /* True if math co-processor being used. */
49 struct user_i387_ia32_struct i387; /* Math Co-processor registers. */
51 __u32 u_tsize; /* Text segment size (pages). */
52 __u32 u_dsize; /* Data segment size (pages). */
53 __u32 u_ssize; /* Stack segment size (pages). */
54 __u32 start_code; /* Starting virtual address of text. */
55 __u32 start_stack; /* Starting virtual address of stack area.
59 __u32 signal; /* Signal that caused the core dump. */
[all …]