Searched refs:second (Results 26 - 50 of 197) sorted by relevance

12345678

/gem5/src/gpu-compute/
H A Dschedule_stage.cc104 // FIXME: The "second" member variable is never
109 .second = READY;
112 dispatchList->at(i).second = EMPTY;
137 dispatchList->at(j).second = FILLED;
140 waveToBeDispatched->wfSlotId).second = BLOCKED;
H A Dgpu_dyn_inst.cc524 std::make_pair(1, it.second)));
527 if (!ret.second) {
528 ret.first->second.first++;
529 ret.first->second.second += it.second;
H A Dlds_state.hh331 auto workgroup = dispatchIter->second.find(wgId);
332 fatal_if(workgroup == dispatchIter->second.end(),
340 auto workgroup = refCountIter->second.find(wgId);
341 if (workgroup == refCountIter->second.end()) {
471 auto workgroupIter = dispatchIter->second.find(x_wgId);
472 if (workgroupIter == dispatchIter->second.end()) {
/gem5/util/
H A Dfind_copyrights.py180 def add_output(first, second):
181 if first == second:
184 output.append('%d-%d' % (first, second))
187 second = first
190 if next == second + 1:
191 second = next
193 add_output(first, second)
195 second = next
197 add_output(first, second)
/gem5/ext/dsent/model/optical_graph/
H A DOpticalNode.cc85 bool upper_match = (wavelengths_.second <= getWavelengths().second);
/gem5/src/base/stats/
H A Dgroup.cc79 g.second->regStats();
93 g.second->resetStats();
/gem5/src/dev/pci/
H A Dhost.cc67 fatal_if(!map_entry.second,
78 return device != devices.end() ? device->second : nullptr;
85 return device != devices.end() ? device->second : nullptr;
143 dev_addr.second,
166 dev_addr.second,
/gem5/src/mem/
H A Dphysical.cc128 if (!r.second->isNull()) {
154 curr_memories.push_back(r.second);
156 vector<AbstractMemory*> single_memory{r.second};
158 r.second->isConfReported(),
159 r.second->isInAddrMap(),
160 r.second->isKvmMap());
249 if (r.second->isConfReported()) {
283 m->second->access(pkt);
292 m->second->functionalAccess(pkt);
382 m->second
[all...]
H A Dmem_checker.cc84 assert(it->second.complete == TICK_FUTURE);
85 it->second.complete = _complete;
146 const Transaction& write = addr_write.second;
235 Tick start = it->second.start;
284 outstandingReads.begin()->second.start;
H A Ddramsim2.cc300 PacketPtr pkt = p->second.front();
301 p->second.pop();
303 if (p->second.empty())
328 p->second.pop();
329 if (p->second.empty())
/gem5/src/base/
H A Dcp_annotate.cc185 smMap[smi-1].first, smMap[smi-1].second.first,
186 smMap[smi-1].second.second);
281 if (!smStack[sid].size() || smMap[smib-1].second.first != sm) {
284 sysi, frame, smMap[smib-1].second.first);
288 smMap[smib-1].second.first);
294 sm, sysi, smMap[smib-1].second.second, smStack[sid].back(),
295 getSm(sysi, sm, smMap[smib-1].second.second));
[all...]
H A Doutput.cc130 if (f.second)
131 delete f.second;
179 i->second->relocate(*this);
184 i->second->setDirectory(dir + PATH_SEPARATOR + i->first);
251 return (*i).second;
303 delete i->second;
/gem5/ext/pybind11/tests/
H A Dtest_enum.py148 second = m.ClassWithUnscopedEnum.ESecondMode
155 assert f(first) != f(second)
156 assert not f(first) == f(second)
161 assert f(first) != int(f(second))
162 assert not f(first) == int(f(second))
165 x = {f(first): 1, f(second): 2}
167 x[f(second)] = 4
/gem5/src/cpu/simple/probes/
H A Dsimpoint.hh59 * - second: PC of last inst in basic block
70 return hash<Addr>()(bb.first + bb.second);
/gem5/src/unittest/
H A Dnmtest.cc60 cprintf("%#x %s\n", i->first, i->second);
/gem5/src/mem/qos/
H A Dpolicy_fixed_prio.cc85 return ret->second;
/gem5/src/mem/cache/prefetch/
H A Dbop.cc155 it.second = 0;
192 (*offsetsListIterator).second++;
193 if ((*offsetsListIterator).second > bestScore) {
194 bestScore = (*offsetsListIterator).second;
/gem5/ext/dsent/model/
H A DEventInfo.cc80 TransitionInfo& trans_info = it->second;
93 TransitionInfo& trans_info = it->second;
/gem5/src/base/loader/
H A Dsymtab.cc60 if (!symbolTable.insert(make_pair(symbol, address)).second)
121 paramOut(cp, csprintf("%s.symbol_%d", base, i), p->second);
/gem5/src/mem/ruby/network/garnet2.0/
H A Dflit.hh79 time >= m_stage.second);
86 m_stage.second = newTime;
/gem5/src/systemc/tests/include/
H A DSimpleBusAT.h114 it->second.to = decodeSocket;
143 if (it->second.from) {
146 (*it->second.from)->nb_transport_bw(*trans, phase, t);
156 it->second.to = 0;
181 target_socket_type* initiatorSocket = it->second.from;
183 it->second.from = 0;
202 if (it->second.to) {
206 sync_enum_type r = (*it->second.to)->nb_transport_fw(*trans, phase, t);
/gem5/src/sim/
H A Dfd_array.cc70 sim_fd = it->second;
82 sim_fd = it->second;
93 sim_fd = it->second;
161 stdin_ffd->setSimFD(it->second);
185 stdout_ffd->setSimFD(it->second);
212 stderr_ffd->setSimFD(it->second);
/gem5/src/mem/ruby/network/
H A DTopology.cc48 // the second m_nodes set of SwitchIDs represent the the output queues
117 max_switch_id = max(max_switch_id, src_dest.second);
138 BasicLink* link = (*i).second.link;
140 int dst = src_dest.second;
173 src_dest_pair.second = dest;
193 src_dest.second = dest;
201 src_dest.second = dest;
208 src_dest.second = dest;
/gem5/ext/dsent/libutil/
H A DMap.h130 return (it->second);
185 const T& value = it->second;
216 ost_ << it->first << " = " << it->second << std::endl;
233 T* temp_T = it->second;
255 const T* temp_T = it->second;
/gem5/src/systemc/channel/
H A Dsc_signal.cc91 sc_core::sc_object *second, bool delta_conflict=false)
97 ss << "\n second driver `" << second->name() << "' (" <<
98 second->kind() << ")";
90 reportSignalError(ScSignalBase *sig, sc_core::sc_object *first, sc_core::sc_object *second, bool delta_conflict=false) argument

Completed in 19 milliseconds

12345678