gem5
|
#include "arch/arm/linux/process.hh"
#include "arch/arm/isa_traits.hh"
#include "arch/arm/linux/linux.hh"
#include "base/trace.hh"
#include "cpu/thread_context.hh"
#include "kern/linux/linux.hh"
#include "sim/process.hh"
#include "sim/syscall_desc.hh"
#include "sim/syscall_emul.hh"
#include "sim/system.hh"
Go to the source code of this file.
Functions | |
static SyscallReturn | unameFunc32 (SyscallDesc *desc, int callnum, Process *process, ThreadContext *tc) |
Target uname() handler. More... | |
static SyscallReturn | unameFunc64 (SyscallDesc *desc, int callnum, Process *process, ThreadContext *tc) |
Target uname() handler. More... | |
static SyscallReturn | setTLSFunc32 (SyscallDesc *desc, int callnum, Process *process, ThreadContext *tc) |
Target set_tls() handler. More... | |
static SyscallReturn | setTLSFunc64 (SyscallDesc *desc, int callnum, Process *process, ThreadContext *tc) |
Variables | |
static SyscallDesc | syscallDescs32 [] |
static SyscallDesc | syscallDescs64 [] |
static SyscallDesc | privSyscallDescs32 [] |
static SyscallDesc | privSyscallDescs64 [] |
|
static |
Target set_tls() handler.
Definition at line 100 of file process.cc.
References ArmLinuxProcess32::commPage, ThreadContext::getMemProxy(), Process::getSyscallArg(), MipsISA::index, ArmISA::MISCREG_TPIDRURO, ThreadContext::setMiscReg(), and SETranslatingPortProxy::writeBlob().
|
static |
Definition at line 113 of file process.cc.
References Process::getSyscallArg(), MipsISA::index, ArmISA::MISCREG_TPIDRRO_EL0, and ThreadContext::setMiscReg().
|
static |
Target uname() handler.
Definition at line 64 of file process.cc.
References ThreadContext::getMemProxy(), Process::getSyscallArg(), MipsISA::index, and name().
|
static |
Target uname() handler.
Definition at line 82 of file process.cc.
References ThreadContext::getMemProxy(), Process::getSyscallArg(), MipsISA::index, and name().
|
static |
Definition at line 1575 of file process.cc.
Referenced by ArmLinuxProcess32::ArmLinuxProcess32().
|
static |
Definition at line 1584 of file process.cc.
Referenced by ArmLinuxProcess64::ArmLinuxProcess64().
|
static |
Definition at line 123 of file process.cc.
Referenced by ArmLinuxProcess32::ArmLinuxProcess32().
|
static |
Definition at line 492 of file process.cc.
Referenced by ArmLinuxProcess64::ArmLinuxProcess64().