gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Types | Public Member Functions | Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Friends | List of all members
HSAPacketProcessor Class Reference

#include <hsa_packet_processor.hh>

Inheritance diagram for HSAPacketProcessor:
DmaDevice PioDevice ClockedObject SimObject Clocked EventManager Serializable Drainable Stats::Group

Classes

class  CmdQueueCmdDmaEvent
 
class  DepSignalsReadDmaEvent
 
struct  dma_series_ctx
 Calls getCurrentEntry once the queueEntry has been dmaRead. More...
 
class  QueueProcessEvent
 
class  RQLEntry
 
class  SignalState
 
class  UpdateReadDispIdDmaEvent
 this event is used to update the read_disp_id field (the read pointer) of the MQD, which is how the host code knows the status of the HQD's read pointer More...
 

Public Types

typedef HSAPacketProcessorParams Params
 
- Public Types inherited from DmaDevice
typedef DmaDeviceParams Params
 
- Public Types inherited from PioDevice
typedef PioDeviceParams Params
 
- Public Types inherited from ClockedObject
typedef ClockedObjectParams Params
 Parameters of ClockedObject. More...
 
- Public Types inherited from SimObject
typedef SimObjectParams Params
 

Public Member Functions

HSAQueueDescriptorgetQueueDesc (uint32_t queId)
 
class RQLEntrygetRegdListEntry (uint32_t queId)
 
 HSAPacketProcessor (const Params *p)
 
 ~HSAPacketProcessor ()
 
void setDeviceQueueDesc (uint64_t hostReadIndexPointer, uint64_t basePointer, uint64_t queue_id, uint32_t size)
 
void unsetDeviceQueueDesc (uint64_t queue_id)
 
void setDevice (HSADevice *dev)
 
void updateReadIndex (int, uint32_t)
 
void getCommandsFromHost (int pid, uint32_t rl_idx)
 
virtual Tick read (Packet *)
 
virtual Tick write (Packet *)
 
virtual AddrRangeList getAddrRanges () const
 Every PIO device is obliged to provide an implementation that returns the address ranges the device responds to. More...
 
void finishPkt (void *pkt, uint32_t rl_idx)
 
void finishPkt (void *pkt)
 
void schedAQLProcessing (uint32_t rl_idx)
 
- Public Member Functions inherited from DmaDevice
 DmaDevice (const Params *p)
 
virtual ~DmaDevice ()
 
void dmaWrite (Addr addr, int size, Event *event, uint8_t *data, uint32_t sid, uint32_t ssid, Tick delay=0)
 
void dmaWrite (Addr addr, int size, Event *event, uint8_t *data, Tick delay=0)
 
void dmaRead (Addr addr, int size, Event *event, uint8_t *data, uint32_t sid, uint32_t ssid, Tick delay=0)
 
void dmaRead (Addr addr, int size, Event *event, uint8_t *data, Tick delay=0)
 
bool dmaPending () const
 
void init () override
 init() is called after all C++ SimObjects have been created and all ports are connected. More...
 
unsigned int cacheBlockSize () const
 
PortgetPort (const std::string &if_name, PortID idx=InvalidPortID) override
 Get a port with a given name and index. More...
 
- Public Member Functions inherited from PioDevice
 PioDevice (const Params *p)
 
virtual ~PioDevice ()
 
const Paramsparams () const
 
void init () override
 init() is called after all C++ SimObjects have been created and all ports are connected. More...
 
PortgetPort (const std::string &if_name, PortID idx=InvalidPortID) override
 Get a port with a given name and index. More...
 
- Public Member Functions inherited from ClockedObject
 ClockedObject (const ClockedObjectParams *p)
 
const Paramsparams () const
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
- Public Member Functions inherited from SimObject
virtual ~SimObject ()
 
virtual const std::string name () const
 
virtual void loadState (CheckpointIn &cp)
 loadState() is called on each SimObject when restoring from a checkpoint. More...
 
virtual void initState ()
 initState() is called on each SimObject when not restoring from a checkpoint. More...
 
virtual void regProbePoints ()
 Register probe points for this object. More...
 
virtual void regProbeListeners ()
 Register probe listeners for this object. More...
 
ProbeManagergetProbeManager ()
 Get the probe manager for this object. More...
 
virtual void startup ()
 startup() is the final initialization call before simulation. More...
 
