Home
last modified time | relevance | path

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

/linux/arch/x86/math-emu/
H A Dfpu_entry.c132 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()
134 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
136 } else if (FPU_CS == __KERNEL_CS) { in math_emulate()
137 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP); in math_emulate()
141 if ((FPU_CS & 4) != 4) { /* Must be in the LDT */ in math_emulate()
148 code_descriptor = FPU_get_ldt_descriptor(FPU_CS); in math_emulate()
240 entry_sel_off.selector = FPU_CS; in math_emulate()
H A Derrors.c46 if (FPU_CS == __USER_CS) {
63 printk("cs selector = %04x\n", FPU_CS);
94 if (FPU_CS == __USER_CS) { in FPU_printall()
119 printk("%04x\n", FPU_CS); in FPU_printall()
H A Dfpu_system.h79 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs)) macro