tag | line | file | source code |
used_math | 220 | arch/i386/kernel/process.c | if ((dump->u_fpvalid = current->used_math) != 0) { |
used_math | 283 | arch/i386/kernel/traps.c | if (current->used_math) { |
used_math | 287 | arch/i386/kernel/traps.c | current->used_math=1; |
used_math | 155 | arch/i386/math-emu/fpu_entry.c | if (!current->used_math) |
used_math | 166 | arch/i386/math-emu/fpu_entry.c | current->used_math = 1; |
used_math | 154 | arch/mips/kernel/process.c | if ((dump->u_fpvalid = current->used_math) != 0) { |
used_math | 545 | fs/exec.c | current->used_math = 0; |
used_math | 176 | include/linux/sched.h | unsigned short used_math; |