Home
last modified time | relevance | path

Searched refs:math_error (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dtraps.h83 void math_error(struct pt_regs *, int, int);
/linux-2.6.39/arch/x86/kernel/
Dtraps.c604 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()
Dirqinit.c64 math_error(get_irq_regs(), 0, 16); in math_error_irq()