Searched refs:vh_isr (Results 1 – 2 of 2) sorted by relevance
786 out->vh_isr = vhpet->isr; in vhpet_data_read()839 if ((src->vh_isr & ~(uint64_t)((1 << VHPET_NUM_TIMERS) - 1)) != 0) { in vhpet_data_validate()850 const bool irq_asserted = (src->vh_isr & (1 << i)) != 0; in vhpet_data_validate()905 vhpet->isr = src->vh_isr; in vhpet_data_write()
215 uint64_t vh_isr; member