gem5  v20.0.0.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ArmSemihosting::SemiCall Struct Reference

Semihosting call information structure. More...

Public Types

template<typename ... Args>
using Implementation = RetErrno(ArmSemihosting::*)(ThreadContext *tc, Args... args)
 
using Dispatcher = std::function< RetErrno(ArmSemihosting *sh, ThreadContext *tc)>
 
using Dumper = std::function< std::string(ThreadContext *tc)>
 

Public Member Functions

template<typename ... Args>
 SemiCall (const char *_name, Implementation< Args... > common)
 
template<typename ... Args32, typename ... Args64>
 SemiCall (const char *_name, Implementation< Args32... > impl32, Implementation< Args64... > impl64)
 

Static Public Member Functions

template<typename ... Args>
static std::function< RetErrno(ThreadContext *tc, Args... args)> wrapImpl (ArmSemihosting *sh, Implementation< Args... > impl)
 
template<typename Abi , typename ... Args>
static Dispatcher buildDispatcher (Implementation< Args... > impl)
 
template<typename Abi , typename ... Args>
static Dumper buildDumper (const char *name, Implementation< Args... > impl)
 

Public Attributes

const char * name
 Call name. More...
 
Dispatcher call32
 
Dispatcher call64
 
Dumper dump32
 
Dumper dump64
 

Detailed Description

Semihosting call information structure.

This structure describes how a semi-hosting call is implemented. It contains debug information (e.g., the name of the call), and a way to invoke it in a particular context.

Definition at line 435 of file semihosting.hh.

Member Typedef Documentation

◆ Dispatcher

Definition at line 459 of file semihosting.hh.

◆ Dumper

using ArmSemihosting::SemiCall::Dumper = std::function<std::string(ThreadContext *tc)>

Definition at line 460 of file semihosting.hh.

◆ Implementation

template<typename ... Args>
using ArmSemihosting::SemiCall::Implementation = RetErrno (ArmSemihosting::*)(ThreadContext *tc, Args... args)

Definition at line 443 of file semihosting.hh.

Constructor & Destructor Documentation

◆ SemiCall() [1/2]

template<typename ... Args>
ArmSemihosting::SemiCall::SemiCall ( const char *  _name,
Implementation< Args... >  common 
)
inline

Definition at line 495 of file semihosting.hh.

◆ SemiCall() [2/2]

template<typename ... Args32, typename ... Args64>
ArmSemihosting::SemiCall::SemiCall ( const char *  _name,
Implementation< Args32... >  impl32,
Implementation< Args64... >  impl64 
)
inline

Member Function Documentation

◆ buildDispatcher()

template<typename Abi , typename ... Args>
static Dispatcher ArmSemihosting::SemiCall::buildDispatcher ( Implementation< Args... >  impl)
inlinestatic

Definition at line 473 of file semihosting.hh.

References MipsISA::impl, and ArmISA::sh.

◆ buildDumper()

template<typename Abi , typename ... Args>
static Dumper ArmSemihosting::SemiCall::buildDumper ( const char *  name,
Implementation< Args... >  impl 
)
inlinestatic

Definition at line 485 of file semihosting.hh.

References dumpSimcall(), and SimObject::name().

◆ wrapImpl()

template<typename ... Args>
static std::function<RetErrno(ThreadContext *tc, Args... args)> ArmSemihosting::SemiCall::wrapImpl ( ArmSemihosting sh,
Implementation< Args... >  impl 
)
inlinestatic

Definition at line 449 of file semihosting.hh.

References MipsISA::impl, and ArmISA::sh.

Member Data Documentation

◆ call32

Dispatcher ArmSemihosting::SemiCall::call32

Definition at line 463 of file semihosting.hh.

Referenced by ArmSemihosting::call32().

◆ call64

Dispatcher ArmSemihosting::SemiCall::call64

Definition at line 464 of file semihosting.hh.

Referenced by ArmSemihosting::call64().

◆ dump32

Dumper ArmSemihosting::SemiCall::dump32

Definition at line 467 of file semihosting.hh.

Referenced by ArmSemihosting::call32().

◆ dump64

Dumper ArmSemihosting::SemiCall::dump64

Definition at line 468 of file semihosting.hh.

Referenced by ArmSemihosting::call64().

◆ name

const char* ArmSemihosting::SemiCall::name

Call name.

Definition at line 438 of file semihosting.hh.


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

Generated on Mon Jun 8 2020 15:45:18 for gem5 by doxygen 1.8.13