Searched refs:math_abort (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_entry.c | 146 math_abort(FPU_info, SIGILL); in math_emulate() 178 math_abort(FPU_info, SIGILL); in math_emulate() 191 math_abort(FPU_info, SIGSEGV); in math_emulate() 203 math_abort(FPU_info, SIGILL); in math_emulate() 263 math_abort(FPU_info, SIGSEGV); in math_emulate() 278 math_abort(FPU_info, SIGSEGV); in math_emulate() 624 void math_abort(struct math_emu_info *info, unsigned int signal) in math_abort() function
|
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_system.h | 81 math_abort(FPU_info,SIGSEGV) 82 #define FPU_abort math_abort(FPU_info, SIGSEGV)
|
D | load_store.c | 80 math_abort(FPU_info, SIGSEGV); in FPU_load_store() 83 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 | 63 extern void math_abort(struct math_emu_info *info, unsigned int signal);
|