Searched refs:HPET (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1812 GEN_CHECK_SIZE(HPET);
1813 GEN_CHECK_OFF(HPET, pDevInsR3);
1814 GEN_CHECK_OFF(HPET, pDevInsR0);
1815 GEN_CHECK_OFF(HPET, pDevInsRC);
1816 GEN_CHECK_OFF(HPET, u64HpetOffset);
1817 GEN_CHECK_OFF(HPET, u32Capabilities);
1818 GEN_CHECK_OFF(HPET, u32Period);
1819 GEN_CHECK_OFF(HPET, u64HpetConfig);
1820 GEN_CHECK_OFF(HPET, u64Isr);
1821 GEN_CHECK_OFF(HPET, u64HpetCounte
[all...]

Completed in 44 milliseconds