Changeset 13093 in vbox for trunk/include
- Timestamp:
- Oct 8, 2008 4:01:56 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r13086 r13093 1429 1429 * @param pDescriptor Descriptor 1430 1430 */ 1431 DECLASM(int) VMXR0InvEPT(VMX_FLUSH enmFlush, uint 128_t *pDescriptor);1431 DECLASM(int) VMXR0InvEPT(VMX_FLUSH enmFlush, uint64_t *pDescriptor); 1432 1432 1433 1433 /** … … 1437 1437 * @param pDescriptor Descriptor 1438 1438 */ 1439 DECLASM(int) VMXR0InvVPID(VMX_FLUSH enmFlush, uint 128_t *pDescriptor);1439 DECLASM(int) VMXR0InvVPID(VMX_FLUSH enmFlush, uint64_t *pDescriptor); 1440 1440 1441 1441 /**
Note:
See TracChangeset
for help on using the changeset viewer.