tag | line | file | source code |
---|---|---|---|
used_math | 131 | fs/exec.c | if ((dump.u_fpvalid = current->used_math) != 0) { |
used_math | 621 | fs/exec.c | current->used_math = 0; |
used_math | 183 | include/linux/sched.h | unsigned short used_math; |
used_math | 150 | kernel/FPU-emu/fpu_entry.c | if (!current->used_math) |
used_math | 153 | kernel/FPU-emu/fpu_entry.c | current->used_math = 1; |
used_math | 84 | kernel/sched.c | if (current->used_math) { |
used_math | 88 | kernel/sched.c | current->used_math=1; |