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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_system.h35 #define FPU_info (I387->soft.info) macro
37 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs))
38 #define FPU_SS (*(unsigned short *) &(FPU_info->regs->ss))
39 #define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds))
40 #define FPU_EAX (FPU_info->regs->ax)
41 #define FPU_EFLAGS (FPU_info->regs->flags)
42 #define FPU_EIP (FPU_info->regs->ip)
43 #define FPU_ORIG_EIP (FPU_info->___orig_eip)
66 math_abort(FPU_info,SIGSEGV)
67 #define FPU_abort math_abort(FPU_info, SIGSEG
[all...]
H A Dget_address.c42 #define REG_(x) (*(long *)(reg_offset[(x)] + (u_char *)FPU_info->regs))
55 (reg_offset_vm86[((unsigned)x)] + (u_char *)FPU_info->regs))
68 (reg_offset_pm[((unsigned)x)] + (u_char *)FPU_info->regs))
128 math_abort(FPU_info, SIGSEGV);
148 math_abort(FPU_info, SIGSEGV);
155 addr->selector = get_user_gs(FPU_info->regs);
220 math_abort(FPU_info, SIGSEGV);
304 math_abort(FPU_info, SIGSEGV);
347 address += FPU_info->regs->bx + FPU_info
[all...]
H A Dload_store.c74 math_abort(FPU_info, SIGSEGV);
77 math_abort(FPU_info, SIGSEGV);
H A Dfpu_entry.c164 FPU_info = info;
184 math_abort(FPU_info, SIGILL);
216 math_abort(FPU_info, SIGILL);
229 math_abort(FPU_info, SIGSEGV);
241 math_abort(FPU_info, SIGILL);
301 math_abort(FPU_info, SIGSEGV);
316 math_abort(FPU_info, SIGSEGV);
H A Derrors.c43 math_abort(FPU_info, SIGILL);
335 math_abort(FPU_info, SIGFPE);

Completed in 85 milliseconds