Changeset 16847 in vbox for trunk/src/VBox
- Timestamp:
- Feb 17, 2009 2:45:25 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher.cpp
r16321 r16847 486 486 } 487 487 488 /*489 * Store the AMD64 CR3 (32-bit) for the hypervisor (shadow) memory context.490 */491 case FIX_HYPER_AMD64_CR3:492 {493 494 *uSrc.pu32 = PGMGetHyperAmd64CR3(pVM);495 break;496 }497 488 /* 498 489 * Store Hypervisor CS (16-bit). -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h
r14979 r16847 45 45 #define FIX_HYPER_32BIT_CR3 15 46 46 #define FIX_HYPER_PAE_CR3 16 47 #define FIX_HYPER_AMD64_CR3 1748 47 #define FIX_HYPER_CS 18 49 48 #define FIX_HYPER_DS 19 -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac
r14979 r16847 89 89 %define FIX_HYPER_32BIT_CR3 15 90 90 %define FIX_HYPER_PAE_CR3 16 91 %define FIX_HYPER_AMD64_CR3 1792 91 %define FIX_HYPER_CS 18 93 92 %define FIX_HYPER_DS 19
Note:
See TracChangeset
for help on using the changeset viewer.