Changeset 82037 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 20, 2019 4:57:29 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134841
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/APICInternal.h
r82036 r82037 1288 1288 /** The timer. */ 1289 1289 TMTIMERHANDLE hTimer; 1290 /** The time stamp when the timer was initialized. */ 1290 /** The time stamp when the timer was initialized. 1291 * @note Access protected by the timer critsect. */ 1291 1292 uint64_t u64TimerInitial; 1292 1293 /** Cache of timer initial count of the frequency hint to TM. */ … … 1294 1295 /** Cache of timer shift of the frequency hint to TM. */ 1295 1296 uint32_t uHintedTimerShift; 1296 /** The timer critical sect protecting @a u64TimerInitial */1297 PDMCRITSECT TimerCritSect;1298 1297 /** The timer description. */ 1299 char szTimerDesc[ 32];1298 char szTimerDesc[16]; 1300 1299 /** @} */ 1301 1300 -
trunk/src/VBox/VMM/testcase/tstVMStruct.h
r82036 r82037 1407 1407 GEN_CHECK_OFF(APICCPU, ApicPibLevel); 1408 1408 GEN_CHECK_OFF(APICCPU, hTimer); 1409 GEN_CHECK_OFF(APICCPU, TimerCritSect);1410 1409 1411 1410 GEN_CHECK_SIZE(VM);
Note:
See TracChangeset
for help on using the changeset viewer.