Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/kernel/
Dvm86.c100 if (!current->thread.vm86_info) { in save_v86_state()
105 tmp = copy_to_user(&current->thread.vm86_info->regs,regs, VM86_REGS_SIZE1); in save_v86_state()
106 tmp += copy_to_user(&current->thread.vm86_info->regs.VM86_REGS_PART2, in save_v86_state()
108 tmp += put_user(current->thread.screen_bitmap,&current->thread.vm86_info->screen_bitmap); in save_v86_state()
181 tsk->thread.vm86_info = v86; in sys_vm86old()
229 tsk->thread.vm86_info = (struct vm86_struct *)v86; in sys_vm86()
/linux-2.4.37.9/include/asm-i386/
Dprocessor.h375 struct vm86_struct * vm86_info; member