D | vmware.c | 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 56 #define STEALCLOCK_NOT_AVAILABLE (-1) 60 #define VMWARE_PORT(cmd, eax, ebx, ecx, edx) \ argument 62 "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) : \ 68 #define VMWARE_VMCALL(cmd, eax, ebx, ecx, edx) \ argument 70 "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) : \ 76 #define VMWARE_VMMCALL(cmd, eax, ebx, ecx, edx) \ argument 78 "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) : \ 84 #define VMWARE_CMD(cmd, eax, ebx, ecx, edx) do { \ argument 87 VMWARE_VMCALL(cmd, eax, ebx, ecx, edx); \ [all …]
|