Searched refs:first (Results 26 - 50 of 175) sorted by relevance

1234567

/gem5/util/
H A Dfind_copyrights.py180 def add_output(first, second):
181 if first == second:
182 output.append('%d' % (first))
184 output.append('%d-%d' % (first, second))
186 first = dates.pop(0)
187 second = first
193 add_output(first, second)
194 first = next
197 add_output(first, second)
/gem5/ext/dsent/model/optical_graph/
H A DOpticalNode.cc83 bool lower_match = (wavelengths_.first >= getWavelengths().first);
/gem5/src/mem/ruby/structures/
H A DTimerTable.cc110 m_next_address = i->first;
116 m_next_address = i->first;
/gem5/ext/systemc/src/tlm_utils/
H A Dpeq_with_get.h65 if (m_scheduled_events.begin()->first <= now) {
71 m_event.notify(m_scheduled_events.begin()->first - now);
/gem5/src/mem/ruby/network/garnet2.0/
H A DVirtualChannel.hh58 inline VC_state_type get_state() { return m_vc_state.first; }
74 m_vc_state.first = m_state;
H A Dflit.hh78 return (stage == m_stage.first &&
85 m_stage.first = t_stage;
/gem5/src/arch/arm/
H A Dvtophys.cc79 // so we need to check here first
101 if (translation.first)
112 return translation.first;
/gem5/src/systemc/ext/tlm_utils/
H A Dpeq_with_get.h71 if (m_scheduled_events.begin()->first <= now) {
77 m_event.notify(m_scheduled_events.begin()->first - now);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h70 , ArgumentIterator first
78 , ArgumentIterator first
395 iterator bind( BindableIterator first, BindableIterator last ) argument
396 { return bind( first, last, this->begin() ); }
399 iterator bind( BindableIterator first, BindableIterator last argument
401 { return sc_vector_do_bind( *this, first, last, from ); }
412 iterator operator()( ArgumentIterator first, ArgumentIterator last ) argument
413 { return operator()( first, last, this->begin() ); }
416 iterator operator()( ArgumentIterator first, ArgumentIterator last argument
418 { return sc_vector_do_operator_paren( *this, first, las
500 bind( BindableIterator first, BindableIterator last ) argument
504 bind( BindableIterator first, BindableIterator last , iterator from ) argument
509 bind( BindableIterator first, BindableIterator last , typename base_type::iterator from ) argument
522 operator ()( ArgumentIterator first, ArgumentIterator last ) argument
526 operator ()( ArgumentIterator first, ArgumentIterator last , iterator from ) argument
531 operator ()( ArgumentIterator first, ArgumentIterator last , typename base_type::iterator from ) argument
[all...]
/gem5/src/dev/net/
H A Detherlink.cc149 parent->schedule(txQueueEvent, txQueue.front().first);
170 assert(next.first > curTick());
171 parent->schedule(txQueueEvent, next.first);
174 assert(cur.first == curTick());
220 paramOut(cp, csprintf("%s.txQueue[%i].tick", base, idx), pe.first);
255 fatal_if(!txQueue.empty() && txQueue.back().first > tick,
261 parent->schedule(txQueueEvent, txQueue.front().first);
/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc80 SimpleThread* thread = p.first;
87 currentBBV.first = thread->pcState().instAddr();
133 *simpointStream->stream() << ":" << cnt_itr->first
H A Dsimpoint.hh58 * - first: PC of first inst in basic block
70 return hash<Addr>()(bb.first + bb.second);
/gem5/src/arch/x86/
H A Dpagetable.hh155 template <int first, int last>
175 entryAddr += bits(vaddr, first, last) * sizeof(PageTableEntry);
196 return 1 << ((first - last) + 4 - PageShift);
/gem5/src/unittest/
H A Dnmtest.cc60 cprintf("%#x %s\n", i->first, i->second);
/gem5/tests/configs/
H A Dswitcheroo.py73 def first(self): member in class:Sequential
90 the memory mode of the system based on the first CPU the switcher
103 current_cpu = switcher.first()
/gem5/src/mem/ruby/network/
H A DTopology.cc44 // Note: In this file, we use the first 2*m_nodes SwitchIDs to
47 // them. The first m_nodes SwitchIDs are the links into the network,
115 std::pair<SwitchID, SwitchID> src_dest = (*i).first;
116 max_switch_id = max(max_switch_id, src_dest.first);
137 std::pair<int, int> src_dest = (*i).first;
139 int src = src_dest.first;
172 src_dest_pair.first = src;
192 src_dest.first = src;
200 src_dest.first = src;
207 src_dest.first
[all...]
/gem5/src/mem/
H A Dphysical.cc130 if (r.first.interleaved()) {
132 // part of the same range, then first do a merge
135 !intlv_ranges.back().mergesWith(r.first)) {
153 intlv_ranges.push_back(r.first);
157 createBackingStore(r.first, single_memory,
251 if (r.first.interleaved()) {
253 // part of the same range, then first do a merge
256 !intlv_ranges.back().mergesWith(r.first)) {
260 intlv_ranges.push_back(r.first);
263 ranges.push_back(r.first);
[all...]
H A Dmulti_level_page_table.hh151 First first; local
152 first.read(system->physProxy, table, vaddr);
155 if (!first.present()) {
159 first.reset(next);
160 first.write(system->physProxy);
162 next = first.paddr();
/gem5/src/base/
H A Dcp_annotate.cc185 smMap[smi-1].first, smMap[smi-1].second.first,
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);
384 int sti = getSt(smMap[smi-1].second.first, st);
416 int sti = getSt(smMap[smi-1].second.first, st);
865 state_machines[i->second] = i->first;
875 states[i->second] = i->first;
889 *osbin << ", (" << smMap[x].first << ", \"" << smMa
[all...]
H A Dinifile.cc268 const string &entryName = ei->first;
301 list.push_back((*i).first);
312 const string &sectionName = i->first;
338 cout << sectionName << ": " << (*ei).first << " => "
348 i->second->dump(i->first);
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py374 first = 1
376 if not first: _out += ", "
380 first = 0
387 first = 1
389 if not first: _out += ","
391 first = 0
407 first = 1
409 if not first: _out += ","
410 first = 0
419 first
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.h508 bool first = true; local
514 if( digit != 0 || ! first )
517 first = false;
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh473 bool first = true; local
478 if (digit != 0 || !first) {
480 first = false;
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc167 return mem_req->second.first;
197 assert(gmOrderedRespBuffer.begin()->first == gpuDynInst->seqNum());
198 assert(gmOrderedRespBuffer.begin()->second.first == gpuDynInst);
/gem5/src/systemc/channel/
H A Dsc_signal.cc90 reportSignalError(ScSignalBase *sig, sc_core::sc_object *first, argument
95 ss << "\n first driver `" << first->name() << "' (" <<
96 first->kind() << ")";

Completed in 36 milliseconds

1234567