tag | line | file | source code |
soft | 36 | drivers/FPU-emu/fpu_system.h | #define FPU_info (I387.soft.info) |
soft | 46 | drivers/FPU-emu/fpu_system.h | #define FPU_lookahead (I387.soft.lookahead) |
soft | 50 | drivers/FPU-emu/fpu_system.h | #define no_ip_update (((char *)&(I387.soft.twd))[0]) |
soft | 51 | drivers/FPU-emu/fpu_system.h | #define FPU_rm (((unsigned char *)&(I387.soft.twd))[1]) |
soft | 55 | drivers/FPU-emu/fpu_system.h | #define access_limit (((unsigned char *)&(I387.soft.twd))[2]) |
soft | 57 | drivers/FPU-emu/fpu_system.h | #define partial_status (I387.soft.swd) |
soft | 58 | drivers/FPU-emu/fpu_system.h | #define control_word (I387.soft.cwd) |
soft | 59 | drivers/FPU-emu/fpu_system.h | #define regs (I387.soft.regs) |
soft | 60 | drivers/FPU-emu/fpu_system.h | #define top (I387.soft.top) |
soft | 62 | drivers/FPU-emu/fpu_system.h | #define instruction_address (*(struct address *)&I387.soft.fip) |
soft | 63 | drivers/FPU-emu/fpu_system.h | #define operand_address (*(struct address *)&I387.soft.foo) |
soft | 145 | include/linux/sched.h | struct i387_soft_struct soft; |