tag | line | file | source code |
---|---|---|---|
used_math | 125 | fs/exec.c | if (dump.u_fpvalid = current->used_math) { |
used_math | 589 | fs/exec.c | current->used_math = 0; |
used_math | 146 | include/linux/sched.h | unsigned short used_math; |
used_math | 486 | kernel/math/emulate.c | if (!current->used_math) { |
used_math | 487 | kernel/math/emulate.c | current->used_math = 1; |
used_math | 110 | kernel/sched.c | if (current->used_math) { |
used_math | 114 | kernel/sched.c | current->used_math=1; |