Searched refs:math_abort (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/x86/math-emu/ |
D | fpu_entry.c | 144 math_abort(FPU_info, SIGILL); in math_emulate() 175 math_abort(FPU_info, SIGILL); in math_emulate() 188 math_abort(FPU_info, SIGSEGV); in math_emulate() 200 math_abort(FPU_info, SIGILL); in math_emulate() 260 math_abort(FPU_info, SIGSEGV); in math_emulate() 275 math_abort(FPU_info, SIGSEGV); in math_emulate() 621 void math_abort(struct math_emu_info *info, unsigned int signal) in math_abort() function
|
D | get_address.c | 129 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()
|
D | fpu_system.h | 108 math_abort(FPU_info,SIGSEGV) 109 #define FPU_abort math_abort(FPU_info, SIGSEGV)
|
D | load_store.c | 81 math_abort(FPU_info, SIGSEGV); in FPU_load_store() 84 math_abort(FPU_info, SIGSEGV); in FPU_load_store()
|
D | errors.c | 79 math_abort(FPU_info, SIGILL); in FPU_illegal() 367 math_abort(FPU_info, SIGFPE); in FPU_exception()
|
D | fpu_proto.h | 64 extern void math_abort(struct math_emu_info *info, unsigned int signal);
|