Searched refs:fCSAMEnabled (Results 1 - 6 of 6) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcsam.h61 #define CSAMIsEnabled(a_pVM) ((a_pVM)->fCSAMEnabled && EMIsRawRing0Enabled(a_pVM))
H A Dvm.h905 bool fCSAMEnabled; member in struct:VM
/vbox/src/VBox/VMM/VMMAll/
H A DCSAMAll.cpp226 pVM->fCSAMEnabled = true;
238 pVM->fCSAMEnabled = false;
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp232 pVM->fCSAMEnabled = false;
2767 Assert(!pVM->fCSAMEnabled);
H A DVM.cpp806 rc = CFGMR3QueryBoolDef(pRoot, "CSAMEnabled", &pVM->fCSAMEnabled, true); AssertRCReturn(rc, rc);
815 pVM->fRawRing1Enabled, pVM->fCSAMEnabled, pVM->fPATMEnabled));
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1337 GEN_CHECK_OFF(VM, fCSAMEnabled);

Completed in 68 milliseconds