Changeset 91289 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 16, 2021 9:49:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.mac
r91287 r91289 231 231 232 232 alignb 4096 233 .Guest.hwvirt.svm.Vmcb resb 4096 233 .Guest.hwvirt.svm.Vmcb resb 4096 234 .Guest.hwvirt.svm.abMsrBitmap resb 8192 234 235 .Guest.hwvirt.svm.uMsrHSavePa resq 1 235 236 .Guest.hwvirt.svm.GCPhysVmcb resq 1 … … 240 241 .Guest.hwvirt.svm.cPauseFilterThreshold resw 1 241 242 .Guest.hwvirt.svm.fInterceptEvents resb 1 242 alignb 8243 .Guest.hwvirt.svm.pvMsrBitmapR0 RTR0PTR_RES 1244 alignb 8245 .Guest.hwvirt.svm.pvMsrBitmapR3 RTR3PTR_RES 1246 243 alignb 8 247 244 .Guest.hwvirt.svm.pvIoBitmapR0 RTR0PTR_RES 1
Note:
See TracChangeset
for help on using the changeset viewer.