Searched refs:u64HpetConfig (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1819 GEN_CHECK_OFF(HPET, u64HpetConfig);

Completed in 46 milliseconds