taglinefilesource code
FPU_info307drivers/FPU-emu/errors.cmath_abort(FPU_info,SIGFPE);
FPU_info188drivers/FPU-emu/fpu_entry.cmath_abort(FPU_info,SIGILL);
FPU_info202drivers/FPU-emu/fpu_entry.cmath_abort(FPU_info,SIGILL);
FPU_info19drivers/FPU-emu/fpu_system.h#define SETUP_DATA_AREA(arg)    FPU_info = (struct info *) &arg
FPU_info24drivers/FPU-emu/fpu_system.h#define FPU_CS      (*(unsigned short *) &(FPU_info->___cs))
FPU_info25drivers/FPU-emu/fpu_system.h#define FPU_DS      (*(unsigned short *) &(FPU_info->___ds))
FPU_info26drivers/FPU-emu/fpu_system.h#define FPU_EAX      (FPU_info->___eax)
FPU_info27drivers/FPU-emu/fpu_system.h#define FPU_EFLAGS    (FPU_info->___eflags)
FPU_info28drivers/FPU-emu/fpu_system.h#define FPU_EIP      (FPU_info->___eip)
FPU_info29drivers/FPU-emu/fpu_system.h#define FPU_ORIG_EIP    (FPU_info->___orig_eip)
FPU_info40drivers/FPU-emu/get_address.c#define REG_(x) (*(long *)(reg_offset[(x)]+(char *) FPU_info))