Searched refs:PciHost (Results 1 - 8 of 8) sorted by relevance

/gem5/src/dev/pci/
H A Dhost.cc44 #include "debug/PciHost.hh"
48 #include "params/PciHost.hh"
50 PciHost::PciHost(const PciHostParams *p) function in class:PciHost
55 PciHost::~PciHost()
59 PciHost::DeviceInterface
60 PciHost::registerDevice(PciDevice *device, PciBusAddr bus_addr, PciIntPin pin)
64 DPRINTF(PciHost, "%02x:%02x.%i: Registering device\n",
75 PciHost
[all...]
H A Dhost.hh67 * PciHost::registerDevice() call. This call returns a
68 * PciHost::DeviceInterface that provides for common functionality
71 * The PciHost class itself provides very little functionality. Simple
72 * PciHost functionality is implemented by the GenericPciHost class.
74 class PciHost : public PioDevice class in inherits:PioDevice
77 PciHost(const PciHostParams *p);
78 virtual ~PciHost();
90 * themselves with the host using the PciHost::registerDevice()
95 friend class ::PciHost;
105 DeviceInterface(PciHost
[all...]
H A DPciHost.py45 class PciHost(PioDevice): class in inherits:PioDevice
46 type = 'PciHost'
47 cxx_class = 'PciHost'
51 class GenericPciHost(PciHost):
H A DPciDevice.py45 from m5.objects.PciHost import PciHost
53 host = Param.PciHost(Parent.any, "PCI host")
H A Ddevice.hh183 PciHost::DeviceInterface hostInterface;
208 * a PciHost object.
/gem5/src/dev/x86/
H A DPc.py37 from m5.objects.PciHost import GenericPciHost
/gem5/src/dev/alpha/
H A DTsunami.py34 from m5.objects.PciHost import GenericPciHost
/gem5/src/dev/arm/
H A DRealView.py52 from m5.objects.PciHost import *

Completed in 16 milliseconds