Changeset 43947 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 23, 2012 11:06:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r43848 r43947 330 330 #endif 331 331 /** Ring 0 handlers for VT-x. */ 332 DECLR0CALLBACKMEMBER(void, pfn SetupTaggedTlb, (PVM pVM, PVMCPU pVCpu));332 DECLR0CALLBACKMEMBER(void, pfnFlushTaggedTlb, (PVM pVM, PVMCPU pVCpu)); 333 333 334 334 #if HC_ARCH_BITS == 32 && defined(VBOX_ENABLE_64_BITS_GUESTS)
Note:
See TracChangeset
for help on using the changeset viewer.