Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_entry.c145 math_abort(FPU_info, SIGILL); in math_emulate()
176 math_abort(FPU_info, SIGILL); in math_emulate()
189 math_abort(FPU_info, SIGSEGV); in math_emulate()
201 math_abort(FPU_info, SIGILL); in math_emulate()
261 math_abort(FPU_info, SIGSEGV); in math_emulate()
276 math_abort(FPU_info, SIGSEGV); in math_emulate()
622 void math_abort(struct math_emu_info *info, unsigned int signal) in math_abort() function
H A Dget_address.c129 math_abort(FPU_info, SIGSEGV); in vm86_segment()
149 math_abort(FPU_info, SIGSEGV); in pm_address()
222 math_abort(FPU_info, SIGSEGV); in FPU_get_address()
306 math_abort(FPU_info, SIGSEGV); in FPU_get_address_16()
H A Dfpu_system.h108 math_abort(FPU_info,SIGSEGV)
109 #define FPU_abort math_abort(FPU_info, SIGSEGV)
H A Dload_store.c81 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
84 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
H A Derrors.c79 math_abort(FPU_info, SIGILL); in FPU_illegal()
367 math_abort(FPU_info, SIGFPE); in FPU_exception()
H A Dfpu_proto.h64 extern void math_abort(struct math_emu_info *info, unsigned int signal);