Searched refs:MMHyperDupMem (Results 1 - 3 of 3) sorted by relevance
/vbox/include/VBox/vmm/ |
H A D | mm.h | 209 VMMDECL(int) MMHyperDupMem(PVM pVM, const void *pvSrc, size_t cb, unsigned uAlignment, MMTAG enmTag, void **ppv);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | MMAllHyper.cpp | 356 VMMDECL(int) MMHyperDupMem(PVM pVM, const void *pvSrc, size_t cb, unsigned uAlignment, MMTAG enmTag, void **ppv) function
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | CPUMR3CpuId.cpp | 1992 int rc = MMHyperDupMem(pVM, paLeaves, sizeof(paLeaves[0]) * cLeaves, 32, 3885 int rc2 = MMHyperDupMem(pVM, pvFree,
|
Completed in 3197 milliseconds