gem5  v20.1.0.0
Classes | Namespaces | Functions
semihosting.hh File Reference
#include <cstdio>
#include <functional>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include "arch/arm/intregs.hh"
#include "arch/arm/utility.hh"
#include "cpu/thread_context.hh"
#include "mem/port_proxy.hh"
#include "sim/guest_abi.hh"
#include "sim/sim_object.hh"

Go to the source code of this file.

Classes

class  ArmSemihosting
 Semihosting for AArch32 and AArch64. More...
 
struct  ArmSemihosting::AbiBase
 
class  ArmSemihosting::AbiBase::StateBase< Arg >
 
struct  ArmSemihosting::Abi64
 
class  ArmSemihosting::Abi64::State
 
struct  ArmSemihosting::Abi32
 
class  ArmSemihosting::Abi32::State
 
struct  ArmSemihosting::InPlaceArg
 
class  ArmSemihosting::FileBase
 Internal state for open files. More...
 
class  ArmSemihosting::FileFeatures
 Implementation of the ':semihosting-features' magic file. More...
 
class  ArmSemihosting::File
 
struct  ArmSemihosting::SemiCall
 Semihosting call information structure. More...
 
struct  GuestABI::Argument< ArmSemihosting::Abi64, Arg, typename std::enable_if< std::is_integral< Arg >::value >::type >
 
struct  GuestABI::Argument< ArmSemihosting::Abi32, Arg, typename std::enable_if< std::is_integral< Arg >::value >::type >
 
struct  GuestABI::Argument< Abi, ArmSemihosting::InPlaceArg, typename std::enable_if< std::is_base_of< ArmSemihosting::AbiBase, Abi >::value >::type >
 
struct  GuestABI::Result< ArmSemihosting::Abi32, ArmSemihosting::RetErrno >
 
struct  GuestABI::Result< ArmSemihosting::Abi64, ArmSemihosting::RetErrno >
 

Namespaces

 GuestABI
 

Functions

std::ostream & operator<< (std::ostream &os, const ArmSemihosting::InPlaceArg &ipa)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ArmSemihosting::InPlaceArg ipa 
)

Generated on Wed Sep 30 2020 14:02:18 for gem5 by doxygen 1.8.17