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