Searched refs:IntDevice (Results 1 - 6 of 6) sorted by relevance

/gem5/src/dev/x86/
H A Dintdev.cc46 X86ISA::IntDevice::init()
H A Dintdev.hh134 class IntDevice class in namespace:X86ISA
138 IntMasterPort<IntDevice> intMasterPort;
141 IntDevice(SimObject * parent, Tick latency = 0) : function in class:X86ISA::IntDevice
146 virtual ~IntDevice()
H A Di82094aa.hh48 class I82094AA : public BasicPioDevice, public IntDevice
H A Di82094aa.cc43 : BasicPioDevice(p, 20), IntDevice(this, p->int_latency),
71 // from IntDevice. Note IntDevice is not a SimObject itself.
74 IntDevice::init();
/gem5/src/arch/x86/
H A Dinterrupts.hh75 class Interrupts : public PioDevice, IntDevice
H A Dinterrupts.cc295 // int port that it inherited from IntDevice. Note IntDevice is
299 IntDevice::init();
600 : PioDevice(p), IntDevice(this, p->int_latency),

Completed in 11 milliseconds