taglinefilesource code
FPU_info278kernel/FPU-emu/errors.cmath_abort(FPU_info,SIGFPE);
FPU_info114kernel/FPU-emu/fpu_entry.cFPU_info = (struct info *) &arg;
FPU_info118kernel/FPU-emu/fpu_entry.cmath_abort(FPU_info,SIGILL);
FPU_info20kernel/FPU-emu/fpu_system.h#define FPU_CS      (*(unsigned short *) &(FPU_info->___cs))
FPU_info21kernel/FPU-emu/fpu_system.h#define FPU_DS      (*(unsigned short *) &(FPU_info->___ds))
FPU_info22kernel/FPU-emu/fpu_system.h#define FPU_EAX      (FPU_info->___eax)
FPU_info23kernel/FPU-emu/fpu_system.h#define FPU_EFLAGS    (FPU_info->___eflags)
FPU_info24kernel/FPU-emu/fpu_system.h#define FPU_EIP      (FPU_info->___eip)
FPU_info25kernel/FPU-emu/fpu_system.h#define FPU_ORIG_EIP    (FPU_info->___orig_eip)
FPU_info39kernel/FPU-emu/get_address.c#define REG_(x) (*(long *)(reg_offset[(x)]+(char *) FPU_info))