Searched refs:math_error (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | traps.h | 83 void math_error(struct pt_regs *, int, int);
|
/linux-2.6.39/arch/x86/kernel/ |
D | traps.c | 604 void math_error(struct pt_regs *regs, int error_code, int trapnr) in math_error() function 692 math_error(regs, error_code, 16); in do_coprocessor_error() 698 math_error(regs, error_code, 19); in do_simd_coprocessor_error()
|
D | irqinit.c | 64 math_error(get_irq_regs(), 0, 16); in math_error_irq()
|