Searched refs:first (Results 76 - 100 of 175) sorted by relevance

1234567

/gem5/ext/dsent/
H A Dinterface.cc165 PyTuple_SetItem(s, 0, PyString_FromString(it.first.c_str()));
200 PyTuple_SetItem(s, 0, PyString_FromString(it.first.c_str()));
/gem5/src/mem/ruby/common/
H A DWriteMask.hh171 int offset = mAtomicOp[i].first;
181 int offset = mAtomicOp[i].first;
/gem5/src/mem/
H A Dpage_table.cc101 addr_maps->push_back(std::make_pair(iter.first, iter.second.paddr));
181 paramOut(cp, "vaddr", pte.first);
H A Dcoherent_xbar.cc224 sf_res.first.size(), sf_res.second);
232 if (!sf_res.first.empty())
235 forwardTiming(pkt, slave_port_id, sf_res.first);
535 sf_res.first.size(), sf_res.second);
538 forwardTiming(pkt, InvalidPortID, sf_res.first);
755 sf_res.first.size(), sf_res.second);
769 if (!sf_res.first.empty())
773 sf_res.first);
778 snoop_response_cmd = snoop_result.first;
894 sf_res.first
[all...]
H A Dstack_dist_calc.cc377 if (ai != aiMap.end() && !(aiMap.key_comp()(r_address, ai->first))) {
475 if (ai != aiMap.end() && !(aiMap.key_comp()(r_address, ai->first))) {
582 count, ai->first);
/gem5/src/mem/cache/prefetch/
H A Dbop.cc186 Addr offset_addr = (*offsetsListIterator).first;
195 phaseBestOffset = (*offsetsListIterator).first;
H A Dqueued.cc174 addr_prio.first = blockAddress(addr_prio.first);
176 if (!samePage(addr_prio.first, pfi.getAddr())) {
181 if (can_cross_page || samePage(addr_prio.first, pfi.getAddr())) {
182 PrefetchInfo new_pfi(pfi,addr_prio.first);
204 // If the queue is empty, attempt first to fill it with requests
260 // Increase the iterator first because dp.startTranslation can end up
/gem5/ext/dsent/model/
H A DEventInfo.cc40 const String& port_name = it->first;
/gem5/ext/dsent/model/optical/
H A DGatedLaserSource.cc86 unsigned int number_wavelengths = laser_wavelengths.second - laser_wavelengths.first + 1;
H A DThrottledLaserSource.cc99 unsigned int number_wavelengths = laser_wavelengths.second - laser_wavelengths.first + 1;
/gem5/src/mem/probes/
H A Dstack_dist.cc110 const uint64_t sd(calc.calcStackDistAndUpdate(aligned_addr).first);
/gem5/src/base/loader/
H A Dsymtab.cc120 paramOut(cp, csprintf("%s.addr_%d", base, i), p->first);
/gem5/src/mem/qos/
H A Dpolicy_pf.cc108 MasterID curr_mid = m_hist->first;
/gem5/ext/dsent/libutil/
H A DMap.h74 // Returns a MapIterator referring to the first element in the map
184 const String& key = it->first;
216 ost_ << it->first << " = " << it->second << std::endl;
254 const String& temp_name = it->first;
/gem5/src/dev/net/
H A Dtcp_iface.cc98 // Now accept the first connection requests from each compute node and
159 if (cur_id == 0) { // first connection accepted in the ctor already
163 return cn.first.rank == cur_rank;
166 assert(iface0->first.distIfaceId == 0);
168 ni = iface0->first;
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h159 tlm_endian_context *first; member in class:tlm::tlm_endian_context_pool
237 inline tlm_endian_context_pool::tlm_endian_context_pool() : first(0) {}
240 while(first != 0) {
241 tlm_endian_context *next = first->next;
242 delete first;
243 first = next;
248 if(first == 0) return new tlm_endian_context;
249 tlm_endian_context *r = first;
250 first = first
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp275 static bool first = true; local
276 if (first)
279 first = false;
/gem5/src/mem/ruby/system/
H A DVIPERCoalescer.cc84 // If this is the first request to a cacheline, request is added to both
122 newKernelEnds.push_back(it->first);
178 newKernelEnds.push_back(it->first);
195 newKernelEnds.push_back(it->first);
/gem5/ext/mcpat/cacti/
H A Ddecoder.cc194 // first check whether a decoder is required at all
311 // The first level of predecoding directly drives the decoder output load
429 // Now find the number of gates and widths in first level of predecoder
431 // Whenever flag_two_unique_paths is true, it means first level of
435 // a NAND2 gate is used in the first level of the predecoder
456 //Now find widths of gates along path in which first gate is a NAND3
457 if ((flag_two_unique_paths) || (number_inputs_L1_gate == 3)) { // Whenever flag_two_unique_paths is TRUE, it means first level of decoder employs
459 // a NAND3 gate is used in the first level of the predecoder
479 } else { // find number of gates and widths in first level of predecoder block when there is no second level
659 ret_val.first
[all...]
/gem5/util/stats/
H A Ddb.py257 first = True
259 if first:
261 first = False
275 first = True
277 if first:
278 first = False
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc379 DPRINTF(SimpleCache, "Removing addr %#x\n", block->first);
384 block->first, blockSize, 0, 0);
394 cacheStore.erase(block->first);
/gem5/ext/dsent/model/optical_graph/
H A DOpticalWavelength.cc105 int number_wavelengths = getWavelengths().second - getWavelengths().first + 1;
/gem5/system/alpha/console/
H A Dconsole.c267 struct rpb_cluster rpb_cluster[3]; /* first instance of a cluster */
364 ulong *first = 0; variable
423 first = (ulong *)unix_boot_alloc(1);
433 bzero((char *)first, PAGE_SIZE);
439 first[0] = KPTE(PFN(second));
440 first[1] = KPTE(PFN(first)); /* Region 3 */
487 for (i = 1; i < PFN(first); i++)
497 rpb, first, second, third_rpb, third_kernel, reservedFixup);
576 thisCPU->rpb_pcb.rpb_ptbr = PFN(first);
[all...]
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp222 : first(true)
232 bool first; member in struct:CM
236 if (first)
240 first = false;
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64a.cpp52 return pair<int64_t, uint64_t>(rd, result.first);
146 return pair<int64_t, uint64_t>(rd, result.first);

Completed in 47 milliseconds

1234567