Searched defs:pCfgEM (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DEM.cpp116 PCFGMNODE pCfgEM = CFGMR3GetChild(pCfgRoot, "EM"); local
134 rc = CFGMR3QueryBoolDef(pCfgEM, "IemExecutesAll", &pVM->em.s.fIemExecutesAll, false);
137 rc = CFGMR3QueryBoolDef(pCfgEM, "TripleFaultReset", &fEnabled, false);

Completed in 777 milliseconds