Searched refs:iterator (Results 126 - 150 of 174) sorted by relevance

1234567

/gem5/src/sim/
H A Dsystem.hh448 for (std::vector<bool>::iterator i = activeCpus.begin();
H A Dprocess.cc263 std::vector<ContextID>::iterator it;
/gem5/src/dev/x86/
H A Di82094aa.cc238 ApicList::iterator apicIt = apics.begin();
/gem5/src/gpu-compute/
H A Dgpu_tlb.hh125 EntryList::iterator lookupIt(Addr va, bool update_lru=true);
H A Dgpu_tlb.cc182 GpuTLB::EntryList::iterator
1669 std::pair<AccessPatternTable::iterator, bool> ret;
1718 AccessPatternTable::iterator iter, iter_begin, iter_end;
/gem5/ext/mcpat/cacti/
H A Dnuca.cc413 list<nuca_org_t *>::iterator niter;
502 list<nuca_org_t *>::iterator niter;
H A DUcache.cc547 for (list<uca_org_t>::iterator niter = ulist.begin(); niter != ulist.end();
659 list<mem_array *>::iterator iter;
701 list<mem_array *>::iterator miter;
/gem5/src/arch/x86/bios/
H A Dintelmp.cc220 vector<BaseConfigEntry *>::iterator baseEnt;
230 vector<ExtConfigEntry *>::iterator extEnt;
/gem5/src/arch/x86/
H A Dpagetable_walker.cc117 std::list<WalkerState *>::iterator iter;
145 std::list<WalkerState *>::iterator iter;
/gem5/ext/mcpat/
H A Darray.cc98 list<uca_org_t >::iterator candidate_iter, min_dynamic_energy_iter;
H A Dcachearray.cc92 list<uca_org_t >::iterator candidate_iter, min_dynamic_energy_iter;
/gem5/src/cpu/kvm/
H A Dvm.cc384 std::vector<MemorySlot>::iterator pos;
/gem5/src/systemc/tests/include/
H A DSimpleBusAT.h363 typedef typename PendingTransactions::iterator PendingTransactionsIterator;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp257 // Additional method to support a vector iterator as an offset
316 port_type::iterator it = m2->ports.bind( more_sigs ); // Vector-to-vector bind
/gem5/src/arch/riscv/
H A Dtlb.cc177 PageTable::iterator i = lookupTable.find(table[Index].VPN);
/gem5/src/mem/
H A Dsnoop_filter.cc55 SnoopFilter::eraseIfNullEntry(SnoopFilterCache::iterator& sf_it)
88 // If no hit in snoop filter create a new element and update iterator
H A Ddram_ctrl.cc771 DRAMCtrl::DRAMPacketQueue::iterator
776 DRAMCtrl::DRAMPacketQueue::iterator ret = queue.end();
806 DRAMCtrl::DRAMPacketQueue::iterator
1445 DRAMPacketQueue::iterator to_read;
1514 // remove the request from the queue - the iterator is no longer valid .
1528 DRAMPacketQueue::iterator to_write;
1597 // remove the request from the queue - the iterator is no longer valid
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh451 LSQUnit<Impl>::checkViolations(typename LoadQueue::iterator& loadIt,
615 typename LoadQueue::iterator loadIt = store_inst->lqIt;
992 LSQUnit<Impl>::completeStore(typename StoreQueue::iterator store_idx)
H A Dcpu.cc635 list<ThreadID>::iterator isActive =
654 list<ThreadID>::iterator thread_it =
1577 // that were inserted after the given instruction iterator, end_it.
1753 list<ThreadID>::iterator list_begin = activeThreads.begin();
H A Dcpu.hh114 typedef typename std::list<DynInstPtr>::iterator ListIt;
523 /** Removes the instruction pointed to by the iterator. */
H A Dinst_queue_impl.hh507 list<ThreadID>::iterator threads = activeThreads->begin();
508 list<ThreadID>::iterator end = activeThreads->end();
728 // Get iterator of next item on the list
729 // Delete the original iterator
731 // than the new instruction. If so, then add in a new iterator right here.
793 // Have iterator to head of the list
798 // Increment the iterator.
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp91 sc_plist<sc_module*>::iterator it( m_list );
/gem5/src/base/
H A Dstatistics.cc98 pair<MapType::iterator, bool> result =
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h911 // will be viable (since both C::iterator* and C::const_iterator* are
914 // the type of argument 0. If C::iterator or C::const_iterator is not
920 // Note that we look for both C::iterator and C::const_iterator. The
922 // class itself (e.g. you can refer to class iterator as either
923 // 'iterator' or 'iterator::iterator'). If we look for C::iterator
925 // iterator is an STL container.
933 typename C::iterator* /* i
1038 typedef Element* iterator; typedef in class:testing::internal::NativeArray
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h289 using ItType = typename Vector::iterator;
313 keep_alive<0, 1>() /* Essential: keep list alive while iterator exists */
323 using ItType = typename Vector::iterator;
340 keep_alive<0, 1>() /* Essential: keep list alive while iterator exists */
443 // Accessor and iterator; return by value if copyable, otherwise we return by ref + keep-alive
605 keep_alive<0, 1>() /* Essential: keep list alive while iterator exists */
610 keep_alive<0, 1>() /* Essential: keep list alive while iterator exists */

Completed in 80 milliseconds

1234567