Searched defs:fAllowPatching (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp1043 * @param fAllowPatching Allow/disallow patching
1045 VMMR3DECL(int) PATMR3AllowPatching(PUVM pUVM, bool fAllowPatching) argument
1052 pVM->fPATMEnabled = fAllowPatching;

Completed in 62 milliseconds