Searched refs:I387 (Results 1 – 2 of 2) sorted by relevance
36 #define I387 (current->thread.i387) macro37 #define FPU_info (I387.soft.info)47 #define FPU_lookahead (I387.soft.lookahead)51 #define no_ip_update (*(u_char *)&(I387.soft.no_update))52 #define FPU_rm (*(u_char *)&(I387.soft.rm))56 #define access_limit (*(u_char *)&(I387.soft.alimit))58 #define partial_status (I387.soft.swd)59 #define control_word (I387.soft.cwd)60 #define fpu_tag_word (I387.soft.twd)61 #define registers (I387.soft.st_space)[all …]
1336 I387.soft.fcs &= ~0xf8000000; in fstenv()1337 I387.soft.fos |= 0xffff0000; in fstenv()