Lines Matching +full:foo +full:- +full:supply
7 linux we use the 'trad-core' bfd). There are quite a number of
19 DATA: The data area is stored. We use current->end_text to
20 current->brk to pick up all of the user variables, plus any memory
22 is demand-zero or if a page is totally unused, we just cover the entire
27 current->start_stack, so we round each of these off in order to be able
37 * interacting with the FXSR-format floating point environment. Floating
50 long foo; member
52 long st_space[20]; /* 8*10 bytes for each FP-reg = 80 bytes */
62 long foo; member
66 long st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */
67 long xmm_space[32]; /* 8*16 bytes for each XMM-reg = 128 bytes */
97 /* When the kernel dumps core, it starts by dumping the user struct -
104 /* ptrace does not yet supply these. Someday.... */
105 int u_fpvalid; /* True if math co-processor being used. */
107 struct user_i387_struct i387; /* Math Co-processor registers. */
121 struct user_i387_struct *u_fpstate; /* Math Co-processor pointer. */