Changeset 17328 in vbox for trunk/include
- Timestamp:
- Mar 4, 2009 9:00:34 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43703
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r17303 r17328 73 73 * @param pCtx CPU context 74 74 */ 75 #define HWACCMCanEmulateIoBlock(pCtx) (!CPUMIsGuestInPagedProtectedModeEx(pCtx)) 75 #define HWACCMCanEmulateIoBlock(pVM) (!CPUMIsGuestInPagedProtectedMode(pVM)) 76 #define HWACCMCanEmulateIoBlockEx(pCtx) (!CPUMIsGuestInPagedProtectedModeEx(pCtx)) 76 77 77 78 VMMDECL(int) HWACCMInvalidatePage(PVM pVM, RTGCPTR GCVirt);
Note:
See TracChangeset
for help on using the changeset viewer.