Changeset 42045 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 9, 2012 6:45:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HWACCMInternal.h
r42044 r42045 157 157 /** In use by our code. (for power suspend) */ 158 158 volatile bool fInUse; 159 /** Toggle bit for signaling new ASIDs (during suspend/resume) */160 bool fASIDState;161 159 } HMGLOBLCPUINFO; 162 160 /** Pointer to the per-cpu global information. */ … … 546 544 bool fForceTLBFlush; 547 545 548 /** Toggle bit for acquiring a new ASID (during host CPU suspend/resume) */549 bool fASIDState;550 551 546 /** Set when we're using VT-x or AMD-V at that moment. */ 552 547 bool fActive; … … 554 549 /** Set when the TLB has been checked until we return from the world switch. */ 555 550 volatile bool fCheckedTLBFlush; 556 uint8_t bAlignment[ 2];551 uint8_t bAlignment[3]; 557 552 558 553 /** World switch exit counter. */
Note:
See TracChangeset
for help on using the changeset viewer.