DrainState drain () override
 Provide a default implementation of the drain interface for objects that don't need draining. More...
 
virtual void memWriteback ()
 Write back dirty buffers to memory using functional writes. More...
 
virtual void memInvalidate ()
 Invalidate the contents of memory buffers. More...
 
void serialize (CheckpointOut &cp) const override
 Serialize an object. More...
 
void unserialize (CheckpointIn &cp) override
 Unserialize an object. More...
 
const Paramsparams () const
 
 SimObject (const Params *_params)
 
- Public Member Functions inherited from EventManager
EventQueueeventQueue () const
 
void schedule (Event &event, Tick when)
 
void deschedule (Event &event)
 
void reschedule (Event &event, Tick when, bool always=false)
 
void schedule (Event *event, Tick when)
 
void deschedule (Event *event)
 
void reschedule (Event *event, Tick when, bool always=false)
 
void wakeupEventQueue (Tick when=(Tick) -1)
 
void setCurTick (Tick newVal)
 
 EventManager (EventManager &em)
 
 EventManager (EventManager *em)
 
 EventManager (EventQueue *eq)
 
- Public Member Functions inherited from Serializable
 Serializable ()
 
virtual ~Serializable ()
 
void serializeSection (CheckpointOut &cp, const char *name) const
 Serialize an object into a new section. More...
 
void serializeSection (CheckpointOut &cp, const std::string &name) const
 
void unserializeSection (CheckpointIn &cp, const char *name)
 Unserialize an a child object. More...
 
void unserializeSection (CheckpointIn &cp, const std::string &name)
 
- Public Member Functions inherited from Drainable
DrainState drainState () const
 Return the current drain state of an object. More...
 
virtual void notifyFork ()
 Notify a child process of a fork. More...
 
- Public Member Functions inherited from Stats::Group
 Group (Group *parent, const char *name=nullptr)
 Construct a new statistics group. More...
 
virtual ~Group ()
 
virtual void regStats ()
 Callback to set stat parameters. More...
 
virtual void resetStats ()
 Callback to reset stats. More...
 
virtual void preDumpStats ()
 Callback before stats are dumped. More...
 
void addStat (Stats::Info *info)
 Register a stat with this group. More...
 
const std::map< std::string, Group * > & getStatGroups () const
 Get all child groups associated with this object. More...
 
const std::vector< Info * > & getStats () const
 Get all stats associated with this object. More...
 
void addStatGroup (const char *name, Group *block)
 Add a stat block as a child of this block. More...
 
const InforesolveStat (std::string name) const
 Resolve a stat by its name within this group. More...
 
 Group ()=delete
 
 Group (const Group &)=delete
 
Groupoperator= (const Group &)=delete
 
- Public Member Functions inherited from Clocked
void updateClockPeriod ()
 Update the tick to the current tick. More...
 
Tick clockEdge (Cycles cycles=Cycles(0)) const
 Determine the tick when a cycle begins, by default the current one, but the argument also enables the caller to determine a future cycle. More...
 
Cycles curCycle () const
 Determine the current cycle, corresponding to a tick aligned to a clock edge. More...
 
Tick nextCycle () const
 Based on the clock of the object, determine the start tick of the first cycle that is at least one cycle in the future. More...
 
uint64_t frequency () const
 
Tick clockPeriod () const
 
double voltage () const
 
Cycles ticksToCycles (Tick t) const
 
Tick cyclesToTicks (Cycles c) const
 

Public Attributes

int numHWQueues
 
Addr pioAddr
 
Addr pioSize
 
Tick pioDelay
 
const Tick pktProcessDelay
 
- Public Attributes inherited from ClockedObject
PowerStatepowerState
 

Protected Types

typedef void(DmaDevice::* DmaFnPtr) (Addr, int, Event *, uint8_t *, Tick)
 

Protected Member Functions

void translateOrDie (Addr vaddr, Addr &paddr)
 
void dmaVirt (DmaFnPtr, Addr host_addr, unsigned size, Event *event, void *data, Tick delay=0)
 
void dmaReadVirt (Addr host_addr, unsigned size, Event *event, void *data, Tick delay=0)
 
void dmaWriteVirt (Addr host_addr, unsigned size, Event *event, void *data, Tick delay=0)
 
bool processPkt (void *pkt, uint32_t rl_idx, Addr host_pkt_addr)
 
void displayQueueDescriptor (int pid, uint32_t rl_idx)
 
