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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_entry.c171 FPU_EIP += code_base = FPU_CS << 4;
173 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) {
175 } else if (FPU_CS == __KERNEL_CS) {
176 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP);
180 if ((FPU_CS & 4) != 4) { /* Must be in the LDT */
187 code_descriptor = LDT_DESCRIPTOR(FPU_CS);
280 entry_sel_off.selector = FPU_CS;
H A Dfpu_system.h37 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs)) macro
H A Derrors.c58 if (FPU_CS == __USER_CS) {
83 printk("%04x\n", FPU_CS);

Completed in 44 milliseconds