summaryrefslogtreecommitdiff
path: root/include/VBox/vmm/vm.mac
diff options
context:
space:
mode:
Diffstat (limited to 'include/VBox/vmm/vm.mac')
-rw-r--r--include/VBox/vmm/vm.mac16
1 files changed, 9 insertions, 7 deletions
diff --git a/include/VBox/vmm/vm.mac b/include/VBox/vmm/vm.mac
index 6d65b0c9..2a1be76b 100644
--- a/include/VBox/vmm/vm.mac
+++ b/include/VBox/vmm/vm.mac
@@ -3,7 +3,7 @@
;
;
-; Copyright (C) 2006-2012 Oracle Corporation
+; Copyright (C) 2006-2013 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
@@ -58,14 +58,16 @@ struc VM
.pfnVMMRCToHostAsmNoReturn resd 1
.fRecompileUser resb 1
.fRecompileSupervisor resb 1
+ .fRawRing1Enabled resb 1
.fPATMEnabled resb 1
.fCSAMEnabled resb 1
- .fHWACCMEnabled resb 1
- .fHwVirtExtForced resb 1
+ .fHMEnabled resb 1
+ .fHMEnabledFixed resb 1
+ .fHMNeedRawModeCtx resb 1
.fFaultTolerantMaster resb 1
.fUseLargePages resb 1
- .uPadding1 resd 1
+ .uPadding1 resb 2
.hTraceBufRC RTRCPTR_RES 1
.hTraceBufR3 RTR3PTR_RES 1
@@ -132,13 +134,13 @@ struc VMCPU
alignb 64
.cpum resb 3584
- .hwaccm resb 5376
+ .hm resb 5568
.em resb 1472
.iem resb 3072
.trpm resb 128
.tm resb 384
- .vmm resb 640
- .pdm resb 128
+ .vmm resb 704
+ .pdm resb 256
.iom resb 512
.dbgf resb 64
alignb 4096