Changeset 94882 in vbox for trunk/include/VBox/vmm
- Timestamp:
- May 6, 2022 6:33:54 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151284
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r94799 r94882 1462 1462 } R0Stats; 1463 1463 1464 union 1465 { 1466 #ifdef VMM_INCLUDED_SRC_include_GCMInternal_h 1467 struct GCM s; 1468 #endif 1469 uint8_t padding[32]; /* multiple of 8 */ 1470 } gcm; 1471 1464 1472 /** Padding for aligning the structure size on a page boundrary. */ 1465 uint8_t abAlignment2[8 912- sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT];1473 uint8_t abAlignment2[8880 - sizeof(PVMCPUR3) * VMM_MAX_CPU_COUNT]; 1466 1474 1467 1475 /* ---- end small stuff ---- */ -
trunk/include/VBox/vmm/vm.mac
r93650 r94882 165 165 .iem resb 8 166 166 .R0Stats resb 64 167 .gcm resb 32 167 168 168 169 times ((($ + VMM_MAX_CPU_COUNT * RTR0PTR_CB + 16383) & ~16383) - ($ + VMM_MAX_CPU_COUNT * RTR0PTR_CB)) resb 1
Note:
See TracChangeset
for help on using the changeset viewer.