Searched refs:driver (Results 26 - 28 of 28) sorted by relevance

12

/gem5/src/dev/virtio/
H A Dbase.hh587 Bitfield<1> driver; member in class:VirtIODeviceBase
642 * When the guest starts the driver for the device, it starts by
644 * (see deviceFeatures), the driver then notifies the device of
690 * The device driver may reset a device by writing zero to the
832 * Set feature bits accepted by the guest driver.
840 * Get features accepted by the guest driver.
H A Dbase.cc402 status.acknowledge, status.driver, status.driver_ok, status.failed);
/gem5/ext/dsent/model/
H A DElectricalModel.cc419 "[Error] " + getInstanceName() + " -> Redeclaration of driver " + name_);
421 ElectricalDriver* driver = new ElectricalDriver(name_, this, sizable_); local
422 m_drivers_->set(name_, driver);
574 // Assign a net to another net through a driver multiplier
586 // Assign a net to another net through a driver multiplier
597 // Create a driver multiplier and assign it to upstream_net since it doesn't exist

Completed in 13 milliseconds

12