| tag | line | file | source code |
|---|---|---|---|
| used_math | 131 | fs/exec.c | if ((dump.u_fpvalid = current->used_math) != 0) { |
| used_math | 601 | fs/exec.c | current->used_math = 0; |
| used_math | 185 | include/linux/sched.h | unsigned short used_math; |
| used_math | 96 | kernel/FPU-emu/fpu_entry.c | if (!current->used_math) |
| used_math | 99 | kernel/FPU-emu/fpu_entry.c | current->used_math = 1; |
| used_math | 82 | kernel/sched.c | if (current->used_math) { |
| used_math | 86 | kernel/sched.c | current->used_math=1; |