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