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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp186 typedef struct HPETTIMER struct
225 } HPETTIMER; typedef in typeref:struct:HPETTIMER
226 AssertCompileMemberAlignment(HPETTIMER, u64Config, sizeof(uint64_t));
249 HPETTIMER aTimers[RT_MAX(HPET_NUM_TIMERS_PIIX, HPET_NUM_TIMERS_ICH9)];
281 DECLINLINE(bool) hpet32bitTimer(HPETTIMER *pHpetTimer)
288 DECLINLINE(uint64_t) hpetInvalidValue(HPETTIMER *pHpetTimer)
333 DECLINLINE(uint64_t) hpetComputeDiff(HPETTIMER *pHpetTimer, uint64_t u64Now)
355 static void hpetAdjustComparator(HPETTIMER *pHpetTimer, uint64_t u64Now)
374 DECLINLINE(void) hpetTimerSetFrequencyHint(HPET *pThis, HPETTIMER *pHpetTimer)
386 static void hpetProgramTimer(HPETTIMER *pHpetTime
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1825 GEN_CHECK_SIZE(HPETTIMER);
1826 GEN_CHECK_OFF(HPETTIMER, pTimerR3);
1827 GEN_CHECK_OFF(HPETTIMER, pHpetR3);
1828 GEN_CHECK_OFF(HPETTIMER, pTimerR0);
1829 GEN_CHECK_OFF(HPETTIMER, pHpetR0);
1830 GEN_CHECK_OFF(HPETTIMER, pTimerRC);
1831 GEN_CHECK_OFF(HPETTIMER, pHpetRC);
1832 GEN_CHECK_OFF(HPETTIMER, idxTimer);
1833 GEN_CHECK_OFF(HPETTIMER, u64Config);
1834 GEN_CHECK_OFF(HPETTIMER, u64Cm
[all...]

Completed in 45 milliseconds