Searched defs:vm86 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/tests/
H A Dtest-i386.c68 #include <asm/vm86.h>
1595 static inline int vm86(int func, struct vm86plus_struct *v86) function
1617 printf("ERROR: could not map vm86 memory");
1644 ret = vm86(VM86_ENTER, &ctx);
1696 printf("ERROR: unhandled vm86 return code (0x%x)\n", ret);
/vbox/src/recompiler/target-i386/
H A Dtranslate.c161 int vm86; /* vm86 mode */ member in struct:DisasContext
927 if (s->pe && (s->cpl > s->iopl || s->vm86)) {
2573 if (s->pe && !s->vm86) {
5000 if (s->pe && !s->vm86) {
5027 if (s->pe && !s->vm86) {
6565 if (s->pe && !s->vm86) {
6598 } else if (s->vm86) {
6747 if (s->vm86 && s->iopl != 3 && (!s->vme || s->dflag)) {
6749 if (s->vm86
[all...]

Completed in 105 milliseconds