Searched refs:FPU_EIP (Results 1 – 2 of 2) sorted by relevance
126 FPU_ORIG_EIP = FPU_EIP; in math_emulate()131 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()136 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP); in math_emulate()156 FPU_EIP += code_base = seg_get_base(&code_descriptor); in math_emulate()166 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()182 FPU_EIP++; /* We have fetched the prefix and first code bytes. */ in math_emulate()187 if (FPU_EIP > code_limit) in math_emulate()206 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()208 FPU_EIP++; in math_emulate()228 FPU_EIP = FPU_ORIG_EIP; /* Point to current FPU instruction. */ in math_emulate()[all …]
84 #define FPU_EIP (FPU_info->regs->ip) macro124 #define FPU_code_access_ok(z) FPU_access_ok((void __user *)FPU_EIP,z)