Go to the documentation of this file.
32 #include "debug/LupioPIC.hh"
34 #include "params/LupioPIC.hh"
44 nThread(params.num_threads),
51 DPRINTF(LupioPIC,
"LupioPIC initalized\n");
57 for (
int cpu = 0; cpu <
nThread; cpu++) {
61 tc->getCpuPtr()->postInterrupt(tc->threadId(),
intType, 0);
63 tc->getCpuPtr()->clearInterrupt(tc->threadId(),
intType, 0);
73 uint32_t irq_mask = 1UL << src_id;
83 uint32_t irq_mask = 1UL << src_id;
115 panic(
"Unexpected read to the LupioPIC device at address %#llx!",
125 uint32_t
val = val64;
143 panic(
"Unexpected write to the LupioPIC device at address %#llx!",
155 "Read request - addr: %#x, size: %#x\n", pic_addr, pkt->
getSize());
Addr pioAddr
Address that the device listens to.
uint64_t getUintX(ByteOrder endian) const
Get the data in the packet byte swapped from the specified endianness and zero-extended to 64 bits.
void lupioPicWrite(const uint8_t addr, uint64_t val64)
Function to update interrupt requests.
const ByteOrder byteOrder
uint32_t enable[LUPIO_PIC_NSRC]
constexpr uint64_t mask(unsigned nbits)
Generate a 64-bit mask of 'nbits' 1s, right justified.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
Tick pioDelay
Delay that the device experinces on an access.
Tick read(PacketPtr pkt) override
Implement BasicPioDevice virtual functions.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
LupioPIC(const Params ¶ms)
uint64_t lupioPicRead(const uint8_t addr)
Function to return information about interrupt requests to the LupIO-PIC.
constexpr int ctz32(uint32_t value)
Count trailing zeros in a 32-bit value.
LupioPIC: A programmable interrupt controller virtual device that can manage input IRQs coming from u...
void makeResponse()
Take a request packet and modify it in place to be suitable for returning as a response to that reque...
#define gem5_assert(cond,...)
The assert macro will function like a normal assert, but will use panic instead of straight abort().
uint32_t mask[LUPIO_PIC_NSRC]
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void setUintX(uint64_t w, ByteOrder endian)
Set the value in the word w after truncating it to the length of the packet and then byteswapping it ...
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
#define panic(...)
This implements a cprintf based panic() function.
void lupioPicUpdateIRQ()
Function to post and clear interrupts.
Generated on Wed Jul 13 2022 10:39:20 for gem5 by doxygen 1.8.17