Home
last modified time | relevance | path

Searched defs:vm86 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dvm86.h31 struct vm86 { struct
32 struct vm86plus_struct __user *user_vm86; argument
42 struct vm86plus_info_struct vm86plus; argument
55 if (__t->vm86 != NULL) { \ argument
H A Dprocessor.h454 struct vm86 *vm86; member
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c100 struct vm86 *vm86 = current->thread.vm86; in save_v86_state() local
176 SYSCALL_DEFINE2(vm86, unsigned long, cmd, unsigned long, arg) in SYSCALL_DEFINE2() argument
202 struct vm86 *vm86 = tsk->thread.vm86; in do_sys_vm86() local
500 struct vm86 *vm86 = current->thread.vm86; in do_int() local
530 struct vm86 *vm86 = current->thread.vm86; in handle_vm86_trap() local
/openbmc/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c188 void do_umip_tests(struct vm86plus_struct *vm86, unsigned char *test_mem) in do_umip_tests()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1578 static inline int vm86(int func, struct vm86plus_struct *v86) in vm86() function
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c609 int vm86 = env->eflags & VM_MASK; in do_interrupt_protected() local