Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A Dvm86_32.c100 struct vm86 *vm86 = current->thread.vm86; in save_v86_state() local
109 BUG_ON(!vm86); in save_v86_state()
112 user = vm86->user_vm86; in save_v86_state()
149 vm86->saved_sp0 = 0; in save_v86_state()
202 struct vm86 *vm86 = tsk->thread.vm86; in do_sys_vm86() local
234 if (!vm86) { in do_sys_vm86()
235 if (!(vm86 = kzalloc(sizeof(*vm86), GFP_KERNEL))) in do_sys_vm86()
237 tsk->thread.vm86 = vm86; in do_sys_vm86()
239 if (vm86->saved_sp0) in do_sys_vm86()
500 struct vm86 *vm86 = current->thread.vm86; in do_int() local
[all …]
A Dprocess.c93 dst->thread.vm86 = NULL; in arch_dup_task_struct()
/linux-6.3-rc2/arch/x86/include/asm/
A Dvm86.h31 struct vm86 { struct
55 if (__t->vm86 != NULL) { \ argument
56 kfree(__t->vm86); \
57 __t->vm86 = NULL; \
A Dprocessor.h11 struct vm86;
454 struct vm86 *vm86; member
/linux-6.3-rc2/tools/testing/selftests/x86/
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-6.3-rc2/kernel/
A Dsys_ni.c382 COND_SYSCALL(vm86);
/linux-6.3-rc2/arch/x86/math-emu/
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-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl176 # 166 was vm86
/linux-6.3-rc2/security/
A DKconfig131 Programs which use vm86 functionality or have some need to map
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl176 166 common vm86 sys_ni_syscall
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl123 # 113 was vm86
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_32.tbl180 166 i386 vm86 sys_vm86 sys_ni_syscall
/linux-6.3-rc2/arch/mips/kernel/syscalls/
A Dsyscall_o32.tbl127 113 o32 vm86 sys_ni_syscall
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl152 113 common vm86 sys_ni_syscall
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl152 113 common vm86 sys_ni_syscall
/linux-6.3-rc2/mm/
A DKconfig719 Programs which use vm86 functionality or have some need to map
/linux-6.3-rc2/arch/x86/
A DKconfig1209 a 16-bit DOS program where 16-bit performance matters, vm86

Completed in 42 milliseconds