Searched refs:math_abort (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | fpu_entry.c | 191 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
|
D | get_address.c | 144 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()
|
D | load_store.c | 78 math_abort(FPU_info,SIGSEGV); in FPU_load_store() 83 math_abort(FPU_info,SIGSEGV); in FPU_load_store()
|
D | fpu_system.h | 68 math_abort(FPU_info,SIGSEGV)
|
D | errors.c | 80 math_abort(FPU_info,SIGILL); in FPU_illegal() 365 math_abort(FPU_info,SIGFPE); in FPU_exception()
|
D | fpu_proto.h | 57 extern void math_abort(struct info *info, unsigned int signal);
|