Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/math-emu/
Dfpu_entry.c129 FPU_ORIG_EIP = FPU_EIP; in math_emulate()
134 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()
139 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP); in math_emulate()
159 FPU_EIP += code_base = seg_get_base(&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.h84 #define FPU_EIP (FPU_info->regs->ip) macro
122 #define FPU_code_access_ok(z) FPU_access_ok(VERIFY_READ,(void __user *)FPU_EIP,z)