Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Duser32.h46 struct user32 { struct
47 struct user_regs_struct32 regs; /* Where the registers are actually stored */
48 int u_fpvalid; /* True if math co-processor being used. */
50 struct user_i387_ia32_struct i387; /* Math Co-processor registers. */
52 __u32 u_tsize; /* Text segment size (pages). */
53 __u32 u_dsize; /* Data segment size (pages). */
54 __u32 u_ssize; /* Stack segment size (pages). */
55 __u32 start_code; /* Starting virtual address of text. */
56 __u32 start_stack; /* Starting virtual address of stack area.
60 __u32 signal; /* Signal that caused the core dump. */
[all …]