gem5 v24.0.0.0
Loading...
Searching...
No Matches
process.cc File Reference
#include "sim/process.hh"
#include <fcntl.h>
#include <unistd.h>
#include <array>
#include <climits>
#include <csignal>
#include <map>
#include <string>
#include <vector>
#include "base/intmath.hh"
#include "base/loader/object_file.hh"
#include "base/loader/symtab.hh"
#include "base/statistics.hh"
#include "cpu/thread_context.hh"
#include "mem/page_table.hh"
#include "mem/se_translating_port_proxy.hh"
#include "params/Process.hh"
#include "sim/emul_driver.hh"
#include "sim/fd_array.hh"
#include "sim/fd_entry.hh"
#include "sim/redirect_path.hh"
#include "sim/se_workload.hh"
#include "sim/syscall_desc.hh"
#include "sim/system.hh"

Go to the source code of this file.

Namespaces

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 

Macros

#define CLONE_VM   0
 
#define CLONE_FILES   0
 
#define CLONE_THREAD   0
 
#define CLONE_VFORK   0
 

Functions

static std::string gem5::normalize (const std::string &directory)
 

Macro Definition Documentation

◆ CLONE_FILES

#define CLONE_FILES   0

Referenced by gem5::Process::clone().

◆ CLONE_THREAD

#define CLONE_THREAD   0

Referenced by gem5::Process::clone().

◆ CLONE_VFORK

#define CLONE_VFORK   0

Referenced by gem5::Process::clone().

◆ CLONE_VM

#define CLONE_VM   0

Referenced by gem5::Process::clone().


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0