Go to the documentation of this file.
29 #ifndef __DEV_X86_I8259_HH__
30 #define __DEV_X86_I8259_HH__
34 #include "enums/X86I8259CascadeMode.hh"
35 #include "params/I8259.hh"
54 enums::X86I8259CascadeMode
mode;
94 if (if_name ==
"inputs")
96 else if (if_name ==
"output")
129 #endif //__DEV_X86_I8259_HH__
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.
void raiseInterruptPin(int number)
void serialize(CheckpointOut &cp) const override
Serialize an object.
void init() override
init() is called after all C++ SimObjects have been created and all ports are connected.
enums::X86I8259CascadeMode mode
void unserialize(CheckpointIn &cp) override
Unserialize an object.
const PortID InvalidPortID
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
std::vector< IntSinkPin< I8259 > * > inputs
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
static const int NumLines
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
std::vector< IntSourcePin< I8259 > * > output
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void lowerInterruptPin(int number)
Ports are used to interface objects to each other.
std::ostream CheckpointOut
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void signalInterrupt(int line)
void requestInterrupt(int line)
Port & getPort(const std::string &if_name, PortID idx=InvalidPortID) override
Get a port with a given name and index.
Generated on Wed May 4 2022 12:13:58 for gem5 by doxygen 1.8.17