Changeset 91266 in vbox for trunk/include/VBox/vmm/vm.h
- Timestamp:
- Sep 15, 2021 10:26:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r91265 r91266 1265 1265 } const ro; 1266 1266 #endif 1267 uint8_t padding[1536]; /* multiple of 64 */ 1267 /** @todo this is rather bloated because of static MSR range allocation. 1268 * Probably a good idea to move it to a separate R0 allocation... */ 1269 uint8_t padding[8832 + 128*8192]; /* multiple of 64 */ 1268 1270 } cpum; 1269 1271 … … 1463 1465 1464 1466 /** Padding for aligning the structure size on a page boundrary. */ 1465 uint8_t abAlignment2[ 1240- sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];1467 uint8_t abAlignment2[2136 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT]; 1466 1468 1467 1469 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.