Changeset 66667 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Apr 25, 2017 5:14:36 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.mac
r66581 r66667 238 238 .Guest.hwvirt.svm.cPauseFilter resw 1 239 239 .Guest.hwvirt.svm.cPauseFilterThreshold resw 1 240 .Guest.hwvirt.svm.abPadding0 resb 3 240 .Guest.hwvirt.svm.fInterceptEvents resb 1 241 .Guest.hwvirt.svm.abPadding0 resb 2 241 242 .Guest.hwvirt.svm.pvMsrBitmapR0 RTR0PTR_RES 1 242 243 .Guest.hwvirt.svm.pvMsrBitmapR3 RTR3PTR_RES 1 … … 517 518 .Hyper.hwvirt.svm.cPauseFilter resw 1 518 519 .Hyper.hwvirt.svm.cPauseFilterThreshold resw 1 519 .Hyper.hwvirt.svm.abPadding0 resb 3 520 .Hyper.hwvirt.svm.fInterceptEvents resb 1 521 .Hyper.hwvirt.svm.abPadding0 resb 2 520 522 .Hyper.hwvirt.svm.pvMsrBitmapR0 RTR0PTR_RES 1 521 523 .Hyper.hwvirt.svm.pvMsrBitmapR3 RTR3PTR_RES 1
Note:
See TracChangeset
for help on using the changeset viewer.