Changeset 72762 in vbox for trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
- Timestamp:
- Jun 29, 2018 10:14:33 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72761 r72762 2544 2544 * @param pVCpu The cross context virtual CPU structure. 2545 2545 * @param pCtx Pointer to the nested-guest-CPU context. 2546 */ 2547 static void hmR0SvmMergeMsrpmNested(PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCCPUMCTX pCtx) 2546 * 2547 * @remarks No-long-jmp zone!!! 2548 */ 2549 DECLINLINE(void) hmR0SvmMergeMsrpmNested(PHMGLOBALCPUINFO pHostCpu, PVMCPU pVCpu, PCCPUMCTX pCtx) 2548 2550 { 2549 2551 uint64_t const *pu64GstMsrpm = (uint64_t const *)pVCpu->hm.s.svm.pvMsrBitmap;
Note:
See TracChangeset
for help on using the changeset viewer.