Searched refs:insert (Results 226 - 250 of 273) sorted by relevance

1234567891011

/gem5/src/arch/arm/
H A Dtlb.hh232 void insert(Addr vaddr, TlbEntry &pte);
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc46 // we create a static default object here that is used to insert
53 record_map.insert(make_pair(addr, dflt));
57 // there was nothing there and the insert succeed, so we need
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.cc189 wokeUpMsgBufs.insert(*vec_iter);
/gem5/src/cpu/minor/
H A Dlsq.hh498 void insert(LSQRequestPtr request);
674 /** Must check this before trying to insert into the store buffer */
H A Dlsq.cc741 LSQ::StoreBuffer::insert(LSQRequestPtr request) function in class:Minor::LSQ::StoreBuffer
744 warn("%s: store buffer insertion without space to insert from"
921 storeBuffer.insert(new BarrierDataRequest(*this, inst));
985 DPRINTF(MinorMem, "No space to insert request into transfers"
1543 storeBuffer.insert(request);
/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc892 args.insert(args.end(), extra_args.begin(), extra_args.end());
916 args_.insert(args_.end() - 1, posix::StrDup(argument));
924 args_.insert(args_.end() - 1, posix::StrDup(i->c_str()));
H A Dgtest-port.cc407 thread_local_pos = thread_to_thread_locals->insert(
417 .insert(std::make_pair(
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh374 int j = insert(modhist_indices, p1);
388 int j = insert(modpath_indices, p1);
401 int insert(std::vector<int> &v, int x) function in class:MultiperspectivePerceptron
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py40 sys.path.insert(0,"../..")
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp146 simcontext()->get_module_registry()->insert( *this );
H A Dsc_simcontext.h565 m_timed_events->insert( et );
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.cpp501 sc_string_old::insert(const sc_string_old& sub_string, unsigned index) function in class:sc_dt::sc_string_old
504 SC_REPORT_ERROR( sc_core::SC_ID_OUT_OF_BOUNDS_, "sc_string_old::insert" );
/gem5/src/dev/storage/
H A Ddisk_image.cc425 table->insert(make_pair(offset, sector));
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py758 temp_tokens.insert(0, token)
913 self.token_queue.insert(0, token)
1299 return_type_and_name.insert(0, token)
1301 return_type_and_name.insert(1, token2)
/gem5/src/sim/
H A Deventq.hh199 // result is that the insert/removal in 'nextBin' is
465 * handler is called, it can therefore always insert events into its
529 void insert(Event *event);
534 //! owning thread, should call this function instead of insert().
H A Dserialize.hh629 param.insert(scalar_value);
/gem5/src/mem/
H A Dxbar.cc402 if (portMap.insert(r, master_port_id) == portMap.end()) {
/gem5/src/arch/sparc/
H A Dfaults.cc676 insert(alignedvaddr, partition_id, context_id, false, entry.pte);
763 insert(alignedvaddr, partition_id, context_id, false, entry.pte);
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py588 def insert(self, index, subnode): member in class:FdtNode
595 self.subdata.insert(index, subnode)
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc342 m_writeRequestTable.insert(RequestTable::value_type(line_addr,
357 m_readRequestTable.insert(RequestTable::value_type(line_addr,
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc816 // If the readyList is empty, simply insert the new node at the beginning
819 readyList.insert(itr, ready_node);
833 // node till the position to insert the new node is found.
837 // this is the position to insert
844 // then this is the position to insert
856 readyList.insert(itr, ready_node);
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h141 v.insert(v.end(), src.begin(), src.end());
169 cl.def("insert",
176 v.insert(v.begin() + i, x);
542 // value type is not copy assignable so the only way to insert it is to erase it first...
/gem5/ext/ply/test/
H A Dtestlex.py10 sys.path.insert(0,"..")
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc715 g_mock_object_registry.states()[mock_obj].function_mockers.insert(mocker);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h583 test_param_names.insert(param_name);

Completed in 88 milliseconds

1234567891011