Searched refs:CSAMIsEnabled (Results 1 - 7 of 7) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcsam.h61 #define CSAMIsEnabled(a_pVM) ((a_pVM)->fCSAMEnabled && EMIsRawRing0Enabled(a_pVM)) macro
/vbox/src/VBox/VMM/VMMAll/
H A DCSAMAll.cpp57 if (!CSAMIsEnabled(pVM))
121 if (!CSAMIsEnabled(pVM))
183 if (!CSAMIsEnabled(pVM))
H A DPGMAllBth.h869 && CSAMIsEnabled(pVM)
H A DIEMAllCImpl.cpp.h791 && !CSAMIsEnabled(IEMCPU_TO_VM(pIemCpu))
/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp1627 Assert(pVM->cCpus == 1 || !CSAMIsEnabled(pVM));
1629 if (!CSAMIsEnabled(pVM))
2342 if (CSAMIsEnabled(pVM))
2373 if (CSAMIsEnabled(pVM))
2748 return CSAMIsEnabled(pVM);
H A DTRPM.cpp1056 if (fRawRing0 && CSAMIsEnabled(pVM))
H A DEMRaw.cpp1280 && CSAMIsEnabled(pVM))

Completed in 1256 milliseconds