Searched refs:EndType (Results 1 - 3 of 3) sorted by relevance

/gem5/src/sim/
H A Dfd_entry.hh153 enum EndType { enum in class:PipeFDEntry
158 PipeFDEntry(int sim_fd, int flags, EndType pipe_end_type,
176 EndType getEndType() const { return _pipeEndType; }
180 void setEndType(EndType type) { _pipeEndType = type; }
187 EndType _pipeEndType;
H A Dfd_array.cc230 if (pfd->getEndType() == PipeFDEntry::EndType::write)
H A Dsyscall_emul.cc889 auto rend = PipeFDEntry::EndType::read;
894 auto wend = PipeFDEntry::EndType::write;

Completed in 14 milliseconds