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

/vbox/src/VBox/VMM/VMMR0/
H A DGIMR0.cpp37 if (!GIMIsEnabled(pVM))
60 if (!GIMIsEnabled(pVM))
H A DGIMR0Hv.cpp96 Assert(GIMIsEnabled(pVM));
143 Assert(GIMIsEnabled(pVM));
162 Assert(GIMIsEnabled(pVM));
/vbox/src/VBox/VMM/VMMAll/
H A DGIMAll.cpp40 VMMDECL(bool) GIMIsEnabled(PVM pVM) function
67 if (!GIMIsEnabled(pVM))
96 if (RT_UNLIKELY(!GIMIsEnabled(pVM)))
156 if (!GIMIsEnabled(pVM))
181 Assert(GIMIsEnabled(pVM));
210 Assert(GIMIsEnabled(pVM));
247 Assert(GIMIsEnabled(pVM));
/vbox/include/VBox/vmm/
H A Dgim.h171 VMMDECL(bool) GIMIsEnabled(PVM pVM);
/vbox/src/VBox/VMM/VMMR3/
H A DGIMHv.cpp357 Assert(GIMIsEnabled(pVM));
H A DTM.cpp1051 pVM->tm.s.fTSCModeSwitchAllowed &= tmR3HasFixedTSC(pVM) && GIMIsEnabled(pVM) && HMIsEnabled(pVM);

Completed in 55 milliseconds