Searched refs:vm86_info (Results 1 – 2 of 2) sorted by relevance
141 if (!current->thread.vm86_info) { in save_v86_state()146 tmp = copy_vm86_regs_to_user(¤t->thread.vm86_info->regs, regs); in save_v86_state()147 tmp += put_user(current->thread.screen_bitmap, ¤t->thread.vm86_info->screen_bitmap); in save_v86_state()224 tsk->thread.vm86_info = v86; in SYSCALL_DEFINE1()269 tsk->thread.vm86_info = (struct vm86_struct __user *)v86; in SYSCALL_DEFINE2()
525 struct vm86_struct __user *vm86_info; member845 .vm86_info = NULL, \