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

/vbox/src/VBox/Devices/PC/
H A DDevAPIC.cpp295 uint32_t initial_count; member in struct:APICState
298 /** The time stamp of the initial_count load, i.e. when it was started. */
312 /** The initial_count value used for the current frequency hint. */
420 static void apicTimerSetInitialCount(APICDeviceInfo *pDev, APICState *pApic, uint32_t initial_count);
1010 *pu64Value = pApic->initial_count;
1360 pApic->initial_count = 0;
1503 val = pApic->initial_count - (d % ((uint64_t)pApic->initial_count + 1));
1504 else if (d >= pApic->initial_count)
1507 val = pApic->initial_count
[all...]

Completed in 50 milliseconds