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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dinternal-r0drv-nt.h60 extern PFNHALSENDSOFTWAREINTERRUPT g_pfnrtNtHalSendSoftwareInterrupt;
H A Dinitterm-r0drv-nt.cpp63 PFNHALSENDSOFTWAREINTERRUPT g_pfnrtNtHalSendSoftwareInterrupt; variable
228 g_pfnrtNtHalSendSoftwareInterrupt = NULL;
251 g_pfnrtNtHalSendSoftwareInterrupt = (PFNHALSENDSOFTWAREINTERRUPT)MmGetSystemRoutineAddress(&RoutineName);
427 if (g_pfnrtNtHalSendSoftwareInterrupt)
H A Dmp-r0drv-nt.cpp830 g_pfnrtNtHalSendSoftwareInterrupt(idCpu, DISPATCH_LEVEL);

Completed in 34 milliseconds