gem5 v24.0.0.0
|
#include <functional>
#include <map>
#include <string>
#include "base/logging.hh"
#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 | gem5::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 | gem5::SyscallDescABI< ABI > |
class | gem5::SyscallDescTable< ABI > |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
SyscallReturn | gem5::unimplementedFunc (SyscallDesc *desc, ThreadContext *tc) |
Handler for unimplemented syscalls that we haven't thought about. | |