tag | line | file | source code |
FPU_info | 307 | drivers/FPU-emu/errors.c | math_abort(FPU_info,SIGFPE); |
FPU_info | 188 | drivers/FPU-emu/fpu_entry.c | math_abort(FPU_info,SIGILL); |
FPU_info | 202 | drivers/FPU-emu/fpu_entry.c | math_abort(FPU_info,SIGILL); |
FPU_info | 19 | drivers/FPU-emu/fpu_system.h | #define SETUP_DATA_AREA(arg) FPU_info = (struct info *) &arg |
FPU_info | 24 | drivers/FPU-emu/fpu_system.h | #define FPU_CS (*(unsigned short *) &(FPU_info->___cs)) |
FPU_info | 25 | drivers/FPU-emu/fpu_system.h | #define FPU_DS (*(unsigned short *) &(FPU_info->___ds)) |
FPU_info | 26 | drivers/FPU-emu/fpu_system.h | #define FPU_EAX (FPU_info->___eax) |
FPU_info | 27 | drivers/FPU-emu/fpu_system.h | #define FPU_EFLAGS (FPU_info->___eflags) |
FPU_info | 28 | drivers/FPU-emu/fpu_system.h | #define FPU_EIP (FPU_info->___eip) |
FPU_info | 29 | drivers/FPU-emu/fpu_system.h | #define FPU_ORIG_EIP (FPU_info->___orig_eip) |
FPU_info | 40 | drivers/FPU-emu/get_address.c | #define REG_(x) (*(long *)(reg_offset[(x)]+(char *) FPU_info)) |