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

/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp55 static DECLCALLBACK(void) hmR0MpEventCallback(RTMPEVENT enmEvent, RTCPUID idCpu, void *pvData);
696 rc = RTMpNotificationRegister(hmR0MpEventCallback, NULL);
738 rc = RTMpNotificationDeregister(hmR0MpEventCallback, NULL); AssertRC(rc);
1072 static DECLCALLBACK(void) hmR0MpEventCallback(RTMPEVENT enmEvent, RTCPUID idCpu, void *pvData) function

Completed in 700 milliseconds