Searched refs:fTprPatchingAllowed (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DHMInternal.h342 bool fTprPatchingAllowed; member in struct:HM
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp405 rc = CFGMR3QueryBoolDef(pCfgHM, "TPRPatchingEnabled", &pVM->hm.s.fTprPatchingAllowed, false);
987 Assert(!pVM->hm.s.fTprPatchingAllowed); /* paranoia */
988 pVM->hm.s.fTprPatchingAllowed = false;
1501 LogRel(("HM: TPR patching %s\n", (pVM->hm.s.fTprPatchingAllowed) ? "enabled" : "disabled"));
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp4918 if ( pVM->hm.s.fTprPatchingAllowed
5150 if ( pVM->hm.s.fTprPatchingAllowed

Completed in 73 milliseconds