Searched refs:insert (Results 176 - 200 of 273) sorted by relevance

1234567891011

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_context.h199 m_map.insert( p, vp );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h185 // insert "substring" before "index"
187 sc_string_old& insert(const sc_string_old& sub_string, unsigned index);
/gem5/src/sim/
H A Ddvfs_handler.cc80 bool new_elem = domains.insert(entry).second;
H A Dpseudo_inst.cc363 if (!tc->getSystemPtr()->kernelSymtab->insert(addr, symbol))
385 tc->getSystemPtr()->kernelSymtab->insert(addr,symbol);
386 debugSymbolTable->insert(addr,symbol);
H A Dprocess.cc233 np->argv.insert(np->argv.end(), argv.begin(), argv.end());
234 np->envp.insert(np->envp.end(), envp.begin(), envp.end());
/gem5/src/systemc/utils/
H A Dsc_report.cc130 auto p = sc_gem5::reportIdToMsgMap().insert(
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc142 gmOrderedRespBuffer.insert(std::make_pair(mp->seqNum(),
/gem5/src/mem/ruby/structures/
H A DPersistentTable.cc51 m_map.insert(AddressMap::value_type(address, dflt));
/gem5/src/python/m5/util/
H A D__init__.py102 sys.path.insert(1, path)
/gem5/src/systemc/tlm_utils/
H A Dinstance_specific_extensions.cc63 ids_.insert(v);
/gem5/util/
H A Dhgstyle.py50 sys.path.insert(0, current_dir)
/gem5/src/arch/sparc/
H A Dtlb.hh127 void insert(Addr vpn, int partition_id, int context_id, bool real,
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh137 cpu->snList.insert(seqNum);
/gem5/util/cpt_upgraders/
H A Darmv8.py22 fpr.insert(64, "0")
31 ir.insert(20, "0")
/gem5/src/dev/net/
H A Detherswitch.cc253 parent->forwardingTable.insert(std::make_pair(uint64_t(srcMacAddr),
347 fifo.insert(entry);
/gem5/src/arch/alpha/
H A Dev5.cc419 // insert new TAG/PTE value into data TLB
420 getDTBPtr(tc)->insert(val, entry);
443 // insert new TAG/PTE value into data TLB
444 getITBPtr(tc)->insert(ipr[IPR_ITB_TAG], entry);
H A Dtlb.cc246 // insert a new TLB entry
248 TLB::insert(Addr addr, TlbEntry &entry) function in class:AlphaISA::TLB
272 DPRINTF(TLB, "insert @%d: %#x -> %#x\n", nlu, vaddr.vpn(), entry.ppn);
278 lookupTable.insert(make_pair(vaddr.vpn(), nlu));
369 lookupTable.insert(make_pair(table[i].tag, i));
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc224 insert(pkt);
360 SimpleCache::insert(PacketPtr pkt) function in class:SimpleCache
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh580 InstructionQueue<Impl>::insert(const DynInstPtr &new_inst) function in class:InstructionQueue
612 memDepUnit[new_inst->threadNumber].insert(new_inst);
629 // to issue, then calling normal insert on the inst.
720 readyIt[op_class] = listOrder.insert(list_it, queue_entry);
747 readyIt[op_class] = listOrder.insert(next_it, queue_entry);
1395 dependGraph.insert(src_reg->flatIndex(), new_inst);
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc826 map1.insert(make_pair(5, true));
827 map1.insert(make_pair(5, false));
842 set1.insert("hello");
902 map1.insert(pair<const bool, int>(true, 0));
903 map1.insert(pair<const bool, int>(true, 1));
904 map1.insert(pair<const bool, int>(false, 2));
/gem5/src/base/
H A Dstatistics.cc100 statsMap().insert(make_pair(this, info));
220 auto p = nameMap().insert(make_pair(name, this));
H A Dtrie.hh188 insert(Key key, unsigned width, Value *val) function in class:Trie
264 panic("Reached the end of the Trie insert function!\n");
/gem5/ext/pybind11/tests/
H A Dtest_pytypes.cpp20 list.insert(0, "inserted-0");
21 list.insert(2, "inserted-2");
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_prim_channel.h236 void insert( sc_prim_channel& );
/gem5/ext/drampower/src/
H A DCommandAnalysis.cc173 list.insert(list.begin(), next_window_cmd_list.begin(), next_window_cmd_list.end());

Completed in 46 milliseconds

1234567891011