|
gem5
v21.0.1.0
|
#include "arch/riscv/linux/se_workload.hh"#include <sys/syscall.h>#include "arch/riscv/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.
Namespaces | |
| RiscvISA | |
Functions | |
| static SyscallReturn | RiscvISA::unameFunc64 (SyscallDesc *desc, ThreadContext *tc, VPtr< Linux::utsname > name) |
| Target uname() handler. More... | |
| static SyscallReturn | RiscvISA::unameFunc32 (SyscallDesc *desc, ThreadContext *tc, VPtr< Linux::utsname > name) |
| Target uname() handler. More... | |