tag | line | file | source code |
cwd | 105 | include/linux/math_emu.h | #define ROUNDING ((I387.cwd >> 10) & 3) |
cwd | 106 | include/linux/math_emu.h | #define PRECISION ((I387.cwd >> 8) & 3) |
cwd | 74 | include/linux/sched.h | long cwd; |
cwd | 60 | kernel/math/emulate.c | if (I387.cwd & I387.swd & 0x3f) |
cwd | 149 | kernel/math/emulate.c | I387.cwd = 0x037f; |
cwd | 332 | kernel/math/emulate.c | *(unsigned short *) &I387.cwd = |
cwd | 347 | kernel/math/emulate.c | put_fs_word(I387.cwd,(short *) address); |
cwd | 388 | kernel/math/emulate.c | I387.cwd = 0x037f; |
cwd | 484 | kernel/math/emulate.c | I387.cwd = 0x037f; |