Changeset 104064 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Mar 26, 2024 2:53:59 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r104059 r104064 1825 1825 /** The virtual sync time at the last timer poll call. */ 1826 1826 uint32_t msRecompilerPollNow; 1827 /** The IEMTB::cUsed value when to attempt native recompilation of a TB. */ 1828 uint32_t uTbNativeRecompileAtUsedCount; 1827 1829 /** The IEM_CIMPL_F_XXX mask for the current instruction. */ 1828 1830 uint32_t fTbCurInstr; 1829 1831 /** The IEM_CIMPL_F_XXX mask for the previous instruction. */ 1830 1832 uint32_t fTbPrevInstr; 1831 /** Previous GCPhysInstrBuf value - only valid if fTbCrossedPage is set. */1832 RTGCPHYS GCPhysInstrBufPrev;1833 1833 /** Strict: Tracking skipped EFLAGS calculations. Any bits set here are 1834 1834 * currently not up to date in EFLAGS. */ 1835 1835 uint32_t fSkippingEFlags; 1836 uint32_t au32Padding[1]; 1836 /** Previous GCPhysInstrBuf value - only valid if fTbCrossedPage is set. */ 1837 RTGCPHYS GCPhysInstrBufPrev; 1837 1838 /** Pointer to the ring-3 TB allocator for this EMT. */ 1838 1839 R3PTRTYPE(PIEMTBALLOCATOR) pTbAllocatorR3;
Note:
See TracChangeset
for help on using the changeset viewer.