Symbol: FPU_info
arch/x86/math-emu/errors.c
367
math_abort(FPU_info, SIGFPE);
arch/x86/math-emu/errors.c
79
math_abort(FPU_info, SIGILL);
arch/x86/math-emu/fpu_entry.c
125
FPU_info = info;
arch/x86/math-emu/fpu_entry.c
145
math_abort(FPU_info, SIGILL);
arch/x86/math-emu/fpu_entry.c
176
math_abort(FPU_info, SIGILL);
arch/x86/math-emu/fpu_entry.c
189
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/fpu_entry.c
201
math_abort(FPU_info, SIGILL);
arch/x86/math-emu/fpu_entry.c
261
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/fpu_entry.c
276
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/fpu_system.h
108
math_abort(FPU_info,SIGSEGV)
arch/x86/math-emu/fpu_system.h
109
#define FPU_abort math_abort(FPU_info, SIGSEGV)
arch/x86/math-emu/fpu_system.h
79
#define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs))
arch/x86/math-emu/fpu_system.h
80
#define FPU_SS (*(unsigned short *) &(FPU_info->regs->ss))
arch/x86/math-emu/fpu_system.h
81
#define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds))
arch/x86/math-emu/fpu_system.h
82
#define FPU_EAX (FPU_info->regs->ax)
arch/x86/math-emu/fpu_system.h
83
#define FPU_EFLAGS (FPU_info->regs->flags)
arch/x86/math-emu/fpu_system.h
84
#define FPU_EIP (FPU_info->regs->ip)
arch/x86/math-emu/fpu_system.h
85
#define FPU_ORIG_EIP (FPU_info->___orig_eip)
arch/x86/math-emu/get_address.c
129
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/get_address.c
149
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/get_address.c
222
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/get_address.c
306
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/get_address.c
349
address += FPU_info->regs->bx + FPU_info->regs->si;
arch/x86/math-emu/get_address.c
352
address += FPU_info->regs->bx + FPU_info->regs->di;
arch/x86/math-emu/get_address.c
355
address += FPU_info->regs->bp + FPU_info->regs->si;
arch/x86/math-emu/get_address.c
360
address += FPU_info->regs->bp + FPU_info->regs->di;
arch/x86/math-emu/get_address.c
365
address += FPU_info->regs->si;
arch/x86/math-emu/get_address.c
368
address += FPU_info->regs->di;
arch/x86/math-emu/get_address.c
371
address += FPU_info->regs->bp;
arch/x86/math-emu/get_address.c
376
address += FPU_info->regs->bx;
arch/x86/math-emu/get_address.c
43
#define REG_(x) (*(long *)(reg_offset[(x)] + (u_char *)FPU_info->regs))
arch/x86/math-emu/get_address.c
56
(reg_offset_vm86[((unsigned)x)] + (u_char *)FPU_info->regs))
arch/x86/math-emu/get_address.c
69
(reg_offset_pm[((unsigned)x)] + (u_char *)FPU_info->regs))
arch/x86/math-emu/load_store.c
81
math_abort(FPU_info, SIGSEGV);
arch/x86/math-emu/load_store.c
84
math_abort(FPU_info, SIGSEGV);