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

/vbox/include/VBox/vmm/
H A Dhm.h243 VMMR3_INT_DECL(int) HMR3EnablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
/vbox/src/VBox/VMM/VMMR3/
H A DVMM.cpp1479 return HMR3EnablePatching(pVM, pPatchMem, cbPatchMem);
H A DHM.cpp1815 VMMR3_INT_DECL(int) HMR3EnablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem) function
1818 Log(("HMR3EnablePatching %RGv size %x\n", pPatchMem, cbPatchMem));

Completed in 61 milliseconds