Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtraps.h85 void math_error(struct pt_regs *, int, int);
/arch/x86/kernel/
Dirqinit.c63 math_error(get_irq_regs(), 0, X86_TRAP_MF); in math_error_irq()
Dtraps.c462 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()