Home
last modified time | relevance | path

Searched refs:math_abort (Results 1 – 6 of 6) sorted by relevance

/arch/x86/math-emu/
Dfpu_system.h66 math_abort(FPU_info,SIGSEGV)
67 #define FPU_abort math_abort(FPU_info, SIGSEGV)
Dget_address.c128 math_abort(FPU_info, SIGSEGV); in vm86_segment()
148 math_abort(FPU_info, SIGSEGV); in pm_address()
220 math_abort(FPU_info, SIGSEGV); in FPU_get_address()
304 math_abort(FPU_info, SIGSEGV); in FPU_get_address_16()
Dfpu_entry.c185 math_abort(FPU_info, SIGILL); in math_emulate()
217 math_abort(FPU_info, SIGILL); in math_emulate()
230 math_abort(FPU_info, SIGSEGV); in math_emulate()
242 math_abort(FPU_info, SIGILL); in math_emulate()
302 math_abort(FPU_info, SIGSEGV); in math_emulate()
317 math_abort(FPU_info, SIGSEGV); in math_emulate()
663 void math_abort(struct math_emu_info *info, unsigned int signal) in math_abort() function
Dload_store.c74 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
77 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
Derrors.c78 math_abort(FPU_info, SIGILL); in FPU_illegal()
370 math_abort(FPU_info, SIGFPE); in FPU_exception()
Dfpu_proto.h55 extern void math_abort(struct math_emu_info *info, unsigned int signal);