- Protected Member Functions inherited from PioDevice
virtual Tick read (PacketPtr pkt)=0
 Pure virtual function that the device must implement. More...
 
virtual Tick write (PacketPtr pkt)=0
 Pure virtual function that the device must implement. More...
 
- Protected Member Functions inherited from Drainable
 Drainable ()
 
virtual ~Drainable ()
 
virtual void drainResume ()
 Resume execution after a successful drain. More...
 
void signalDrainDone () const
 Signal that an object is drained. More...
 
- Protected Member Functions inherited from Clocked
 Clocked (ClockDomain &clk_domain)
 Create a clocked object and set the clock domain based on the parameters. More...
 
 Clocked (Clocked &)=delete
 
Clockedoperator= (Clocked &)=delete
 
virtual ~Clocked ()
 Virtual destructor due to inheritance. More...
 
void resetClock () const
 Reset the object's clock using the current global tick value. More...
 
virtual void clockPeriodUpdated ()
 A hook subclasses can implement so they can do any extra work that's needed when the clock rate is changed. More...
 

Protected Attributes

HSADevicehsa_device
 
HWSchedulerhwSchdlr
 
std::vector< class RQLEntry * > regdQList
 
- Protected Attributes inherited from DmaDevice
DmaPort dmaPort
 
- Protected Attributes inherited from PioDevice
Systemsys
 
PioPort< PioDevicepioPort
 The pioPort that handles the requests for us and provides us requests that it sees. More...
 
- Protected Attributes inherited from SimObject
const SimObjectParams * _params
 Cached copy of the object parameters. More...
 
- Protected Attributes inherited from EventManager
EventQueueeventq
 A pointer to this object's event queue. More...
 

Friends

class HWScheduler
 

Additional Inherited Members

- Static Public Member Functions inherited from SimObject
static void serializeAll (CheckpointOut &cp)
 Serialize all SimObjects in the system. More...
 
static SimObjectfind (const char *name)
 Find the SimObject with the given name and return a pointer to it. More...
 
- Static Public Member Functions inherited from Serializable
static const std::string & currentSection ()
 Gets the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 
static void unserializeGlobals (CheckpointIn &cp)
 

Detailed Description

Definition at line 178 of file hsa_packet_processor.hh.

Member Typedef Documentation

◆ DmaFnPtr

typedef void(DmaDevice::* HSAPacketProcessor::DmaFnPtr) (Addr, int, Event *, uint8_t *, Tick)
protected

Definition at line 182 of file hsa_packet_processor.hh.

◆ Params

typedef HSAPacketProcessorParams HSAPacketProcessor::Params

Definition at line 270 of file hsa_packet_processor.hh.

Constructor & Destructor Documentation

◆ HSAPacketProcessor()

HSAPacketProcessor::HSAPacketProcessor ( const Params p)

Definition at line 68 of file hsa_packet_processor.cc.

References DPRINTF, and ArmISA::i.

◆ ~HSAPacketProcessor()

HSAPacketProcessor::~HSAPacketProcessor ( )

Definition at line 80 of file hsa_packet_processor.cc.

References regdQList.

Member Function Documentation

◆ displayQueueDescriptor()

void HSAPacketProcessor::displayQueueDescriptor ( int  pid,
uint32_t  rl_idx 
)
protected

Definition at line 555 of file hsa_packet_processor.cc.

References DPRINTF, and regdQList.

◆ dmaReadVirt()

void HSAPacketProcessor::dmaReadVirt ( Addr  host_addr,
unsigned  size,
Event event,
void *  data,
Tick  delay = 0 
)
protected

Definition at line 188 of file hsa_packet_processor.cc.

References DmaDevice::dmaRead(), dmaVirt(), and DPRINTF.

Referenced by getCommandsFromHost(), and processPkt().

◆ dmaVirt()

void HSAPacketProcessor::dmaVirt ( DmaFnPtr  dmaFn,
Addr  host_addr,
unsigned  size,
Event event,
void *  data,
Tick  delay = 0 
)
protected

◆ dmaWriteVirt()

void HSAPacketProcessor::dmaWriteVirt ( Addr  host_addr,
unsigned  size,
Event event,
void *  data,
Tick  delay = 0 
)
protected

◆ finishPkt() [1/2]

void HSAPacketProcessor::finishPkt ( void *  pkt,
uint32_t  rl_idx 
)

