Changeset 80078 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 31, 2019 3:09:25 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132518
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r80052 r80078 45 45 /* Enable 64 bits guest support. */ 46 46 # define VBOX_ENABLE_64_BITS_GUESTS 47 #endif48 49 #if HC_ARCH_BITS == 32 && defined(VBOX_ENABLE_64_BITS_GUESTS)50 # define VMX_USE_CACHED_VMCS_ACCESSES51 47 #endif 52 48 -
trunk/src/VBox/VMM/include/HMInternal.mac
r80036 r80078 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 ; 17 18 %if HC_ARCH_BITS == 3219 %define VMX_USE_CACHED_VMCS_ACCESSES20 %endif21 17 22 18 ;Maximum number of cached entries.
Note:
See TracChangeset
for help on using the changeset viewer.