Changeset 108178 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 12, 2025 1:28:13 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167493
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r106453 r108178 1644 1644 PIEMTB apHash[RT_FLEXIBLE_ARRAY]; 1645 1645 } IEMTBCACHE; 1646 /** Pointer to a per-CPU translation block ca hce. */1646 /** Pointer to a per-CPU translation block cache. */ 1647 1647 typedef IEMTBCACHE *PIEMTBCACHE; 1648 1648 … … 1981 1981 /** @} */ 1982 1982 1983 /** @name Host CPU information.1984 * @{ */1985 /** The CPU vendor. */1986 CPUMCPUVENDOR enmHostCpuVendor;1987 /** @} */1988 1989 1983 /** Counts RDMSR \#GP(0) LogRel(). */ 1990 1984 uint8_t cLogRelRdMsr; … … 1992 1986 uint8_t cLogRelWrMsr; 1993 1987 /** Alignment padding. */ 1994 uint8_t abAlignment9[4 2];1988 uint8_t abAlignment9[46]; 1995 1989 1996 1990
Note:
See TracChangeset
for help on using the changeset viewer.