Go to the documentation of this file.
43 #include "debug/Malta.hh"
51 #include "params/MaltaIO.hh"
84 panic(
"MaltaIO::read(...) not implemented inside malta_io.cc");
91 panic(
"MaltaIO::write(...) not implemented inside malta_io.cc");
Intel8254Timer pitimer
Intel 8253 Periodic Interval Timer.
Top level class for Malta Chipset emulation.
MaltaCChip * cchip
Pointer to the Malta CChip.
#define UNSERIALIZE_SCALAR(scalar)
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void startup() override
Start running.
void postIntr(uint32_t interrupt)
post an interrupt to the CPU.
Malta * malta
A pointer to the Malta device which be belong to.
void clearIntr(uint32_t interrupt)
clear an interrupt previously posted to the CPU.
void startup()
Start ticking.
Tick Frequency
The simulated frequency of curTick(). (In ticks per second)
void postIntr(uint8_t interrupt)
Post an Interrupt to the CPU.
uint8_t mask2
Mask of the PIC2.
RTC(const std::string &name, const MaltaIOParams &p)
uint8_t picr
Raw PIC interrupt register before masking.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
uint8_t mode1
Mode of PIC1.
virtual std::string name() const
uint8_t mask1
Mask of the PIC1.
const Params & params() const
void clearIntr(uint8_t interrupt)
Clear an Interrupt to the CPU.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
virtual void startup()
Start ticking.
uint64_t Tick
Tick count type.
MaltaIO * io
Pointer to the MaltaIO device which has the RTC.
Tick frequency() const
Return the freqency of the RTC.
Tick pioDelay
Delay that the device experinces on an access.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
MaltaIO(const Params &p)
Initialize all the data for devices supported by Malta I/O.
const std::string & name()
#define SERIALIZE_SCALAR(scalar)
void serialize(const std::string &base, CheckpointOut &cp) const
Serialize this object to the given output stream.
void serialize(CheckpointOut &cp) const override
Serialize an object.
void serialize(const std::string &base, CheckpointOut &cp) const
Serialize this object to the given output stream.
uint16_t timerData
The interval is set via two writes to the PIT.
std::ostream CheckpointOut
void unserialize(const std::string &base, CheckpointIn &cp)
Reconstruct the state of this object from a checkpoint.
bool picInterrupting
Is the pic interrupting right now or not.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void unserialize(const std::string &base, CheckpointIn &cp)
Reconstruct the state of this object from a checkpoint.
Real-Time Clock (MC146818)
#define panic(...)
This implements a cprintf based panic() function.
uint8_t mode2
Mode of PIC2.
Generated on Wed Jul 28 2021 12:10:26 for gem5 by doxygen 1.8.17