Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/math-emu/
Dget_address.c127 math_abort(FPU_info, SIGSEGV); in vm86_segment()
147 math_abort(FPU_info, SIGSEGV); in pm_address()
219 math_abort(FPU_info, SIGSEGV); in FPU_get_address()
303 math_abort(FPU_info, SIGSEGV); in FPU_get_address_16()
Dfpu_entry.c184 math_abort(FPU_info, SIGILL); in math_emulate()
216 math_abort(FPU_info, SIGILL); in math_emulate()
229 math_abort(FPU_info, SIGSEGV); in math_emulate()
241 math_abort(FPU_info, SIGILL); in math_emulate()
301 math_abort(FPU_info, SIGSEGV); in math_emulate()
316 math_abort(FPU_info, SIGSEGV); in math_emulate()
662 void math_abort(struct math_emu_info *info, unsigned int signal) in math_abort() function
Dfpu_system.h81 math_abort(FPU_info,SIGSEGV)
82 #define FPU_abort math_abort(FPU_info, SIGSEGV)
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()
365 math_abort(FPU_info, SIGFPE); in FPU_exception()
Dfpu_proto.h55 extern void math_abort(struct math_emu_info *info, unsigned int signal);