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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvm86.c139 if (!current->thread.vm86_info) {
140 printk("no vm86_info: BAD\n");
144 tmp = copy_vm86_regs_to_user(&current->thread.vm86_info->regs,regs);
145 tmp += put_user(current->thread.screen_bitmap,&current->thread.vm86_info->screen_bitmap);
147 printk("vm86: could not access userspace vm86_info\n");
222 tsk->thread.vm86_info = v86;
272 tsk->thread.vm86_info = (struct vm86_struct __user *)v86;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h364 struct vm86_struct __user * vm86_info; member in struct:thread_struct
377 .vm86_info = NULL, \

Completed in 55 milliseconds