Searched refs:FPU_EIP (Results 1 - 2 of 2) 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.c166 FPU_ORIG_EIP = FPU_EIP;
171 FPU_EIP += code_base = FPU_CS << 4;
176 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP);
196 FPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor);
207 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP,
223 FPU_EIP++; /* We have fetched the prefix and first code bytes. */
228 if (FPU_EIP > code_limit)
247 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP);
249 FPU_EIP++;
269 FPU_EIP
[all...]
H A Dfpu_system.h42 #define FPU_EIP (FPU_info->regs->ip) macro
80 #define FPU_code_access_ok(z) FPU_access_ok(VERIFY_READ,(void __user *)FPU_EIP,z)

Completed in 63 milliseconds