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

/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp235 static PFNRT g_pfnVmxSuspend = NULL; variable
360 int rc2 = RTR0DbgKrnlInfoQuerySymbol(hKrnlInfo, NULL, "vmx_suspend", (void **)&g_pfnVmxSuspend);
365 g_pfnVmxResume, g_pfnVmxSuspend, g_pVmxUseCount, *g_pVmxUseCount, ASMGetCR4() ));
371 g_pfnVmxSuspend = NULL;
894 && g_pfnVmxSuspend
950 g_pfnVmxSuspend();

Completed in 46 milliseconds