gem5
v19.0.0.0
|
#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) |
SyscallReturn unimplementedFunc | ( | SyscallDesc * | desc, |
int | num, | ||
ThreadContext * | tc | ||
) |
Definition at line 68 of file syscall_emul.cc.