Searched refs:DeviceInterface (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/pci/
H A Dhost.hh68 * PciHost::DeviceInterface that provides for common functionality
93 class DeviceInterface class in class:PciHost
105 DeviceInterface(PciHost &host, PciBusAddr &bus_addr, PciIntPin pin);
108 DeviceInterface() = delete;
109 void operator=(const DeviceInterface &) = delete;
163 * @return A device-specific DeviceInterface instance.
165 virtual DeviceInterface registerDevice(PciDevice *device,
H A Dhost.cc59 PciHost::DeviceInterface
71 return DeviceInterface(*this, bus_addr, pin);
88 PciHost::DeviceInterface::DeviceInterface( function in class:PciHost::DeviceInterface
97 PciHost::DeviceInterface::name() const
104 PciHost::DeviceInterface::postInt()
112 PciHost::DeviceInterface::clearInt()
H A Ddevice.hh183 PciHost::DeviceInterface hostInterface;

Completed in 7 milliseconds