Searched refs:insert (Results 151 - 175 of 273) sorted by relevance

1234567891011

/gem5/ext/ply/example/ansic/
H A Dclex.py8 sys.path.insert(0,"../..")
/gem5/src/base/loader/
H A Dsymtab.hh72 bool insert(Addr address, std::string symbol);
/gem5/src/mem/ruby/network/garnet2.0/
H A DInputUnit.cc148 creditQueue->insert(t_credit);
H A DNetworkInterface.cc277 outCreditQueue->insert(credit_flit);
395 m_ni_out_vcs[vc]->insert(fl);
476 outFlitQueue->insert(t_flit);
/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc99 // add a new unique id, record num of insts and insert into bbMap.
104 bbMap.insert(std::make_pair(currentBBV, info));
/gem5/src/mem/probes/
H A Dmem_footprint.cc95 set->insert(addr);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.h223 void insert( sc_export_base* );
H A Dsc_port.cpp245 simcontext()->get_port_registry()->insert( this );
255 simcontext()->get_port_registry()->insert( this );
436 // insert parent interfaces into the bind vector
602 sc_port_registry::insert( sc_port_base* port_ ) function in class:sc_core::sc_port_registry
628 // insert
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.cpp248 insert( iter.key(), iter.contents() );
257 insert( (*kdup)(iter.key()), iter.contents() );
261 sc_phash_base::insert( void* k, void* c ) function in class:sc_core::sc_phash_base
276 sc_phash_base::insert( void* k, void* c, void* (*kdup)(const void*) ) function in class:sc_core::sc_phash_base
/gem5/src/base/
H A Ddebug.cc87 allFlags().insert(make_pair(name, this));
/gem5/src/systemc/core/
H A Devent.hh110 senses.insert(senses.begin(), s);
/gem5/src/arch/alpha/
H A Dtlb.hh95 void insert(Addr vaddr, TlbEntry &entry);
H A Dfaults.cc206 dynamic_cast<TLB *>(tc->getITBPtr())->insert(vaddr.page(), entry);
225 dynamic_cast<TLB *>(tc->getDTBPtr())->insert(vaddr.page(), entry);
/gem5/src/arch/power/
H A Dtlb.hh150 void insert(Addr vaddr, PowerISA::PTE &pte);
/gem5/src/cpu/o3/
H A Dmem_dep_unit.hh121 void insert(const DynInstPtr &inst);
H A Dmem_dep_unit_impl.hh174 MemDepUnit<MemDepPred, Impl>::insert(const DynInstPtr &inst) function in class:MemDepUnit
181 memDepHash.insert(
278 memDepHash.insert(
290 // It's shared between both insert functions.
329 memDepHash.insert(
/gem5/ext/ply/example/newclasscalc/
H A Dcalc.py15 sys.path.insert(0,"../..")
/gem5/ext/ply/example/classcalc/
H A Dcalc.py13 sys.path.insert(0,"../..")
/gem5/src/dev/arm/
H A Dbase_gic.cc117 pins.insert({cid, pin});
/gem5/src/arch/x86/
H A Dtlb.cc97 TLB::insert(Addr vpn, const TlbEntry &entry) function in class:X86ISA::TLB
116 trie.insert(vpn, TlbEntryTrie::MaxBits - entry.logBytes, newEntry);
378 entry = insert(alignedVaddr, TlbEntry(
511 newEntry->trieHandle = trie.insert(newEntry->vaddr,
/gem5/src/mem/cache/prefetch/
H A Dqueued.hh184 void insert(const PacketPtr &pkt, PrefetchInfo &new_pfi, int32_t priority);
H A Dqueued.cc186 // Create and insert the request
187 insert(pkt, new_pfi, addr_prio.second);
352 QueuedPrefetcher::insert(const PacketPtr &pkt, PrefetchInfo &new_pfi, function in class:QueuedPrefetcher
430 /* Create the packet and find the spot to insert it */
492 queue.insert(it, dpp);
/gem5/src/mem/
H A Dmem_checker.cc68 writes.insert(std::make_pair(serial,
125 outstandingReads.insert(std::make_pair(serial,
/gem5/src/mem/cache/
H A Dcache_blk.hh304 virtual void insert(const Addr tag, const bool is_secure,
472 void insert(const Addr addr, const bool is_secure,
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc1137 some_set.insert(3);
1138 some_set.insert(1);
1139 some_set.insert(2);
1145 another_set.insert("fee");
1146 another_set.insert("fie");
1147 another_set.insert("foe");
1148 another_set.insert("fum");
1154 some_set.insert(3);
1155 some_set.insert(1);
1159 c_string_set.insert("hell
[all...]

Completed in 49 milliseconds

1234567891011