Searched refs:vm86 (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dptrace.h35 #include <asm/vm86.h>
H A Dprocessor_32.h10 #include <asm/vm86.h>
/external/qemu/target-i386/
H A Dtranslate.c103 int vm86; /* vm86 mode */ member in struct:DisasContext
745 if (s->pe && (s->cpl > s->iopl || s->vm86)) {
2390 if (s->pe && !s->vm86) {
4603 if (s->pe && !s->vm86) {
4630 if (s->pe && !s->vm86) {
6166 if (s->pe && !s->vm86) {
6199 } else if (s->vm86) {
6342 if (s->vm86 && s->iopl != 3) {
6353 if (s->vm86
[all...]
/external/valgrind/main/VEX/test/
H A Dtest-i386.c31 #include <asm/vm86.h>
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);
H A Dtest-amd64.c1240 _syscall2(int, vm86, int, func, struct vm86plus_struct *, v86)
1259 printf("ERROR: could not map vm86 memory");
1286 ret = vm86(VM86_ENTER, &ctx);
1338 printf("ERROR: unhandled vm86 return code (0x%x)\n", ret);

Completed in 133 milliseconds