Searched refs:math_error (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | traps.h | 85 void math_error(struct pt_regs *, int, int);
|
/arch/x86/kernel/ |
D | irqinit.c | 63 math_error(get_irq_regs(), 0, X86_TRAP_MF); in math_error_irq()
|
D | traps.c | 462 void math_error(struct pt_regs *regs, int error_code, int trapnr) in math_error() function 552 math_error(regs, error_code, X86_TRAP_MF); in do_coprocessor_error() 558 math_error(regs, error_code, X86_TRAP_XF); in do_simd_coprocessor_error()
|