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

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dinitterm-r0drv-darwin.cpp49 PFNR0DARWINCPUINTERRUPT g_pfnR0DarwinCpuInterrupt = NULL; variable
75 RTR0DbgKrnlInfoQuerySymbol(hKrnlInfo, NULL, "cpu_interrupt", (void **)&g_pfnR0DarwinCpuInterrupt);
76 printf("cpu_interrupt=%p\n", g_pfnR0DarwinCpuInterrupt);
H A Dmp-r0drv-darwin.cpp279 if (g_pfnR0DarwinCpuInterrupt == NULL)
281 g_pfnR0DarwinCpuInterrupt(idCpu);
H A Dthe-darwin-kernel.h171 extern PFNR0DARWINCPUINTERRUPT g_pfnR0DarwinCpuInterrupt;

Completed in 970 milliseconds