◆ finishPkt() [2/2]

void HSAPacketProcessor::finishPkt ( void *  pkt)
inline

Definition at line 287 of file hsa_packet_processor.hh.

References finishPkt().

Referenced by finishPkt().

◆ getAddrRanges()

AddrRangeList HSAPacketProcessor::getAddrRanges ( ) const
virtual

Every PIO device is obliged to provide an implementation that returns the address ranges the device responds to.

Returns
a list of non-overlapping address ranges

Implements PioDevice.

Definition at line 107 of file hsa_packet_processor.cc.

References pioAddr, pioSize, and RangeSize().

◆ getCommandsFromHost()

void HSAPacketProcessor::getCommandsFromHost ( int  pid,
uint32_t  rl_idx 
)

◆ getQueueDesc()

HSAQueueDescriptor* HSAPacketProcessor::getQueueDesc ( uint32_t  queId)
inline

Definition at line 254 of file hsa_packet_processor.hh.

◆ getRegdListEntry()

class RQLEntry* HSAPacketProcessor::getRegdListEntry ( uint32_t  queId)
inline

◆ processPkt()

bool HSAPacketProcessor::processPkt ( void *  pkt,
uint32_t  rl_idx,
Addr  host_pkt_addr 
)
protected

◆ read()

Tick HSAPacketProcessor::read ( Packet pkt)
virtual

◆ schedAQLProcessing()

void HSAPacketProcessor::schedAQLProcessing ( uint32_t  rl_idx)

◆ setDevice()

void HSAPacketProcessor::setDevice ( HSADevice dev)

Definition at line 600 of file hsa_packet_processor.cc.

Referenced by HSADevice::HSADevice().

◆ setDeviceQueueDesc()

void HSAPacketProcessor::setDeviceQueueDesc ( uint64_t  hostReadIndexPointer,
uint64_t  basePointer,
uint64_t  queue_id,
uint32_t  size 
)

Definition at line 94 of file hsa_packet_processor.cc.

References DPRINTF, hwSchdlr, and HWScheduler::registerNewQueue().

◆ translateOrDie()

void HSAPacketProcessor::translateOrDie ( Addr  vaddr,
Addr paddr 
)
protected

◆ unsetDeviceQueueDesc()

void HSAPacketProcessor::unsetDeviceQueueDesc ( uint64_t  queue_id)

Definition at line 88 of file hsa_packet_processor.cc.

References hwSchdlr, and HWScheduler::unregisterQueue().

◆ updateReadIndex()

void HSAPacketProcessor::updateReadIndex ( int  pid,
uint32_t  rl_idx 
)

◆ write()

Tick HSAPacketProcessor::write ( Packet pkt)
virtual

Friends And Related Function Documentation

◆ HWScheduler

friend class HWScheduler
friend

Definition at line 180 of file hsa_packet_processor.hh.

Member Data Documentation

◆ hsa_device

HSADevice* HSAPacketProcessor::hsa_device
protected

Definition at line 183 of file hsa_packet_processor.hh.

Referenced by processPkt().

◆ hwSchdlr

HWScheduler* HSAPacketProcessor::hwSchdlr
protected

Definition at line 184 of file hsa_packet_processor.hh.

Referenced by setDeviceQueueDesc(), unsetDeviceQueueDesc(), and write().

◆ numHWQueues

int HSAPacketProcessor::numHWQueues

◆ pioAddr

Addr HSAPacketProcessor::pioAddr

Definition at line 265 of file hsa_packet_processor.hh.

Referenced by getAddrRanges(), HSADriver::mmap(), and write().

◆ pioDelay

Tick HSAPacketProcessor::pioDelay

Definition at line 267 of file hsa_packet_processor.hh.

Referenced by read(), and write().

◆ pioSize

Addr HSAPacketProcessor::pioSize

Definition at line 266 of file hsa_packet_processor.hh.

Referenced by getAddrRanges(), and write().

◆ pktProcessDelay

const Tick HSAPacketProcessor::pktProcessDelay

Definition at line 268 of file hsa_packet_processor.hh.

Referenced by schedAQLProcessing().

◆ regdQList

std::vector<class RQLEntry *> HSAPacketProcessor::regdQList
protected

The documentation for this class was generated from the following files:

Generated on Thu May 28 2020 16:21:46 for gem5 by doxygen 1.8.13