Searched defs:g_pfnR0DarwinCpuInterrupt (Results 1 - 1 of 1) 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);

Completed in 2494 milliseconds