Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_entry.c191 math_abort(FPU_info, SIGILL); in math_emulate()
225 math_abort(FPU_info,SIGILL); in math_emulate()
239 math_abort(FPU_info,SIGSEGV); in math_emulate()
253 math_abort(FPU_info,SIGILL); in math_emulate()
314 math_abort(FPU_info,SIGSEGV); in math_emulate()
331 math_abort(FPU_info,SIGSEGV); in math_emulate()
662 void math_abort(struct info * info, unsigned int signal) in math_abort() function
Dget_address.c144 math_abort(FPU_info,SIGSEGV); in vm86_segment()
167 math_abort(FPU_info,SIGSEGV); in pm_address()
258 math_abort(FPU_info,SIGSEGV); in FPU_get_address()
351 math_abort(FPU_info,SIGSEGV); in FPU_get_address_16()
Dload_store.c78 math_abort(FPU_info,SIGSEGV); in FPU_load_store()
83 math_abort(FPU_info,SIGSEGV); in FPU_load_store()
Dfpu_system.h68 math_abort(FPU_info,SIGSEGV)
Derrors.c80 math_abort(FPU_info,SIGILL); in FPU_illegal()
365 math_abort(FPU_info,SIGFPE); in FPU_exception()
Dfpu_proto.h57 extern void math_abort(struct info *info, unsigned int signal);