Home | History | Annotate | Download | only in test

Lines Matching refs:vm86

31 #include <asm/vm86.h>
1176 /* VM86 test */
1200 _syscall2(int, vm86, int, func, struct vm86plus_struct *, v86)
1219 printf("ERROR: could not map vm86 memory");
1246 ret = vm86(VM86_ENTER, &ctx);
1298 printf("ERROR: unhandled vm86 return code (0x%x)\n", ret);
1303 printf("VM86 end\n");