Changeset 90975 in vbox for trunk/include
- Timestamp:
- Aug 28, 2021 11:35:23 PM (3 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r90973 r90975 219 219 struct VMMCPU s; 220 220 #endif 221 uint8_t padding[1 216]; /* multiple of 64 */221 uint8_t padding[1344]; /* multiple of 64 */ 222 222 } vmm; 223 223 … … 282 282 283 283 /** Align the following members on page boundary. */ 284 uint8_t abAlignment2[2 872];284 uint8_t abAlignment2[2744]; 285 285 286 286 /** PGM part. */ -
trunk/include/VBox/vmm/vm.mac
r90973 r90975 69 69 .tm resb 5760 70 70 alignb 64 71 .vmm resb 1 21671 .vmm resb 1344 72 72 alignb 64 73 73 .pdm resb 256 -
trunk/include/VBox/vmm/vmm.h
r90948 r90975 299 299 /** Used by the log flusher, VMMR0LogFlusher. */ 300 300 VMMR0_DO_VMMR0_LOG_FLUSHER, 301 /** Used by EMTs to wait for the log flusher to finish, VMMR0LogWaitFlushed. */ 302 VMMR0_DO_VMMR0_LOG_WAIT_FLUSHED, 301 303 302 304 /** Setup hardware-assisted VM session. */
Note:
See TracChangeset
for help on using the changeset viewer.