Lines Matching refs:FPU_modrm
137 static long pm_address(u_char FPU_modrm, u_char segment,
188 (!seg_writable(&descriptor) && (FPU_modrm & FPU_WRITE_BIT))) {
210 void __user *FPU_get_address(u_char FPU_modrm, unsigned long *fpu_eip,
214 unsigned rm = FPU_modrm & 7;
220 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT)
227 mod = (FPU_modrm >> 6) & 3;
285 address = pm_address(FPU_modrm, addr_modes.override.segment,
295 void __user *FPU_get_address_16(u_char FPU_modrm, unsigned long *fpu_eip,
299 unsigned rm = FPU_modrm & 7;
304 if (!addr_modes.default_mode && (FPU_modrm & FPU_WRITE_BIT)
311 mod = (FPU_modrm >> 6) & 3;
393 address = pm_address(FPU_modrm, addr_modes.override.segment,