- Timestamp:
- Dec 16, 2008 12:51:59 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41087
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r15525 r15578 1081 1081 } 1082 1082 } 1083 1084 /* Reset the contents of the read cache. */ 1085 PVMCSCACHE pCache = &pVCpu->hwaccm.s.vmx.VMCSCache; 1086 for (unsigned j=0;j<pCache->Read.cValidEntries;j++) 1087 pCache->Read.aFieldVal[j] = 0; 1083 1088 } 1084 1089 -
trunk/src/VBox/VMM/HWACCMInternal.h
r15576 r15578 382 382 383 383 /* Maximum number of cached entries. */ 384 #define VMCSCACHE_MAX_ENTRY 256384 #define VMCSCACHE_MAX_ENTRY 128 385 385 386 386 /* Structure for storing read and write VMCS actions. */ -
trunk/src/VBox/VMM/HWACCMInternal.mac
r15576 r15578 22 22 23 23 ;Maximum number of cached entries. 24 %define VMCSCACHE_MAX_ENTRY 25624 %define VMCSCACHE_MAX_ENTRY 128 25 25 26 26 ; Structure for storing read and write VMCS actions.
Note:
See TracChangeset
for help on using the changeset viewer.