Searched refs:EMInterpretWrmsr (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dem.h196 VMM_INT_DECL(int) EMInterpretWrmsr(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame);
/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp1730 VMM_INT_DECL(int) EMInterpretWrmsr(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame) function
1748 LogFlow(("EMInterpretWrmsr %s (%x) val=%RX64\n", emMSRtoString(pRegFrame->ecx), pRegFrame->ecx,
3637 return EMInterpretWrmsr(pVM, pVCpu, pRegFrame);
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp4576 rc = EMInterpretWrmsr(pVM, pVCpu, CPUMCTX2CORE(pCtx));
4583 AssertMsg(rc == VERR_EM_INTERPRETER, ("hmR0SvmExitMsr: EMInterpretWrmsr failed rc=%Rrc\n", rc));
4603 * EMInterpretWrmsr() changes it.
H A DHMVMXR0.cpp10859 /* EMInterpretWrmsr() requires CR0, EFLAGS and SS segment register. */
10871 rc = EMInterpretWrmsr(pVM, pVCpu, CPUMCTX2CORE(pMixedCtx));
10885 EMInterpretWrmsr() changes it. */

Completed in 120 milliseconds