Searched refs:second (Results 76 - 100 of 197) sorted by relevance

12345678

/gem5/src/mem/ruby/system/
H A DDMASequencer.cc83 DMARequest& active_request = emplace_pair.first->second;
88 if (!emplace_pair.second) {
126 DMARequest &active_request = i->second;
179 DMARequest &active_request = i->second;
H A DSequencer.cc93 SequencerRequest* request = read->second;
108 SequencerRequest* request = write->second;
207 if (r.second) {
209 i->second = new SequencerRequest(pkt, request_type, curCycle());
227 if (r.second) {
229 i->second = new SequencerRequest(pkt, request_type, curCycle());
368 SequencerRequest* request = i->second;
423 SequencerRequest* request = i->second;
666 out << " " << i->first << "=" << i->second;
H A DGPUCoalescer.cc166 GPUCoalescerRequest* request = read->second;
181 GPUCoalescerRequest* request = write->second;
344 if (r.second) {
346 i->second = new GPUCoalescerRequest(pkt, request_type,
350 pkt->req->getPaddr(), i->second->m_type);
360 if (r.second) {
362 i->second = new GPUCoalescerRequest(pkt, request_type,
366 pkt->req->getPaddr(), i->second->m_type);
498 GPUCoalescerRequest* request = i->second;
580 GPUCoalescerRequest* request = i->second;
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_buffers.cpp96 if (i.first >= m.rows() || i.second >= m.cols())
98 return m(i.first, i.second);
101 if (i.first >= m.rows() || i.second >= m.cols())
103 m(i.first, i.second) = v;
/gem5/src/dev/arm/
H A Dgpu_nomali.cc79 cfg.type = it_gpu->second;
280 intno, it_int->second, set);
286 platform->gic->sendInt(it_int->second);
288 platform->gic->clearInt(it_int->second);
377 writeRegRaw(reg.first, reg.second);
/gem5/src/mem/
H A Dcoherent_xbar.cc221 pkt->headerDelay += sf_res.second * clockPeriod();
224 sf_res.first.size(), sf_res.second);
387 rsp_pkt = cmo_lookup->second;
393 rsp_port_id = route_lookup->second;
448 const PortID slave_port_id = route_lookup->second;
532 pkt->headerDelay += sf_res.second * clockPeriod();
535 sf_res.first.size(), sf_res.second);
570 const PortID dest_port_id = route_lookup->second;
752 snoop_response_latency += sf_res.second * clockPeriod();
755 sf_res.first.size(), sf_res.second);
[all...]
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc195 exec_info_ptr = itr_exec_info->second;
222 InstExecInfo* exec_info_ptr = itr_exec_info->second;
257 InstSeqNum last_writer = itr_writer->second;
299 inst_reg_pair.second);
300 auto itr_regdep_map = physRegDepMap.find(inst_reg_pair.second);
320 InstExecInfo* exec_info_ptr = itr_exec_info->second;
354 InstExecInfo* exec_info_ptr = itr_temp_store->second;
457 TraceInfo* reg_dep = trace_info_itr->second;
665 InstExecInfo* exec_info_ptr = itr_exec_info->second;
/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh214 store_entry = (*hash_it).second;
419 instList[tid].erase((*hash_it).second->listIt);
421 (*hash_it).second = NULL;
522 (*hash_it).second->squashed = true;
524 (*hash_it).second = NULL;
568 return (*hash_it).second;
/gem5/ext/dsent/
H A Dinterface.cc166 PyTuple_SetItem(s, 1, PyFloat_FromDouble(it.second));
201 PyTuple_SetItem(s, 1, PyFloat_FromDouble(it.second));
/gem5/src/mem/ruby/common/
H A DWriteMask.hh172 AtomicOpFunctor *fnctr = mAtomicOp[i].second;
183 AtomicOpFunctor *fnctr = mAtomicOp[i].second;
/gem5/src/mem/ruby/network/
H A DNetwork.cc204 for (auto it = matching_ranges.first; it != matching_ranges.second; it++) {
205 AddrMapNode &node = it->second;
H A DMessageBuffer.cc356 m_stall_map_size -= map_iter->second.size();
358 reanalyzeList(map_iter->second, current_time);
460 for (std::list<MsgPtr>::iterator it = (map_iter->second).begin();
461 it != (map_iter->second).end(); ++it) {
/gem5/src/sim/
H A Ddvfs_handler.cc80 bool new_elem = domains.insert(entry).second;
214 const UpdateEvent *event = &ev_pair.second;
H A Ddvfs_handler.hh204 return domains.find(domain_id)->second;
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc64 return v.second;
66 return it->second;
/gem5/ext/dsent/model/optical/
H A DGatedLaserSource.cc86 unsigned int number_wavelengths = laser_wavelengths.second - laser_wavelengths.first + 1;
/gem5/src/mem/ruby/structures/
H A DTBETable.hh113 if (m_map.find(address) != m_map.end()) return &(m_map.find(address)->second);
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc127 Check* check = i->second;
/gem5/src/sim/power/
H A Dmathexpr_powermodel.cc142 const Info *info = it->second;
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Dbreakpoint.S85 # Try to set up a second breakpoint.
102 # Make sure the second breakpoint triggers.
/gem5/src/dev/net/
H A Detherswitch.cc225 if ((curTick() - it->second.lastUseTime) > parent->ttl) {
233 uint64_t(destMacAddr), it->second.interface->name());
234 return it->second.interface;
256 it->second.lastUseTime = curTick();
/gem5/ext/dsent/model/
H A DElectricalModel.cc208 int connect_net_width = connect_net_indices_.second - connect_net_indices_.first + 1;
210 int port_width = port_indices.second - port_indices.first + 1;
221 while(port_index <= port_indices.second)
231 while (port_index <= port_indices.second)
276 ASSERT(index_.first == index_.second, "[Error] " + getInstanceName() +
399 int end = net_indices_.second;
552 int downstream_width = downstream_net_indices_.second - downstream_net_indices_.first + 1;
553 int upstream_width = upstream_net_indices_.second - upstream_net_indices_.first + 1;
562 while (down_index <= downstream_net_indices_.second)
607 int end_index = downstream_net_indices_.second;
[all...]
/gem5/src/gpu-compute/
H A Dfetch_unit.cc94 if (!fetchStatusQueue[j].second) {
100 fetchStatusQueue[j].second = true;
110 fetchStatusQueue[waveToBeFetched->wfSlotId].second = false;
288 * second of which contains a nullptr. so if
/gem5/src/mem/qos/
H A Dmem_ctrl.cc179 uint64_t requestTime = it->second.front();
182 it->second.pop_front();
185 if (it->second.empty()) {
/gem5/src/dev/storage/
H A Ddisk_image.cc206 delete (*i).second;
369 SafeWrite(stream, (*iter).second->data, sizeof(Sector));
383 child->write((*i).second->data, (*i).first);
405 memcpy(data, (*i).second->data, SectorSize);
427 memcpy((*i).second->data, data, SectorSize);

Completed in 44 milliseconds

12345678