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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp217 uint64_t u64Fsb; member in struct:HPETTIMER
478 u32Value = (uint32_t)(pHpetTimer->u64Fsb >> 32); /** @todo Looks wrong, but since it's not supported, who cares. */
1131 SSMR3PutU64(pSSM, pHpetTimer->u64Fsb);
1182 SSMR3GetU64(pSSM, &pHpetTimer->u64Fsb);

Completed in 46 milliseconds