Changeset 17303 in vbox for trunk/include
- Timestamp:
- Mar 3, 2009 4:53:01 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r17295 r17303 34 34 #include <VBox/types.h> 35 35 #include <VBox/pgm.h> 36 #include <VBox/cpum.h> 36 37 #include <iprt/mp.h> 37 38 … … 65 66 */ 66 67 #define HWACCMIsEnabled(pVM) ((pVM)->fHWACCMEnabled) 68 69 /** 70 * Check if the current CPU state is valid for emulating IO blocks in the recompiler 71 * 72 * @returns boolean 73 * @param pCtx CPU context 74 */ 75 #define HWACCMCanEmulateIoBlock(pCtx) (!CPUMIsGuestInPagedProtectedModeEx(pCtx)) 67 76 68 77 VMMDECL(int) HWACCMInvalidatePage(PVM pVM, RTGCPTR GCVirt);
Note:
See TracChangeset
for help on using the changeset viewer.