gem5 v24.0.0.0
|
#include <string>
#include "base/random.hh"
#include "base/types.hh"
#include "kern/operatingsystem.hh"
#include "sim/process.hh"
Go to the source code of this file.
Classes | |
class | gem5::Linux |
This class encapsulates the types, structures, constants, functions, and syscall-number mappings specific to the Alpha Linux syscall interface. More... | |
struct | gem5::Linux::tgt_stat |
Stat buffer. More... | |
struct | gem5::Linux::tgt_stat64 |
struct | gem5::Linux::utsname |
Interface struct for uname(). More... | |
struct | gem5::Linux::rlimit |
Limit struct for getrlimit/setrlimit. More... | |
struct | gem5::Linux::timeval |
For gettimeofday(). More... | |
struct | gem5::Linux::timespec |
For clock_gettime(). More... | |
struct | gem5::Linux::tms |
For times(). More... | |
struct | gem5::Linux::tgt_iovec |
struct | gem5::Linux::fd_set |
struct | gem5::Linux::rusage |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Macros | |
#define | LINUX__FD_SETSIZE 1024 |