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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvm86_32.c57 * the 'lss' instruction. We can't guarantee this in v86 mode,
200 int sys_vm86old(struct vm86_struct __user *v86, struct pt_regs *regs) argument
213 tmp = copy_vm86_regs_from_user(&info.regs, &v86->regs,
221 tsk->thread.vm86_info = v86;
238 struct vm86plus_struct __user *v86; local
263 v86 = (struct vm86plus_struct __user *)arg;
264 tmp = copy_vm86_regs_from_user(&info.regs, &v86->regs,
272 tsk->thread.vm86_info = (struct vm86_struct __user *)v86;

Completed in 61 milliseconds