Searched refs:FPU_CS (Results 1 – 3 of 3) sorted by relevance
171 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()174 else if ( FPU_CS == __USER_CS && FPU_DS == __USER_DS ) in math_emulate()178 else if ( FPU_CS == __KERNEL_CS ) in math_emulate()180 printk("math_emulate: %04x:%08lx\n",FPU_CS,FPU_EIP); in math_emulate()186 if ( (FPU_CS & 4) != 4 ) /* Must be in the LDT */ in math_emulate()194 if ( SEG_D_SIZE(code_descriptor = LDT_DESCRIPTOR(FPU_CS)) ) in math_emulate()294 entry_sel_off.selector = FPU_CS; in math_emulate()
45 if ( FPU_CS == __USER_CS ) in Un_impl()64 printk("cs selector = %04x\n", FPU_CS); in Un_impl()96 if ( FPU_CS == __USER_CS ) in FPU_printall()125 printk("%04x\n", FPU_CS); in FPU_printall()
39 #define FPU_CS (*(unsigned short *) &(FPU_info->___cs)) macro