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

/vbox/include/VBox/vmm/
H A Dhm.h244 VMMR3_INT_DECL(int) HMR3DisablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
/vbox/src/VBox/VMM/VMMR3/
H A DVMM.cpp1495 return HMR3DisablePatching(pVM, pPatchMem, cbPatchMem);
H A DHM.cpp1839 VMMR3_INT_DECL(int) HMR3DisablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem) function
1841 Log(("HMR3DisablePatching %RGv size %x\n", pPatchMem, cbPatchMem));

Completed in 92 milliseconds