Home
last modified time | relevance | path

Searched refs:__NR_vm86 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h117 #define __NR_vm86 113 macro
H A Dunistd_32.h117 #define __NR_vm86 113 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_32.h170 #define __NR_vm86 166 macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_o32.h117 #define __NR_vm86 (__NR_Linux + 113) macro
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1604 return syscall(__NR_vm86, func, v86); in vm86()