Searched refs:v86 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvm86.c58 * the 'lss' instruction. We can't guarantee this in v86 mode,
202 struct vm86_struct __user *v86 = (struct vm86_struct __user *)regs.ebx; local
214 tmp = copy_vm86_regs_from_user(&info.regs, &v86->regs,
222 tsk->thread.vm86_info = v86;
239 struct vm86plus_struct __user *v86; local
263 v86 = (struct vm86plus_struct __user *)regs.ecx;
264 tmp = copy_vm86_regs_from_user(&info.regs, &v86->regs,
272 tsk->thread.vm86_info = (struct vm86_struct __user *)v86;

Completed in 50 milliseconds