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

/gem5/src/cpu/minor/
H A Dbuffers.hh165 const std::string &data_name,
170 dataName(data_name)
233 const std::string &data_name,
237 buffer(name, data_name, delay_, 0, (report_backwards ? -delay_ : 0),
306 const std::string &data_name,
309 (name, data_name, depth, 0, -1, -depth),
415 Queue(const std::string &name, const std::string &data_name, argument
420 dataName(data_name)
577 InputBuffer(const std::string &name, const std::string &data_name, argument
579 queue(name, data_name, capacity
164 MinorBuffer(const std::string &name, const std::string &data_name, int num_past, int num_future, int report_left = -1, int report_right = -1) argument
232 Latch(const std::string &name, const std::string &data_name, Cycles delay_ = Cycles(1), bool report_backwards = false) argument
305 SelfStallingPipeline(const std::string &name, const std::string &data_name, unsigned depth) argument
[all...]

Completed in 6 milliseconds