Searched refs:math_abort (Results 1 – 6 of 6) sorted by relevance
/arch/x86/math-emu/ |
D | fpu_system.h | 66 math_abort(FPU_info,SIGSEGV) 67 #define FPU_abort math_abort(FPU_info, SIGSEGV)
|
D | get_address.c | 128 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()
|
D | fpu_entry.c | 185 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
|
D | load_store.c | 74 math_abort(FPU_info, SIGSEGV); in FPU_load_store() 77 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
|
D | errors.c | 78 math_abort(FPU_info, SIGILL); in FPU_illegal() 370 math_abort(FPU_info, SIGFPE); in FPU_exception()
|
D | fpu_proto.h | 55 extern void math_abort(struct math_emu_info *info, unsigned int signal);
|