gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
syscall_desc.hh File Reference
#include <functional>
#include <string>
#include "base/types.hh"
#include "cpu/thread_context.hh"
#include "sim/guest_abi.hh"
#include "sim/process.hh"
#include "sim/syscall_return.hh"

Go to the source code of this file.

Classes

class  SyscallDesc
 This class provides the wrapper interface for the system call implementations which are defined in the sim/syscall_emul files and bound to the ISAs in the architecture specific code (i.e. More...
 
class  SyscallDescABI< ABI >
 
struct  DefaultSyscallABI
 
struct  GuestABI::Result< DefaultSyscallABI, SyscallReturn >
 
struct  GuestABI::Argument< DefaultSyscallABI, Arg, typename std::enable_if< std::is_integral< Arg >::value >::type >
 
struct  GuestABI::Argument< DefaultSyscallABI, Arg, typename std::enable_if< std::is_pointer< Arg >::value >::type >
 

Namespaces

 GuestABI
 

Functions

SyscallReturn unimplementedFunc (SyscallDesc *desc, int num, ThreadContext *tc)
 

Function Documentation

◆ unimplementedFunc()

SyscallReturn unimplementedFunc ( SyscallDesc desc,
int  num,
ThreadContext tc 
)

Definition at line 68 of file syscall_emul.cc.


Generated on Fri Feb 28 2020 16:27:06 for gem5 by doxygen 1.8.13