Searched refs:FPU_EIP (Results 1 – 2 of 2) sorted by relevance
165 FPU_ORIG_EIP = FPU_EIP; in math_emulate()171 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()180 printk("math_emulate: %04x:%08lx\n",FPU_CS,FPU_EIP); in math_emulate()205 FPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor); in math_emulate()216 if ( !valid_prefix(&byte1, (u_char **)&FPU_EIP, in math_emulate()232 FPU_EIP++; /* We have fetched the prefix and first code bytes. */ in math_emulate()238 if ( FPU_EIP > code_limit ) in math_emulate()259 FPU_get_user(FPU_modrm, (u_char *) FPU_EIP); in math_emulate()261 FPU_EIP++; in math_emulate()283 FPU_EIP = FPU_ORIG_EIP; /* Point to current FPU instruction. */ in math_emulate()[all …]
44 #define FPU_EIP (FPU_info->___eip) macro81 #define FPU_code_verify_area(z) FPU_verify_area(VERIFY_READ,(void *)FPU_EIP,z)