Changeset 85965 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 31, 2020 11:47:31 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140160
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r84431 r85965 269 269 struct APICCPU s; 270 270 #endif 271 uint8_t padding[ 1792]; /* multiple of 64 */271 uint8_t padding[3840]; /* multiple of 64 */ 272 272 } apic; 273 273 … … 285 285 286 286 /** Align the following members on page boundary. */ 287 uint8_t abAlignment2[ 1400];287 uint8_t abAlignment2[3448]; 288 288 289 289 /** PGM part. */ -
trunk/include/VBox/vmm/vm.mac
r84431 r85965 71 71 .dbgf resb 256 72 72 .gim resb 512 73 .apic resb 179273 .apic resb 3840 74 74 75 75 .fTraceGroups resd 1
Note:
See TracChangeset
for help on using the changeset viewer.