gem5 v24.0.0.0
|
#include "arch/arm/freebsd/se_workload.hh"
#include <sys/syscall.h>
#include "arch/arm/process.hh"
#include "base/loader/object_file.hh"
#include "base/trace.hh"
#include "cpu/thread_context.hh"
#include "mem/se_translating_port_proxy.hh"
#include "sim/syscall_emul.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::ArmISA |
Functions | |
static SyscallReturn | gem5::ArmISA::issetugidFunc (SyscallDesc *desc, ThreadContext *tc) |
static SyscallReturn | gem5::ArmISA::sysctlFunc (SyscallDesc *desc, ThreadContext *tc, VPtr<> namep, size_t nameLen, VPtr<> oldp, VPtr<> oldlenp, VPtr<> newp, size_t newlen) |
Variables | |
static SyscallDescTable< EmuFreebsd::SyscallABI32 > | gem5::ArmISA::syscallDescs32 ({}) |
static SyscallDescTable< EmuFreebsd::SyscallABI64 > | gem5::ArmISA::syscallDescs64 |