Changeset 105686 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Aug 15, 2024 12:36:59 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal-armv8.h
r101549 r105686 105 105 * This is used to verify load order dependencies (PGM). */ 106 106 bool fPendingRestore; 107 uint8_t abPadding0[6]; 107 /** The initial exception level (EL) to start the CPU after a reset, 108 * should be either ARMV8_AARCH64_EL_1 or ARMV8_AARCH64_EL_2 for nested virtualization. */ 109 uint8_t bResetEl; 110 111 uint8_t abPadding0[5]; 108 112 109 113 /** The reset value of the program counter. */
Note:
See TracChangeset
for help on using the changeset viewer.