tag | line | file | source code |
---|---|---|---|
used_math | 156 | drivers/FPU-emu/fpu_entry.c | if (!current->used_math) |
used_math | 167 | drivers/FPU-emu/fpu_entry.c | current->used_math = 1; |
used_math | 233 | fs/exec.c | if ((dump.u_fpvalid = current->used_math) != 0) { |
used_math | 573 | fs/exec.c | current->used_math = 0; |
used_math | 282 | include/linux/sched.h | unsigned short used_math; |
used_math | 132 | kernel/sched.c | if (current->used_math) { |
used_math | 136 | kernel/sched.c | current->used_math=1; |