Go to the documentation of this file.
34 #ifndef __FD_ENTRY_HH__
35 #define __FD_ENTRY_HH__
70 {
_class = FDClass::fd_base; }
72 virtual std::shared_ptr<FDEntry>
clone()
const = 0;
96 HBFDEntry(
int flags,
int sim_fd,
bool close_on_exec =
false)
98 {
_class = FDClass::fd_hb; }
102 {
_class = FDClass::fd_hb; }
104 std::shared_ptr<FDEntry>
107 return std::make_shared<HBFDEntry>(*
this);
133 uint64_t file_offset,
bool close_on_exec =
false)
134 :
HBFDEntry(flags, sim_fd, close_on_exec),
136 {
_class = FDClass::fd_file; }
141 {
_class = FDClass::fd_file; }
143 std::shared_ptr<FDEntry>
146 return std::make_shared<FileFDEntry>(*
this);
180 bool close_on_exec =
false)
183 {
_class = FDClass::fd_pipe; }
189 {
_class = FDClass::fd_pipe; }
191 std::shared_ptr<FDEntry>
194 return std::make_shared<PipeFDEntry>(*
this);
219 bool close_on_exec =
false)
221 {
_class = FDClass::fd_device; }
226 {
_class = FDClass::fd_device; }
228 std::shared_ptr<FDEntry>
231 return std::make_shared<DeviceFDEntry>(*
this);
249 bool close_on_exec =
false)
252 {
_class = FDClass::fd_socket; }
257 {
_class = FDClass::fd_socket; }
259 std::shared_ptr<FDEntry>
262 return std::make_shared<SocketFDEntry>(*
this);
272 #endif // __FD_ENTRY_HH__
int getPipeReadSource() const
void serialize(CheckpointOut &cp) const override
Serialize an object.
void setFileName(std::string const &file_name)
virtual void unserialize(CheckpointIn &cp)
Unserialize an object.
virtual void serialize(CheckpointOut &cp) const
Serialize an object.
void setCOE(bool close_on_exec)
HBFDEntry(HBFDEntry const ®, bool close_on_exec=false)
uint64_t getFileOffset() const
void serialize(CheckpointOut &cp) const override
Serialize an object.
EmulatedDriver * getDriver() const
std::string const & getFileName() const
mode_t getFileMode() const
PipeFDEntry(PipeFDEntry const &pipe, bool close_on_exec=false)
void setFileOffset(uint64_t f_off)
HBFDEntry(int flags, int sim_fd, bool close_on_exec=false)
Extends the base class to include a host-backed file descriptor field that records the integer used t...
virtual std::shared_ptr< FDEntry > clone() const =0
PipeFDEntry(int sim_fd, int flags, EndType pipe_end_type, bool close_on_exec=false)
Basic support for object serialization.
std::shared_ptr< FDEntry > clone() const override
void setSimFD(int sim_fd)
std::shared_ptr< FDEntry > clone() const override
DeviceFDEntry(DeviceFDEntry const &dev, bool close_on_exec=false)
std::string const & getFileName() const
void unserialize(CheckpointIn &cp) override
Unserialize an object.
FileFDEntry(int sim_fd, int flags, std::string const &file_name, uint64_t file_offset, bool close_on_exec=false)
FileFDEntry(FileFDEntry const ®, bool close_on_exec=false)
Holds a single file descriptor mapping and that mapping's data for processes running in syscall emula...
void setPipeReadSource(int tgt_fd)
Holds file descriptors needed to simulate devices opened with pseudo files (commonly with calls to io...
EndType getEndType() const
FDEntry(bool close_on_exec=false)
EmulatedDriver is an abstract base class for fake SE-mode device drivers.
std::shared_ptr< FDEntry > clone() const override
void unserialize(CheckpointIn &cp) override
Unserialize an object.
std::ostream CheckpointOut
void setEndType(EndType type)
void serialize(CheckpointOut &cp) const override
Serialize an object.
std::shared_ptr< FDEntry > clone() const override
DeviceFDEntry(EmulatedDriver *driver, std::string const &file_name, bool close_on_exec=false)
void setFileMode(mode_t mode)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Holds file descriptors for host-backed files; host-backed files are files which were opened on the ph...
std::shared_ptr< FDEntry > clone() const override
SocketFDEntry(int sim_fd, int domain, int type, int protocol, bool close_on_exec=false)
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Holds the metadata needed to maintain the mappings for file descriptors allocated with the pipe() sys...
SocketFDEntry(SocketFDEntry const ®, bool close_on_exec=false)
Generated on Tue Sep 7 2021 14:53:49 for gem5 by doxygen 1.8.17