tag | line | file | source code |
used_math | 301 | 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 | 162 | arch/sparc/kernel/traps.c | if(current->used_math) { |
used_math | 210 | arch/sparc/kernel/traps.c | current->used_math = 1; |
used_math | 606 | fs/exec.c | current->used_math = 0; |
used_math | 212 | include/linux/sched.h | unsigned short used_math; |