Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/math-emu/
A Dfpu_entry.c126 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()
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()
251 FPU_get_address_16(FPU_modrm, &FPU_EIP, in math_emulate()
259 if (FPU_EIP - 1 > code_limit) in math_emulate()
529 FPU_ORIG_EIP = FPU_EIP - code_base; in math_emulate()
536 FPU_EIP -= code_base; in math_emulate()
[all …]
A Dfpu_system.h84 #define FPU_EIP (FPU_info->regs->ip) macro
124 #define FPU_code_access_ok(z) FPU_access_ok((void __user *)FPU_EIP,z)

Completed in 4 milliseconds