gem5 v24.0.0.0
|
#include "arch/arm/linux/se_workload.hh"
#include <sys/syscall.h>
#include "arch/arm/linux/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.
Classes | |
class | gem5::ArmISA::SyscallTable32 |
class | gem5::ArmISA::SyscallTable64 |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::ArmISA |
Functions | |
static SyscallReturn | gem5::ArmISA::unameFunc32 (SyscallDesc *desc, ThreadContext *tc, VPtr< Linux::utsname > name) |
Target uname() handler. | |
static SyscallReturn | gem5::ArmISA::unameFunc64 (SyscallDesc *desc, ThreadContext *tc, VPtr< Linux::utsname > name) |
Target uname() handler. | |
static SyscallReturn | gem5::ArmISA::setTLSFunc32 (SyscallDesc *desc, ThreadContext *tc, uint32_t tlsPtr) |
Target set_tls() handler. | |
static SyscallReturn | gem5::ArmISA::setTLSFunc64 (SyscallDesc *desc, ThreadContext *tc, uint32_t tlsPtr) |
Variables | |
static SyscallTable32 | gem5::ArmISA::syscallDescs32Low (0) |
static SyscallTable32 | gem5::ArmISA::syscallDescs32High (0x900000) |
static SyscallTable64 | gem5::ArmISA::syscallDescs64Low (0) |
static SyscallTable64 | gem5::ArmISA::syscallDescs64High (0x900000) |
static SyscallDescTable< EmuLinux::SyscallABI32 > | gem5::ArmISA::privSyscallDescs32 |
static SyscallDescTable< EmuLinux::SyscallABI64 > | gem5::ArmISA::privSyscallDescs64 |