Searched refs:EMIsRawRing1Enabled (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRC.cpp148 && EMIsRawRing1Enabled(pVCpu->CTX_SUFF(pVM)) )
200 if ( EMIsRawRing1Enabled(pVCpu->CTX_SUFF(pVM))
H A DPATMRC.cpp157 AssertReturn(!pRegFrame->eflags.Bits.u1VM && (pRegFrame->ss.Sel & X86_SEL_RPL) <= (EMIsRawRing1Enabled(pVM) ? 2U : 1U),
460 || (EMIsRawRing1Enabled(pVM) && (pRegFrame->ss.Sel & X86_SEL_RPL) == 2)), VERR_ACCESS_DENIED);
H A DTRPMRCHandlers.cpp461 || (EMIsRawRing1Enabled(pVM) && (pRegFrame->ss.Sel & X86_SEL_RPL) == 2) )
539 if (CPUMGetGuestCPL(pVCpu) <= (EMIsRawRing1Enabled(pVM) ? 1U : 0U))
1167 Assert(EMIsRawRing1Enabled(pVM) || eflags.Bits.u2IOPL == 0);
H A DSELMRC.cpp418 else if ( EMIsRawRing1Enabled(pVM)
/vbox/include/VBox/vmm/
H A Dem.h148 # define EMIsRawRing1Enabled(pVM) ((pVM)->fRawRing1Enabled) macro
150 # define EMIsRawRing1Enabled(pVM) false macro
/vbox/src/VBox/VMM/include/
H A DSELMInline.h208 && EMIsRawRing1Enabled(pVM)
/vbox/src/VBox/VMM/VMMAll/
H A DTRPMAll.cpp678 Assert(eflags.Bits.u1VM || (pRegFrame->ss.Sel & X86_SEL_RPL) == 0 || (pRegFrame->ss.Sel & X86_SEL_RPL) == 3 || (EMIsRawRing1Enabled(pVM) && (pRegFrame->ss.Sel & X86_SEL_RPL) == 1));
713 else if ( EMIsRawRing1Enabled(pVM)
731 else if ( EMIsRawRing1Enabled(pVM)
H A DCPUMAllRegs.cpp2405 if ( EMIsRawRing1Enabled(pVM)
2503 if ( EMIsRawRing1Enabled(pVM)
2769 && EMIsRawRing1Enabled(pVCpu->CTX_SUFF(pVM)))
H A DEMAll.cpp1129 if (EMIsRawRing1Enabled(pVM))
3662 if ( !EMIsRawRing1Enabled(pVM)
H A DIEMAllCImpl.cpp.h3051 && ( !EMIsRawRing1Enabled(pVM)
3058 else if (pIemCpu->uCpl <= 1 && EMIsRawRing1Enabled(pVM))
3063 && EMIsRawRing1Enabled(pVM)
/vbox/src/VBox/VMM/VMMR3/
H A DPATMPatch.cpp486 PCPATCHASMRECORD pPatchAsmRec = EMIsRawRing1Enabled(pVM) ? &g_patmIretRing1Record : &g_patmIretRecord;
1115 if (!EMIsRawRing1Enabled(pVM)) /* direct passthru of interrupts is not allowed in the ring-1 support case as we can't
1154 Assert(!EMIsRawRing1Enabled(pVM));
H A DEMRaw.cpp1401 || (EMIsRawRing1Enabled(pVM) && (pCtx->ss.Sel & X86_SEL_RPL) == 1));
1587 Assert(pCtx->eflags.Bits.u1VM || (pCtx->ss.Sel & X86_SEL_RPL) != (EMIsRawRing1Enabled(pVM) ? 2 : 1));
H A DCSAM.cpp859 if (EMIsRawRing1Enabled(pVM))
934 if ( EMIsRawRing1Enabled(pVM)
H A DTRPM.cpp1337 && !EMIsRawRing1Enabled(pVM)) /* can't deal with the ambiguity of ring 1 & 2 in the patch code. */
H A DEM.cpp1437 if (EMIsRawRing1Enabled(pVM))
H A DSELM.cpp1668 if (EMIsRawRing1Enabled(pVM))
/vbox/src/recompiler/target-i386/
H A Dop_helper.c3236 if ( !EMIsRawRing1Enabled(env->pVM)
3248 else if ((new_cs & 0x3) == 2 && (env->state & CPU_RAW_RING0) && EMIsRawRing1Enabled(env->pVM))
/vbox/src/recompiler/
H A DVBoxRecompiler.c1591 if (EMIsRawRing1Enabled(env->pVM))

Completed in 3387 milliseconds