Searched refs:insert (Results 126 - 150 of 273) sorted by relevance

1234567891011

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module_registry.cpp46 sc_module_registry::insert( sc_module& module_ ) function in class:sc_core::sc_module_registry
65 // insert
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_pq.cpp71 sc_ppq_base::insert( void* elem ) function in class:sc_core::sc_ppq_base
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkLink.cc71 linkBuffer->insert(t_flit);
H A DOutputUnit.hh93 m_out_buffer->insert(t_flit);
H A DVirtualChannel.hh68 m_input_buffer->insert(t_flit);
/gem5/src/cpu/
H A Ddecode_cache.hh110 update(pageMap.insert(to_insert).first);
/gem5/src/mem/cache/prefetch/
H A Dsbooe.hh121 void insert(Addr line, Tick tick);
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dphase.cc60 ids_.insert(v);
/gem5/tests/legacy-configs/
H A Drun.py48 sys.path.insert(0, abspath(joinpath(dirname(__file__), '../../configs')))
/gem5/util/
H A Doprofile-top.py85 cats.insert(0,'idle')
/gem5/src/base/
H A Dmatch.cc49 tokens.insert(tokens.end(), other.tokens.begin(), other.tokens.end());
H A Daddr_range_map.hh135 insert(const AddrRange &r, const V& d)
140 return tree.insert(std::make_pair(r, d)).first;
/gem5/ext/sst/
H A DExtMaster.cc93 ranges.insert(range);
231 ranges.insert(range);
/gem5/src/cpu/o3/
H A Ddep_graph.hh92 void insert(PhysRegIndex idx, const DynInstPtr &new_inst);
184 DependencyGraph<DynInstPtr>::insert(PhysRegIndex idx, function in class:DependencyGraph
/gem5/ext/drampower/src/
H A DParametrisable.cc69 parameters.insert(p, parameter);
/gem5/ext/ply/example/optcalc/
H A Dcalc.py9 sys.path.insert(0,"../..")
/gem5/src/arch/mips/
H A Dtlb.hh96 void insert(Addr vaddr, MipsISA::PTE &pte);
H A Dtlb.cc180 lookupTable.insert(make_pair(table[Index].VPN, Index));
184 // insert a new TLB entry
186 TLB::insert(Addr addr, PTE &pte)
222 lookupTable.insert(make_pair(table[i].VPN, i));
/gem5/src/arch/riscv/
H A Dtlb.hh95 void insert(Addr vaddr, RiscvISA::PTE &pte);
H A Dtlb.cc182 lookupTable.insert(make_pair(table[Index].VPN, Index));
186 // insert a new TLB entry
188 TLB::insert(Addr addr, PTE &pte)
224 lookupTable.insert(make_pair(table[i].VPN, i));
/gem5/ext/googletest/googletest/src/
H A Dgtest-typed-test.cc89 tests.insert(name);
/gem5/src/arch/x86/
H A Dtlb.hh147 TlbEntry *insert(Addr vpn, const TlbEntry &entry);
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.hh248 * @param packet with the data (and address) to insert into the cache
250 void insert(PacketPtr pkt);
/gem5/src/sim/
H A Deventq.cc101 // we need to insert that into the bin list.
118 EventQueue::insert(Event *event) function in class:EventQueue
287 // It's safe to call insert() directly here since this method
291 insert(event);
436 insert(async_queue.front());
/gem5/src/arch/power/
H A Dtlb.cc178 lookupTable.insert(make_pair(table[Index].VPN, Index));
182 // insert a new TLB entry
184 TLB::insert(Addr addr, PowerISA::PTE &pte)
219 lookupTable.insert(make_pair(table[i].VPN, i));

Completed in 15 milliseconds

1234567891011