Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Dvm86_32.c139 if (!current->thread.vm86_info) { in save_v86_state()
144 tmp = copy_vm86_regs_to_user(&current->thread.vm86_info->regs, regs); in save_v86_state()
145 tmp += put_user(current->thread.screen_bitmap, &current->thread.vm86_info->screen_bitmap); in save_v86_state()
222 tsk->thread.vm86_info = v86; in sys_vm86old()
273 tsk->thread.vm86_info = (struct vm86_struct __user *)v86; in sys_vm86()
/linux-2.6.39/arch/x86/include/asm/
Dprocessor.h460 struct vm86_struct __user *vm86_info; member
868 .vm86_info = NULL, \