Searched refs:onNotify (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/virtio/
H A Dconsole.hh115 void onNotify() { trySend(); } function in class:VirtIOConsole::TermRecvQueue
H A Dbase.cc314 VirtQueue::onNotify() function in class:VirtQueue
316 DPRINTF(VIO, "onNotify\n");
372 VirtIODeviceBase::onNotify(QueueID idx) function in class:VirtIODeviceBase
374 DPRINTF(VIO, "onNotify: idx: %i\n", idx);
380 _queues[idx]->onNotify();
H A Dpci.cc199 vio.onNotify(queueNotify);
H A Dbase.hh401 * This method is called by VirtIODeviceBase::onNotify() to notify
407 * Device models should normally overload one of onNotify() and
410 virtual void onNotify();
415 * onNotify() to notify the device model of pending data in a
418 * Device models should normally overload one of onNotify() and
614 * (after onNotify has been called), it typically needs to inform
752 void onNotify(QueueID index);
/gem5/src/dev/arm/
H A Dvio_mmio.cc231 vio.onNotify(value);

Completed in 11 milliseconds