Searched refs:fPATMEnabled (Results 1 - 5 of 5) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpatm.h141 #define PATMIsEnabled(a_pVM) ((a_pVM)->fPATMEnabled)
H A Dvm.h902 bool fPATMEnabled; member in struct:VM
/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp148 pVM->fPATMEnabled = false;
206 rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "PATMEnabled", &pVM->fPATMEnabled);
209 pVM->fPATMEnabled = false;
211 pVM->fPATMEnabled = true;
394 pVM->fPATMEnabled = true;
1052 pVM->fPATMEnabled = fAllowPatching;
1054 Assert(!pVM->fPATMEnabled);
H A DVM.cpp805 rc = CFGMR3QueryBoolDef(pRoot, "PATMEnabled", &pVM->fPATMEnabled, true); AssertRCReturn(rc, rc);
815 pVM->fRawRing1Enabled, pVM->fCSAMEnabled, pVM->fPATMEnabled));
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1336 GEN_CHECK_OFF(VM, fPATMEnabled);

Completed in 78 milliseconds