tag | line | file | source code |
---|---|---|---|
used_math | 168 | drivers/FPU-emu/fpu_entry.c | if (!current->used_math) |
used_math | 179 | drivers/FPU-emu/fpu_entry.c | current->used_math = 1; |
used_math | 186 | fs/exec.c | if ((dump.u_fpvalid = current->used_math) != 0) { |
used_math | 528 | fs/exec.c | current->used_math = 0; |
used_math | 210 | include/linux/sched.h | unsigned short used_math; |
used_math | 169 | kernel/sched.c | if (current->used_math) { |
used_math | 173 | kernel/sched.c | current->used_math=1; |