#include <memory>
#include <ostream>
#include <string>
#include "sim/serialize.hh"
Go to the source code of this file.
|
class | gem5::FDEntry |
| Holds a single file descriptor mapping and that mapping's data for processes running in syscall emulation mode. More...
|
|
class | gem5::HBFDEntry |
| Extends the base class to include a host-backed file descriptor field that records the integer used to represent the file descriptor on the host and the file's flags. More...
|
|
class | gem5::FileFDEntry |
| Holds file descriptors for host-backed files; host-backed files are files which were opened on the physical machine where the simulation is running (probably the thing on/under your desk). More...
|
|
class | gem5::PipeFDEntry |
| Holds the metadata needed to maintain the mappings for file descriptors allocated with the pipe() system calls and its variants. More...
|
|
class | gem5::DeviceFDEntry |
| Holds file descriptors needed to simulate devices opened with pseudo files (commonly with calls to ioctls). More...
|
|
class | gem5::SocketFDEntry |
|
|
namespace | gem5 |
| Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
|
|