tag | line | file | source code |
---|---|---|---|
CS | 66 | kernel/math/emulate.c | if (CS != 0x000F) { |
CS | 67 | kernel/math/emulate.c | printk("math_emulate: %04x:%08x\n\r",CS,EIP); |
CS | 74 | kernel/math/emulate.c | *(unsigned short *) &I387.fcs = CS; |
CS | 480 | kernel/math/emulate.c | printk("Unknown math-insns: %04x:%08x %04x\n\r",CS,EIP,code); |