Changeset 46358 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 3, 2013 10:21:12 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r46357 r46358 1432 1432 /* Always reload the host context and the guest's CR0 register for the FPU bits (#NM, #MF, CR0.NE, CR0.TS, CR0.MP). */ 1433 1433 pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_CR0 | HM_CHANGED_HOST_CONTEXT; 1434 1435 /* Setup the register and mask according to the current execution mode. */1436 if (pCtx->msrEFER & MSR_K6_EFER_LMA)1437 pVM->hm.s.u64RegisterMask = UINT64_C(0xFFFFFFFFFFFFFFFF);1438 else1439 pVM->hm.s.u64RegisterMask = UINT64_C(0xFFFFFFFF);1440 1434 1441 1435 /* Enable VT-x or AMD-V if local init is required, or enable if it's a
Note:
See TracChangeset
for help on using the changeset viewer.