Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dvm86_32.c141 if (!current->thread.vm86_info) { in save_v86_state()
146 tmp = copy_vm86_regs_to_user(&current->thread.vm86_info->regs, regs); in save_v86_state()
147 tmp += put_user(current->thread.screen_bitmap, &current->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()
/linux-4.1.27/arch/x86/include/asm/
Dprocessor.h525 struct vm86_struct __user *vm86_info; member
845 .vm86_info = NULL, \