Home
last modified time | relevance | path

Searched refs:vm86 (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/kernel/
H A Dvm86_32.c5 * 29 dec 2001 - Fixed oopses caused by unchecked access to the vm86
57 #include <asm/vm86.h>
87 #define VFLAGS (*(unsigned short *)&(current->thread.vm86->veflags))
88 #define VEFLAGS (current->thread.vm86->veflags)
100 struct vm86 *vm86 = current->thread.vm86; in save_v86_state() local
109 BUG_ON(!vm86); in save_v86_state()
111 set_flags(regs->pt.flags, VEFLAGS, X86_EFLAGS_VIF | vm86->veflags_mask); in save_v86_state()
112 user = vm86 in save_v86_state()
176 SYSCALL_DEFINE2(vm86,unsigned long,cmd,unsigned long,arg) SYSCALL_DEFINE2() argument
202 struct vm86 *vm86 = tsk->thread.vm86; do_sys_vm86() local
500 struct vm86 *vm86 = current->thread.vm86; do_int() local
530 struct vm86 *vm86 = current->thread.vm86; handle_vm86_trap() local
[all...]
/linux/arch/x86/include/asm/
H A Dvm86.h31 struct vm86 { struct
55 if (__t->vm86 != NULL) { \ argument
56 kfree(__t->vm86); \
57 __t->vm86 = NULL; \
H A Dprocessor.h11 struct vm86;
497 struct vm86 *vm86; member
/linux/tools/testing/selftests/x86/
H A Dentry_from_vm86.c142 ret = vm86(VM86_ENTER, v86); in do_test()
188 void do_umip_tests(struct vm86plus_struct *vm86, unsigned char *test_mem) in do_umip_tests() argument
203 do_test(vm86, vmcode_umip - vmcode, VM86_TRAP, 3, "UMIP tests"); in do_umip_tests()
240 do_test(vm86, vmcode_umip_str - vmcode, VM86_SIGNAL, 0, in do_umip_tests()
245 do_test(vm86, vmcode_umip_sldt - vmcode, VM86_SIGNAL, 0, in do_umip_tests()
/linux/kernel/
H A Dsys_ni.c292 COND_SYSCALL(vm86);
/linux/arch/x86/math-emu/
H A DREADME145 vm86 mode can cause a general protection fault. Address offsets
146 greater than 0xffff appear to be illegal in vm86 mode but are quite
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_32.tbl181 166 i386 vm86 sys_vm86 sys_ni_syscall
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl152 113 common vm86 sys_ni_syscall
/linux/arch/x86/
H A DKconfig1236 a 16-bit DOS program where 16-bit performance matters, vm86