|
gem5
v21.0.1.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 "sim/syscall_emul.hh"Go to the source code of this file.
Classes | |
| class | ArmISA::SyscallTable32 |
| class | ArmISA::SyscallTable64 |
Namespaces | |
| ArmISA | |
Functions | |
| static SyscallReturn | ArmISA::unameFunc32 (SyscallDesc *desc, ThreadContext *tc, VPtr< Linux::utsname > name) |
| Target uname() handler. More... | |
| static SyscallReturn | ArmISA::unameFunc64 (SyscallDesc *desc, ThreadContext *tc, VPtr< Linux::utsname > name) |
| Target uname() handler. More... | |
| static SyscallReturn | ArmISA::setTLSFunc32 (SyscallDesc *desc, ThreadContext *tc, uint32_t tlsPtr) |
| Target set_tls() handler. More... | |
| static SyscallReturn | ArmISA::setTLSFunc64 (SyscallDesc *desc, ThreadContext *tc, uint32_t tlsPtr) |
Variables | |
| static SyscallTable32 | ArmISA::syscallDescs32Low (0) |
| static SyscallTable32 | ArmISA::syscallDescs32High (0x900000) |
| static SyscallTable64 | ArmISA::syscallDescs64Low (0) |
| static SyscallTable64 | ArmISA::syscallDescs64High (0x900000) |
| static SyscallDescTable< EmuLinux::SyscallABI32 > | ArmISA::privSyscallDescs32 |
| static SyscallDescTable< EmuLinux::SyscallABI64 > | ArmISA::privSyscallDescs64 |