Searched defs:rtcTimerPeriodic (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp152 /** The periodic timer (rtcTimerPeriodic) - R3 Ptr. */
161 /** The periodic timer (rtcTimerPeriodic) - R0 Ptr. */
170 /** The periodic timer (rtcTimerPeriodic) - RC Ptr. */
550 static DECLCALLBACK(void) rtcTimerPeriodic(PPDMDEVINS pDevIns, PTMTIMER pTimer, void *pvUser) function
1157 rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL_SYNC, rtcTimerPeriodic, pThis,

Completed in 46 milliseconds