Searched refs:FPU_EIP (Results 1 – 2 of 2) sorted by relevance
166 FPU_ORIG_EIP = FPU_EIP; in math_emulate()171 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()176 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP); in math_emulate()196 FPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor); in math_emulate()207 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()223 FPU_EIP++; /* We have fetched the prefix and first code bytes. */ in math_emulate()228 if (FPU_EIP > code_limit) in math_emulate()247 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()249 FPU_EIP++; in math_emulate()269 FPU_EIP = FPU_ORIG_EIP; /* Point to current FPU instruction. */ in math_emulate()[all …]
57 #define FPU_EIP (FPU_info->regs->ip) macro95 #define FPU_code_access_ok(z) FPU_access_ok(VERIFY_READ,(void __user *)FPU_EIP,z)