Home
last modified time | relevance | path

Searched refs:FPU_EIP (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/math-emu/
Dfpu_entry.c128 FPU_ORIG_EIP = FPU_EIP; in math_emulate()
133 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()
138 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP); in math_emulate()
158 FPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor); in math_emulate()
169 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
185 FPU_EIP++; /* We have fetched the prefix and first code bytes. */ in math_emulate()
190 if (FPU_EIP > code_limit) in math_emulate()
209 FPU_get_user(FPU_modrm, (u_char __user *) FPU_EIP); in math_emulate()
211 FPU_EIP++; in math_emulate()
231 FPU_EIP = FPU_ORIG_EIP; /* Point to current FPU instruction. */ in math_emulate()
[all …]
Dfpu_system.h57 #define FPU_EIP (FPU_info->regs->ip) macro
95 #define FPU_code_access_ok(z) FPU_access_ok(VERIFY_READ,(void __user *)FPU_EIP,z)