gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::ItsCommand::DispatchEntry Struct Reference

Dispatch entry is a metadata struct which contains information about the command (like the name) and the function object implementing the command. More...

#include <gic_v3_its.hh>

Public Types

using ExecFn = std::function<void(ItsCommand*, Yield&, CommandEntry&)>
 

Public Member Functions

 DispatchEntry (std::string _name, ExecFn _exec)
 

Public Attributes

std::string name
 
ExecFn exec
 

Detailed Description

Dispatch entry is a metadata struct which contains information about the command (like the name) and the function object implementing the command.

Definition at line 477 of file gic_v3_its.hh.

Member Typedef Documentation

◆ ExecFn

Definition at line 479 of file gic_v3_its.hh.

Constructor & Destructor Documentation

◆ DispatchEntry()

gem5::ItsCommand::DispatchEntry::DispatchEntry ( std::string _name,
ExecFn _exec )
inline

Definition at line 481 of file gic_v3_its.hh.

Member Data Documentation

◆ exec

ExecFn gem5::ItsCommand::DispatchEntry::exec

Definition at line 486 of file gic_v3_its.hh.

◆ name

std::string gem5::ItsCommand::DispatchEntry::name

Definition at line 485 of file gic_v3_its.hh.


The documentation for this struct was generated from the following file:

Generated on Tue Jun 18 2024 16:24:12 for gem5 by doxygen 1.11.0