tag | line | file | source code |
used_math | 236 | arch/i386/kernel/process.c | if ((fpvalid = current->used_math) != 0) { |
used_math | 304 | arch/i386/kernel/traps.c | if(current->used_math) |
used_math | 312 | arch/i386/kernel/traps.c | current->used_math = 1; |
used_math | 326 | arch/i386/kernel/traps.c | if (current->used_math) { |
used_math | 330 | 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 | 151 | arch/mips/kernel/process.c | if ((dump->u_fpvalid = current->used_math) != 0) { |
used_math | 599 | fs/exec.c | current->used_math = 0; |
used_math | 203 | include/linux/sched.h | unsigned short used_math; |