Searched refs:FPU_info (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/math-emu/
H A Dfpu_system.h77 #define FPU_info (I387->soft.info) macro
79 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs))
80 #define FPU_SS (*(unsigned short *) &(FPU_info->regs->ss))
81 #define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds))
82 #define FPU_EAX (FPU_info->regs->ax)
83 #define FPU_EFLAGS (FPU_info->regs->flags)
84 #define FPU_EIP (FPU_info->regs->ip)
85 #define FPU_ORIG_EIP (FPU_info->___orig_eip)
108 math_abort(FPU_info,SIGSEGV)
109 #define FPU_abort math_abort(FPU_info, SIGSEG
[all...]
H A Dget_address.c43 #define REG_(x) (*(long *)(reg_offset[(x)] + (u_char *)FPU_info->regs))
56 (reg_offset_vm86[((unsigned)x)] + (u_char *)FPU_info->regs))
69 (reg_offset_pm[((unsigned)x)] + (u_char *)FPU_info->regs))
129 math_abort(FPU_info, SIGSEGV);
149 math_abort(FPU_info, SIGSEGV);
222 math_abort(FPU_info, SIGSEGV);
306 math_abort(FPU_info, SIGSEGV);
349 address += FPU_info->regs->bx + FPU_info->regs->si;
352 address += FPU_info
[all...]
H A Dfpu_entry.c125 FPU_info = info;
145 math_abort(FPU_info, SIGILL);
176 math_abort(FPU_info, SIGILL);
189 math_abort(FPU_info, SIGSEGV);
201 math_abort(FPU_info, SIGILL);
261 math_abort(FPU_info, SIGSEGV);
276 math_abort(FPU_info, SIGSEGV);
H A Dload_store.c81 math_abort(FPU_info, SIGSEGV);
84 math_abort(FPU_info, SIGSEGV);
H A Derrors.c79 math_abort(FPU_info, SIGILL);
367 math_abort(FPU_info, SIGFPE);

Completed in 244 milliseconds