Go to the documentation of this file.
33 #ifndef __MALTA_CCHIP_HH__
34 #define __MALTA_CCHIP_HH__
38 #include "params/MaltaCChip.hh"
131 void reqIPI(uint64_t ipreq);
137 #endif // __MALTA_CCHIP_HH__
void clearIntr(uint32_t interrupt)
clear an interrupt previously posted to the CPU.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
uint64_t Tick
Tick count type.
MaltaCChipParams Params
The dims are device interrupt mask registers.
const Params * params() const
void postIntr(uint32_t interrupt)
post an interrupt to the CPU.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void reqIPI(uint64_t ipreq)
request an interrupt be posted to the CPU.
Malta * malta
pointer to the malta object.
Malta CChip CSR Emulation.
void postRTC()
post an RTC interrupt to the CPU
void serialize(CheckpointOut &cp) const override
Serialize an object.
void clearITI(uint64_t itintr)
clear a timer interrupt previously posted to the CPU.
const SimObjectParams * _params
Cached copy of the object parameters.
Top level class for Malta Chipset emulation.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
std::ostream CheckpointOut
MaltaCChip(Params *p)
Initialize the Malta CChip by setting all of the device register to 0.
void clearIPI(uint64_t ipintr)
post an ipi interrupt to the CPU.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Generated on Wed Sep 30 2020 14:02:11 for gem5 by doxygen 1.8.17