Go to the documentation of this file.
32 #include "debug/LupioIPI.hh"
34 #include "params/LupioIPI.hh"
43 nThread(params.num_threads)
59 tc->getCpuPtr()->clearInterrupt(tc->threadId(),
intType, 0);
77 tc->getCpuPtr()->postInterrupt(tc->threadId(),
intType, 0);
86 "Read request - addr: %#x, size: %#x\n", ipi_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.
Tick read(PacketPtr pkt) override
Implement BasicPioDevice virtual functions.
LupioIPI: An inter-processor interrupt virtual device.
std::vector< uint32_t > word
Set of registers corresponding to each CPU for sending inter-processor interrupts.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
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.
void lupioIPIWrite(const uint8_t addr, uint64_t val64, int size)
Function to write to the word register of the corresponding CPU and raise the IRQ.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
void makeResponse()
Take a request packet and modify it in place to be suitable for returning as a response to that reque...
const ByteOrder byteOrder
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 ...
LupioIPI(const Params ¶ms)
uint64_t lupioIPIRead(const uint8_t addr, int size)
Function to return the value in the word register of the corresponding CPU and lower the IRQ.
Generated on Thu Jun 16 2022 10:41:51 for gem5 by doxygen 1.8.17