D | vmware.c | 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 55 #define STEALCLOCK_NOT_AVAILABLE (-1) 59 #define VMWARE_PORT(cmd, eax, ebx, ecx, edx) \ argument 61 "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) : \ 67 #define VMWARE_VMCALL(cmd, eax, ebx, ecx, edx) \ argument 69 "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) : \ 75 #define VMWARE_VMMCALL(cmd, eax, ebx, ecx, edx) \ argument 77 "=a"(eax), "=c"(ecx), "=d"(edx), "=b"(ebx) : \ 83 #define VMWARE_CMD(cmd, eax, ebx, ecx, edx) do { \ argument 86 VMWARE_VMCALL(cmd, eax, ebx, ecx, edx); \ [all …]
|