Searched defs:name (Results 201 - 225 of 427) sorted by relevance

1234567891011>>

/gem5/src/systemc/tests/systemc/kernel/process_control/suspend_resume/test1/
H A Dtest1.cpp101 const char* name = "stimulator"; local
132 const char* name = "target_cthread0"; local
153 const char* name = "target_method0"; local
183 const char* name = "target_thread0"; local
[all...]
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp140 const char* name = report.get_process_name(); local
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.hh118 const std::string &name() const { return _name; } function in class:GlobalMemPipeline
/gem5/src/mem/
H A Dphysical.hh174 const std::string name() const { return _name; } function in class:PhysicalMemory
H A Dpacket_queue.hh234 static const std::string name(const MasterPort& masterPort, function in class:ReqPacketQueue
254 const std::string name() const function in class:ReqPacketQueue
270 static const std::string name(const MasterPort& masterPort, function in class:SnoopRespPacketQueue
292 const std::string name() const function in class:SnoopRespPacketQueue
308 static const std::string name(const SlavePort& slavePort, function in class:RespPacketQueue
330 const std::string name() const function in class:RespPacketQueue
[all...]
H A Dqport.hh79 QueuedSlavePort(const std::string& name, SimObject* owner, argument
132 QueuedMasterPort(const std::string& name, SimObject* owner, argument
H A Dpage_table.hh105 const std::string name() const { return _name; } function in class:EmulationPageTable
H A Dport.cc57 MasterPort::MasterPort(const std::string& name, SimObject* _owner, PortID _id) argument
114 SlavePort::SlavePort(const std::string& name, SimObject* _owner, PortID id) argument
/gem5/src/sim/power/
H A Dpower_model.hh164 ThermalProbeListener(PowerModel &_pm, ProbeManager *pm, const std::string &name) argument
[all...]
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc82 Module::Module(sc_core::sc_module_name name) : sc_core::sc_channel(name), argument
/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc73 static const TestCase* FindTestCase(const char* name) { argument
[all...]
/gem5/src/base/
H A Dcirclebuf.hh176 arrayParamOut(CheckpointOut &cp, const std::string &name, argument
186 arrayParamIn(CheckpointIn &cp, const std::string &name, argument
198 arrayParamOut(CheckpointOut &cp, const std::string &name, argument
208 arrayParamIn(CheckpointIn &cp, const std::string &name, argument
/gem5/src/dev/net/
H A Ddist_etherlink.cc246 DistEtherLink::LocalIface::LocalIface(const std::string &name, argument
H A Dethertap.hh120 EtherTapInt(const std::string &name, EtherTapBase *t) : argument
/gem5/src/mem/cache/prefetch/
H A Dstride.hh135 const std::string name() {return _name; } function in class:StridePrefetcher::PCTable
H A Dpif.hh163 PrefetchListenerPC(PIFPrefetcher &_parent, ProbeManager *pm, const std::string &name) argument
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dinitiator_socket.hh85 explicit tlm_base_initiator_socket(const char *name) : port_type(name), argument
190 explicit tlm_initiator_socket(const char *name) : argument
/gem5/src/cpu/
H A Dsimple_thread.cc205 SimpleThread::regStats(const string &name) argument
/gem5/ext/testlib/
H A Dwrappers.py113 def name(self): member in class:LoadedTestable
[all...]
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.hh70 void regStats(const std::string &name) {} argument
/gem5/src/sim/
H A Dsim_object.cc174 find(const char *name) argument
[all...]
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.cc93 SMMUv3SlaveInterface::getPort(const std::string &name, PortID id) argument
[all...]
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.hh75 CPUSidePort(const std::string& name, int id, SimpleCache *owner) : argument
155 MemSidePort(const std::string& name, SimpleCache *owner) : argument
/gem5/src/dev/x86/
H A Di8254.hh58 X86Intel8254Timer(const std::string &name, I8254 * _parent) : argument
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h415 class_<Vector, holder_type> bind_vector(handle scope, std::string const &name, Args&&... args) { argument
576 class_<Map, holder_type> bind_map(handle scope, const std::string &name, Arg argument
[all...]

Completed in 16 milliseconds

1234567891011>>