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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp3 * HPET virtual device - High Precision Event Timer emulation.
18 /* This implementation is based on the (generic) Intel IA-PC HPET specification
50 * HPET base address and the OS isn't expected to move it.
54 /** HPET reserves a 1K range. */
62 /** HPET clock period for PIIX4 / PIIX3.
67 /** HPET clock period for ICH9.
95 /** @name Register offsets in HPET space.
101 #define HPET_COUNTER 0x0f0 /**< Main HPET counter. */
137 * Acquires the HPET lock or returns.
147 * Releases the HPET loc
231 typedef struct HPET struct
275 } HPET; typedef in typeref:struct:HPET
[all...]

Completed in 80 milliseconds