Changeset 66227 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Mar 23, 2017 2:50:07 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.mac
r66040 r66227 231 231 .Guest.abPadding resb 12 232 232 %endif 233 .Guest.hwvirt.svm.uMsrHSavePa resq 1 234 .Guest.hwvirt.svm.GCPhysVmcb resq 1 235 .Guest.hwvirt.svm.VmcbCtrl resb 256 236 .Guest.hwvirt.svm.HostState resb 184 237 .Guest.hwvirt.svm.fGif resb 1 233 .Guest.hwvirt.svm.uMsrHSavePa resq 1 234 .Guest.hwvirt.svm.GCPhysVmcb resq 1 235 .Guest.hwvirt.svm.VmcbCtrl resb 256 236 .Guest.hwvirt.svm.HostState resb 184 237 .Guest.hwvirt.svm.fGif resb 1 238 .Guest.hwvirt.svm.abPadding0 resb 7 239 .Guest.hwvirt.fLocalForcedActions resd 1 238 240 alignb 64 239 241 … … 499 501 .Hyper.abPadding resb 12 500 502 %endif 501 .Hyper.hwvirt.svm.uMsrHSavePa resq 1 502 .Hyper.hwvirt.svm.GCPhysVmcb resq 1 503 .Hyper.hwvirt.svm.VmcbCtrl resb 256 504 .Hyper.hwvirt.svm.HostState resb 184 505 .Hyper.hwvirt.svm.fGif resb 1 503 .Hyper.hwvirt.svm.uMsrHSavePa resq 1 504 .Hyper.hwvirt.svm.GCPhysVmcb resq 1 505 .Hyper.hwvirt.svm.VmcbCtrl resb 256 506 .Hyper.hwvirt.svm.HostState resb 184 507 .Hyper.hwvirt.svm.fGif resb 1 508 .Hyper.hwvirt.svm.abPadding0 resb 7 509 .Hyper.hwvirt.fLocalForcedActions resd 1 506 510 alignb 64 507 511 -
trunk/src/VBox/VMM/include/HMInternal.h
r65448 r66227 28 28 #include <VBox/vmm/pgm.h> 29 29 #include <VBox/vmm/cpum.h> 30 #include <VBox/vmm/trpm.h> 30 31 #include <iprt/memobj.h> 31 32 #include <iprt/cpuset.h> … … 1101 1102 AssertCompileMemberAlignment(HMCPU, Event, 8); 1102 1103 1104 VMM_INT_DECL(TRPMEVENT) HMSvmEventToTrpmEventType(PCSVMEVENT pSvmEvent); 1103 1105 1104 1106 #ifdef IN_RING0
Note:
See TracChangeset
for help on using the changeset viewer.