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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_entry.c172 FPU_EIP += code_base = FPU_CS << 4;
175 else if ( FPU_CS == __USER_CS && FPU_DS == __USER_DS )
179 else if ( FPU_CS == __KERNEL_CS )
181 printk("math_emulate: %04x:%08lx\n",FPU_CS,FPU_EIP);
187 if ( (FPU_CS & 4) != 4 ) /* Must be in the LDT */
195 code_descriptor = LDT_DESCRIPTOR(FPU_CS);
296 entry_sel_off.selector = FPU_CS;
H A Dfpu_system.h41 #define FPU_CS (*(unsigned short *) &(FPU_info->___cs)) macro
H A Derrors.c61 if ( FPU_CS == __USER_CS )
90 printk("%04x\n", FPU_CS);

Completed in 76 milliseconds