Home
last modified time | relevance | path

Searched refs:FPU_CS (Results 1 – 3 of 3) sorted by relevance

/arch/x86/math-emu/
Dfpu_entry.c133 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()
135 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
137 } else if (FPU_CS == __KERNEL_CS) { in math_emulate()
138 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP); in math_emulate()
142 if ((FPU_CS & 4) != 4) { /* Must be in the LDT */ in math_emulate()
149 code_descriptor = FPU_get_ldt_descriptor(FPU_CS); in math_emulate()
242 entry_sel_off.selector = FPU_CS; in math_emulate()
Derrors.c45 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()
Dfpu_system.h52 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs)) macro