Searched defs:vm86 (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | vm86.h | 31 struct vm86 { struct 32 struct vm86plus_struct __user *user_vm86; argument 43 struct vm86plus_info_struct vm86plus; argument 56 if (__t->vm86 != NULL) { \ argument
|
| D | processor.h | 525 struct vm86 *vm86; member
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | vm86.h | 31 struct vm86 { struct 32 struct vm86plus_struct __user *user_vm86; argument 42 struct vm86plus_info_struct vm86plus; argument 55 if (__t->vm86 != NULL) { \ argument
|
| D | processor.h | 454 struct vm86 *vm86; member
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | vm86_32.c | 100 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
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | vm86_32.c | 100 struct vm86 *vm86 = current->thread.vm86; in save_v86_state() local 215 SYSCALL_DEFINE2(vm86, unsigned long, cmd, unsigned long, arg) in SYSCALL_DEFINE2() argument 241 struct vm86 *vm86 = tsk->thread.vm86; in do_sys_vm86() local 534 struct vm86 *vm86 = current->thread.vm86; in do_int() local 564 struct vm86 *vm86 = current->thread.vm86; in handle_vm86_trap() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
| D | entry_from_vm86.c | 188 void do_umip_tests(struct vm86plus_struct *vm86, unsigned char *test_mem) in do_umip_tests()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| D | entry_from_vm86.c | 188 void do_umip_tests(struct vm86plus_struct *vm86, unsigned char *test_mem) in do_umip_tests()
|