gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
HBFDEntry Class Reference

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...

#include <fd_entry.hh>

Inheritance diagram for HBFDEntry:
FDEntry Serializable FileFDEntry PipeFDEntry

Public Member Functions

 HBFDEntry (int flags, int sim_fd, bool close_on_exec=false)
 
int getFlags () const
 
int getSimFD () const
 
void setFlags (int flags)
 
void setSimFD (int sim_fd)
 
- Public Member Functions inherited from FDEntry
 FDEntry (bool close_on_exec=false)
 
virtual std::shared_ptr< FDEntryclone () const =0
 
bool getCOE () const
 
void setCOE (bool close_on_exec)
 
virtual void serialize (CheckpointOut &cp) const
 Serialize an object. More...
 
virtual void unserialize (CheckpointIn &cp)
 Unserialize an object. More...
 
- Public Member Functions inherited from Serializable
 Serializable ()
 
virtual ~Serializable ()
 
void serializeSection (CheckpointOut &cp, const char *name) const
 Serialize an object into a new section. More...
 
void serializeSection (CheckpointOut &cp, const std::string &name) const
 
void unserializeSection (CheckpointIn &cp, const char *name)
 Unserialize an a child object. More...
 
void unserializeSection (CheckpointIn &cp, const std::string &name)
 

Protected Attributes

int _flags
 
int _simFD
 
- Protected Attributes inherited from FDEntry
bool _closeOnExec
 

Additional Inherited Members

- Static Public Member Functions inherited from Serializable
static const std::string & currentSection ()
 Get the fully-qualified name of the active section. More...
 
static void serializeAll (const std::string &cpt_dir)
 
static void unserializeGlobals (CheckpointIn &cp)
 
- Static Public Attributes inherited from Serializable
static int ckptCount = 0
 
static int ckptMaxCount = 0
 
static int ckptPrevCount = -1
 

Detailed Description

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.

Definition at line 76 of file fd_entry.hh.

Constructor & Destructor Documentation

HBFDEntry::HBFDEntry ( int  flags,
int  sim_fd,
bool  close_on_exec = false 
)
inline

Definition at line 79 of file fd_entry.hh.

Member Function Documentation

int HBFDEntry::getFlags ( ) const
inline

Definition at line 83 of file fd_entry.hh.

References _flags.

int HBFDEntry::getSimFD ( ) const
inline

Definition at line 84 of file fd_entry.hh.

References _simFD.

Referenced by Process::clone(), and mmapImpl().

void HBFDEntry::setFlags ( int  flags)
inline

Definition at line 86 of file fd_entry.hh.

References _flags.

void HBFDEntry::setSimFD ( int  sim_fd)
inline

Definition at line 87 of file fd_entry.hh.

References _simFD.

Referenced by Process::clone().

Member Data Documentation

int HBFDEntry::_flags
protected
int HBFDEntry::_simFD
protected

Definition at line 91 of file fd_entry.hh.

Referenced by getSimFD(), and setSimFD().


The documentation for this class was generated from the following file:

Generated on Fri Jun 9 2017 13:04:12 for gem5 by doxygen 1.8.6