Changeset 12702 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Sep 24, 2008 4:56:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r11371 r12702 53 53 HWACCMDECL(int) HWACCMInvalidatePage(PVM pVM, RTGCPTR GCVirt) 54 54 { 55 /* @todo Intel for nested paging */55 /** @todo Intel for nested paging */ 56 56 #ifdef IN_RING0 57 57 if (pVM->hwaccm.s.svm.fSupported) … … 70 70 HWACCMDECL(int) HWACCMFlushTLB(PVM pVM) 71 71 { 72 /* @todo Intel for nested paging */72 /** @todo Intel for nested paging */ 73 73 if (pVM->hwaccm.s.svm.fSupported) 74 74 { … … 121 121 122 122 #ifdef IN_RING0 123 /* @todo Intel for nested paging */123 /** @todo Intel for nested paging */ 124 124 if (pVM->hwaccm.s.svm.fSupported) 125 125 { … … 133 133 134 134 /** 135 * Checks if an interrupt event is currently pending. 135 * Checks if an interrupt event is currently pending. 136 136 * 137 137 * @returns Interrupt event pending state.
Note:
See TracChangeset
for help on using the changeset viewer.