29 #ifndef __DEV_X86_I82094AA_HH__ 30 #define __DEV_X86_I82094AA_HH__ 38 #include "params/I82094AA.hh" 93 return dynamic_cast<const Params *
>(
_params);
104 uint32_t
readReg(uint8_t offset);
121 #endif //__DEV_X86_SOUTH_BRIDGE_I8254_HH__
void signalInterrupt(int line)
Ports are used to interface objects to each other.
bool pinStates[TableSize]
Bitfield< 31, 17 > bottomReserved
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
const PortID InvalidPortID
void raiseInterruptPin(int number)
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
EndBitUnion(TriggerIntMessage) namespace DeliveryMode
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Overload hash function for BasicBlockRange type.
static const uint8_t TableSize
std::vector< IntSinkPin< I82094AA > * > inputs
void serialize(CheckpointOut &cp) const override
Serialize an object.
Bitfield< 10, 8 > deliveryMode
uint32_t readReg(uint8_t offset)
uint64_t Tick
Tick count type.
BitUnion64(RedirTableEntry) Bitfield< 63
bool recvResponse(PacketPtr pkt)
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
void lowerInterruptPin(int number)
Bitfield< 12 > deliveryStatus
const Params * params() const
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void writeReg(uint8_t offset, uint32_t value)
Bitfield< 31, 0 > bottomDW
EndBitUnion(RedirTableEntry) protected uint8_t regSel
Bitfield< 55, 32 > topReserved
std::ostream CheckpointOut
This is exposed globally, independent of the ISA.
IntMasterPort< I82094AA > intMasterPort
const SimObjectParams * _params
Cached copy of the object parameters.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
uint64_t lowestPriorityOffset
RedirTableEntry redirTable[TableSize]
static const uint8_t APICVersion
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.