| tag | line | file | source code |
|---|---|---|---|
| used_math | 158 | drivers/FPU-emu/fpu_entry.c | if (!current->used_math) |
| used_math | 169 | 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 | 174 | kernel/sched.c | if (current->used_math) { |
| used_math | 178 | kernel/sched.c | current->used_math=1; |