/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
vm86.h | 6 * the Pentium uses them. Linux will return from vm86 mode when both 39 * Return values for the 'vm86()' system call 50 * Additional return values when invoking new vm86() 56 * function codes when invoking new vm86() 68 * done a translation of "SAVE_ALL" from vm86 mode. The real kernel layout 125 unsigned long is_vm86pus:1; /* for vm86 internal use */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
vm86.h | 6 * the Pentium uses them. Linux will return from vm86 mode when both 39 * Return values for the 'vm86()' system call 50 * Additional return values when invoking new vm86() 56 * function codes when invoking new vm86() 68 * done a translation of "SAVE_ALL" from vm86 mode. The real kernel layout 125 unsigned long is_vm86pus:1; /* for vm86 internal use */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
vm86.h | 6 * the Pentium uses them. Linux will return from vm86 mode when both 39 * Return values for the 'vm86()' system call 50 * Additional return values when invoking new vm86() 56 * function codes when invoking new vm86() 68 * done a translation of "SAVE_ALL" from vm86 mode. The real kernel layout 125 unsigned long is_vm86pus:1; /* for vm86 internal use */
|
/external/kernel-headers/original/asm-x86/ |
vm86.h | 6 * the Pentium uses them. Linux will return from vm86 mode when both 39 * Return values for the 'vm86()' system call 50 * Additional return values when invoking new vm86() 56 * function codes when invoking new vm86() 68 * done a translation of "SAVE_ALL" from vm86 mode. The real kernel layout 125 unsigned long is_vm86pus:1; /* for vm86 internal use */ 141 * This is the (kernel) stack-layout when we have done a "SAVE_ALL" from vm86 167 * the below part remains on the kernel stack while we are in VM86 mode. 169 * get forced back from VM86, the CPU and "SAVE_ALL" will restore the above 189 long return-eip; from call to vm86() [all...] |
math_emu.h | 31 long ___vm86_es; /* This and the following only in vm86 mode */
|
processor-flags.h | 50 #define X86_CR4_VME 0x00000001 /* enable vm86 extensions */
|
ptrace.h | 35 #include <asm/vm86.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
vm86.h | 25 #include <asm/vm86.h> 30 extern int vm86 (unsigned long int __subfunction,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
vm86.h | 25 #include <asm/vm86.h> 30 extern int vm86 (unsigned long int __subfunction,
|
/bionic/libc/private/ |
syscommon.h | 31 # include <sys/vm86.h>
|
/external/qemu/ |
Changelog | 356 - VM86 EIP masking fix (aka NT5 install fix) (Mike Nordell) 423 - IRET and INT fixes in VM86 mode with IOPL=3 509 - better VM86 support (dosemu works on non trivial programs) 512 - faster segment load in vm86 mode 534 - more accurate VM86 emulation (can launch small DOS 16 bit 551 - first partial vm86() syscall support (can be used with runcom example). 561 - added simple vm86 example (not working with QEMU yet). The 54 byte
|
/external/qemu/target-i386/ |
translate.c | 103 int vm86; /* vm86 mode */ member in struct:DisasContext 745 if (s->pe && (s->cpl > s->iopl || s->vm86)) { [all...] |
kvm.c | 254 /* create vm86 tss. KVM uses vm86 mode to emulate 16-bit code 255 * directly. In order to use vm86 mode, a TSS is needed. Since this
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
processor_32.h | 15 #include <asm/vm86.h>
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
processor_32.h | 15 #include <asm/vm86.h>
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 15 #include <asm/vm86.h>
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 15 #include <asm/vm86.h>
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 15 #include <asm/vm86.h>
|
/external/valgrind/main/VEX/test/ |
test-i386.c | 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"); [all...] |
test-amd64.c | 1216 /* VM86 test */ [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
processor_32.h | 21 #include <asm/vm86.h>
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
processor_32.h | 21 #include <asm/vm86.h>
|
/external/strace/linux/arm/ |
syscallent.h | 197 { 5, 0, printargs, "vm86" }, /* 166 */
|
/external/strace/linux/i386/ |
syscallent.h | 197 { 5, 0, printargs, "vm86" }, /* 166 */
|
/external/strace/linux/sh/ |
syscallent.h | 199 { 5, 0, printargs, "vm86" }, /* 166 */
|