Searched refs:FPU_CS (Results 1 – 3 of 3) sorted by relevance
172 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()174 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()176 } else if (FPU_CS == __KERNEL_CS) { in math_emulate()177 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP); in math_emulate()181 if ((FPU_CS & 4) != 4) { /* Must be in the LDT */ in math_emulate()188 code_descriptor = LDT_DESCRIPTOR(FPU_CS); in math_emulate()281 entry_sel_off.selector = FPU_CS; in math_emulate()
45 if (FPU_CS == __USER_CS) {62 printk("cs selector = %04x\n", FPU_CS);93 if (FPU_CS == __USER_CS) { in FPU_printall()118 printk("%04x\n", FPU_CS); in FPU_printall()
37 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs)) macro