|
gem5 v25.0.0.1
|
#include "arch/power/linux/se_workload.hh"#include <sys/syscall.h>#include "arch/power/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 | |
| namespace | gem5 |
| Copyright (c) 2024 Arm Limited All rights reserved. | |
| namespace | gem5::PowerISA |
Functions | |
| static SyscallReturn | gem5::PowerISA::unameFunc (SyscallDesc *desc, ThreadContext *tc, VPtr< Linux::utsname > name) |
| Target uname() handler. | |