Changeset 102514 in vbox for trunk/include
- Timestamp:
- Dec 7, 2023 9:02:42 AM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/platforms/vbox-armv8.h
r101435 r102514 78 78 /** Size of the MMIO region in bytes, 0 if not available. */ 79 79 uint64_t cbMmio; 80 /** Offset backwards to the start of the MMIO32 region from the start of this descriptor, 0 if not available. */ 81 uint64_t u64OffBackMmio32; 82 /** Size of the MMIO32 region in bytes, 0 if not available. */ 83 uint64_t cbMmio32; 80 84 /** Padding to 64KiB. */ 81 uint8_t abPadding[_64K - 4 * sizeof(uint32_t) - 1 0* sizeof(uint64_t)];85 uint8_t abPadding[_64K - 4 * sizeof(uint32_t) - 12 * sizeof(uint64_t)]; 82 86 } VBOXPLATFORMARMV8; 83 87 AssertCompileSize(VBOXPLATFORMARMV8, _64K);
Note:
See TracChangeset
for help on using the changeset viewer.