47 #ifndef __DEV_ARM_RealView_HH__ 48 #define __DEV_ARM_RealView_HH__ 51 #include "params/RealView.hh" 69 return dynamic_cast<const Params *
>(
_params);
91 #endif // __DEV_ARM_RealView_HH__
void clearConsoleInt() override
Clear a posted CPU interrupt.
void postPciInt(int line) override
Cause the chipset to post a cpi interrupt to the CPU.
Device model for an Intel PIIX4 IDE controller.
void clearPciInt(int line) override
Clear a posted PCI->CPU interrupt.
const Params * params() const
System * system
Pointer to the system.
void postConsoleInt() override
Cause the cpu to post a serial interrupt to the CPU.
void setGic(BaseGic *_gic)
Give platform a pointer to interrupt controller.
const SimObjectParams * _params
Cached copy of the object parameters.
RealView(const Params *p)
Constructor for the Tsunami Class.