Searched refs:math_abort (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/math-emu/ |
D | get_address.c | 127 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()
|
D | fpu_entry.c | 184 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
|
D | fpu_system.h | 81 math_abort(FPU_info,SIGSEGV) 82 #define FPU_abort math_abort(FPU_info, SIGSEGV)
|
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() 365 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);
|