Searched refs:interruptDeliveryPending (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/virtio/
H A Dpci.cc48 : PciDevice(params), queueNotify(0), interruptDeliveryPending(false),
133 const uint8_t isr_status(interruptDeliveryPending ? 1 : 0);
134 if (interruptDeliveryPending) {
135 interruptDeliveryPending = false;
224 interruptDeliveryPending = true;
H A Dpci.hh82 bool interruptDeliveryPending; member in class:PciVirtIO

Completed in 12 milliseconds