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

/vbox/src/VBox/Runtime/r0drv/generic/
H A Dmpnotification-r0drv-generic.cpp38 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser) function
44 RT_EXPORT_SYMBOL(RTMpNotificationRegister); variable
/vbox/include/iprt/
H A Dmp.h453 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser);
456 * This deregisters a notification callback registered via RTMpNotificationRegister().
H A Dmangling.h977 # define RTMpNotificationRegister RT_MANGLER(RTMpNotificationRegister) /* r0drv */ macro
/vbox/src/VBox/Runtime/r0drv/
H A Dmpnotification-r0drv.c161 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser) function
225 RT_EXPORT_SYMBOL(RTMpNotificationRegister); variable
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.c124 RTMpNotificationRegister,
H A DVBoxGuest-haiku-stubs.c113 RTDECL(int) RTMpNotificationRegister(PFNRTMPNOTIFICATION pfnCallback, void *pvUser) function
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c1564 rc = RTMpNotificationRegister(rtTimerLinuxMpEvent, pTimer);
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp696 rc = RTMpNotificationRegister(hmR0MpEventCallback, NULL);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp1886 rc = RTMpNotificationRegister(supdrvGipMpEvent, pDevExt);
H A DSUPDrv.cpp260 { "RTMpNotificationRegister", (void *)RTMpNotificationRegister },

Completed in 132 milliseconds