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

/vbox/include/VBox/vmm/
H A Dem.h148 # define EMIsRawRing1Enabled(pVM) ((pVM)->fRawRing1Enabled)
H A Dvm.h899 bool fRawRing1Enabled; member in struct:VM
/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp128 rc = CFGMR3QueryBoolDef(pCfgRoot, "RawR1Enabled", &pVM->fRawRing1Enabled, false);
131 pVM->fRawRing1Enabled = false; /* Disabled by default. */
146 Log(("EMR3Init: fRecompileUser=%RTbool fRecompileSupervisor=%RTbool fRawRing1Enabled=%RTbool fIemExecutesAll=%RTbool fGuruOnTripleFault=%RTbool\n",
147 pVM->fRecompileUser, pVM->fRecompileSupervisor, pVM->fRawRing1Enabled, pVM->em.s.fIemExecutesAll, pVM->em.s.fGuruOnTripleFault));
H A DVM.cpp803 rc = CFGMR3QueryBoolDef(pRoot, "RawR1Enabled", &pVM->fRawRing1Enabled, false);
813 "VM: fRawRing1Enabled=%RTbool CSAM=%RTbool PATM=%RTbool\n",
815 pVM->fRawRing1Enabled, pVM->fCSAMEnabled, pVM->fPATMEnabled));

Completed in 65 milliseconds