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

/vbox/src/VBox/Devices/PC/
H A DDevHPET.cpp261 uint64_t u64HpetConfig; member in struct:HPET
567 if (pThis->u64HpetConfig & HPET_CFG_ENABLE)
587 if (pThis->u64HpetConfig & HPET_CFG_ENABLE)
647 u32Value = (uint32_t)pThis->u64HpetConfig;
654 u32Value = (uint32_t)(pThis->u64HpetConfig >> 32);
665 if (pThis->u64HpetConfig & HPET_CFG_ENABLE)
726 uint32_t const iOldValue = (uint32_t)(pThis->u64HpetConfig);
748 pThis->u64HpetConfig = hpetUpdateMasked(u32NewValue, iOldValue, HPET_CFG_WRITE_MASK);
776 pThis->u64HpetConfig = hpetUpdateMasked((uint64_t)u32NewValue << 32,
777 pThis->u64HpetConfig,
[all...]

Completed in 46 milliseconds