Lines Matching refs:isr
79 uint64_t isr; /* Interrupt Status */ member
178 if (vhpet->isr & (1 << n)) { in vhpet_timer_clear_isr()
182 vhpet->isr &= ~(1 << n); in vhpet_timer_clear_isr()
225 if ((vhpet->isr & (1 << n)) != 0) { in vhpet_timer_interrupt()
245 vhpet->isr |= 1 << n; in vhpet_timer_interrupt()
403 if (vhpet->isr & (1 << n)) in vhpet_timer_update_config()
446 if (vhpet->isr & (1 << n)) { in vhpet_timer_update_config()
464 vhpet->isr &= ~(1 << n); in vhpet_timer_update_config()
542 isr_clear_mask = vhpet->isr & data; in vhpet_mmio_write()
659 data = vhpet->isr; in vhpet_mmio_read()
773 SNAPSHOT_VAR_OR_LEAVE(vhpet->isr, meta, ret, done); in vhpet_snapshot()