Searched refs:name (Results 726 - 750 of 1016) sorted by relevance

<<21222324252627282930>>

/gem5/src/mem/
H A Dmem_delay.cc21 * neither the name of the copyright holders nor the names of its
47 masterPort(name() + "-master", *this),
48 slavePort(name() + "-slave", *this),
/gem5/src/mem/cache/compressors/
H A Dcpack.cc12 * neither the name of the copyright holders nor the names of its
212 .name(name() + ".pattern")
/gem5/src/mem/ruby/system/
H A DSequencer.cc12 * neither the name of the copyright holders nor the names of its
709 .name(name() + ".store_waiting_on_load")
713 .name(name() + ".store_waiting_on_store")
717 .name(name() + ".load_waiting_on_load")
721 .name(name() + ".load_waiting_on_store")
H A DRubySystem.hh12 * neither the name of the copyright holders nor the names of its
79 m_profiler->regStats(name());
/gem5/src/mem/slicc/symbols/
H A DSymbolTable.py12 # neither the name of the copyright holders nor the names of its
82 continue # there could be a name clash with other symbol
148 name = "%s_table.html" % machines[0].ident
150 name = "empty.html"
159 <frame name="Table" src="$name">
160 <frame name="Status" src="empty.html">
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.hh21 * neither the name of the copyright holders nor the names of its
134 TrafficGenPort(const std::string& name, BaseTrafficGen& traffic_gen) argument
135 : MasterPort(name, &traffic_gen), trafficGen(traffic_gen)
H A Dtrace_gen.cc21 * neither the name of the copyright holders nor the names of its
175 name());
/gem5/ext/pybind11/include/pybind11/
H A Diostream.h202 inline class_<detail::OstreamRedirect> add_ostream_redirect(module m, std::string name = "ostream_redirect") {
203 return class_<detail::OstreamRedirect>(m, name.c_str(), module_local())
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
78 // Remove name problems associated with [] in vcd names
79 static void remove_vcd_name_problems(vcd_trace const* vcd, std::string& name);
115 const std::string name; member in class:sc_core::vcd_trace
123 : name(name_), vcd_name(vcd_name_), vcd_var_typ_name(0), bit_width(0)
171 ss << "'" << name << "' has 0 bits"; local
177 std::string namecopy = name;
284 const sc_dt::sc_bv_base& object, const std::string& name)
286 traceT(object,name);
292 const sc_dt::sc_lv_base& object, const std::string& name)
283 trace( const sc_dt::sc_bv_base& object, const std::string& name) argument
291 trace( const sc_dt::sc_lv_base& object, const std::string& name) argument
352 vcd_sc_bit_trace( const sc_dt::sc_bit& object_, const std::string& name, const std::string& vcd_name) argument
1687 vcd_trace_file(const char *name) argument
2132 remove_vcd_name_problems(vcd_trace const* vcd, std::string& name) argument
2162 sc_create_vcd_trace_file(const char * name) argument
[all...]
/gem5/ext/mcpat/
H A Darray.cc15 * neither the name of the copyright holders nor the names of its
72 name = _name;
77 if (!l_ip.error_checking(name)) {
186 cout << "Warning: " << name
190 cout << "Warning: " << name
H A Dcachearray.cc14 * neither the name of the copyright holders nor the names of its
73 name = _name;
79 if (!l_ip.error_checking(name)) {
176 cout << "Warning: " << name
180 cout << "Warning: " << name
/gem5/util/stats/
H A Dbarchart.py11 # neither the name of the copyright holders nor the names of its
268 def savefig(self, name):
269 self.figure.savefig(name)
271 def savecsv(self, name):
272 f = file(name, 'w')
/gem5/util/tlm/src/
H A Dsc_master_port.hh16 * 3. Neither the name of the copyright holder nor the names of its
154 ExternalMaster::Port *getExternalPort(const std::string &name,
/gem5/src/sim/
H A Droot.cc13 * neither the name of the copyright holders nor the names of its
109 syncEvent([this]{ timeSync(); }, name())
/gem5/src/systemc/tests/include/
H A DSimpleBusAT.h47 SimpleBusAT(sc_core::sc_module_name name) : argument
48 sc_core::sc_module(name),
237 std::cout << "ERROR: '" << name()
251 std::cout << "ERROR: '" << name()
/gem5/src/systemc/tests/systemc/1666-2011-compliance/stepwise_simulation/
H A Dstepwise_simulation.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
62 std::cout << "`" << sc_get_current_process_handle().name()
/gem5/src/systemc/tests/systemc/communication/ports/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
86 cout << a.name() << " (" << a.kind() << ")" << endl
/gem5/src/systemc/tests/systemc/kernel/sc_module/test05/
H A Dtest05.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
114 cout << object->kind() << " " << object->name() << endl;
/gem5/src/systemc/tests/tlm/multi_sockets/
H A DMultiSocketSimpleSwitchAT.h96 MultiSocketSimpleSwitchAT(sc_core::sc_module_name name) : argument
97 sc_core::sc_module(name),
230 std::cout << "ERROR: '" << name()
325 std::cout<<"At "<<sc_core::sc_time_stamp()<<" status of "<<name()<<" is "<<std::endl
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc11 * neither the name of the copyright holders nor the names of its
96 current ? current->name() : nullptr, msgInfo.id);
394 const char *name = report.get_process_name(); local
395 if (current && sc_is_running() && name) {
396 ccprintf(str, "\nIn process: %s @ %s", name,
/gem5/ext/googletest/googletest/test/
H A Dgtest_break_on_failure_unittest.py16 # * Neither the name of Google Inc. nor the names of its
50 IS_WINDOWS = os.name == 'nt'
H A Dgtest_color_test.py16 # * Neither the name of Google Inc. nor the names of its
40 IS_WINDOWS = os.name = 'nt'
/gem5/src/arch/sparc/
H A Dfaults.hh12 * neither the name of the copyright holders nor the names of its
38 // The design of the "name" and "vect" functions is in sim/faults.hh
63 const FaultName name; member in struct:SparcISA::SparcFaultBase::FaultVals
70 : name(name_), trapType(trapType_), priority(priority_),
88 FaultName name() const { return vals.name; } function in class:SparcISA::SparcFault
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.hh25 * neither the name of the copyright holders nor the names of its
83 { panic("%s does not expect a retry\n", name()); }
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.cc11 * neither the name of the copyright holders nor the names of its
42 * 3. Neither the name of the copyright holder nor the names of its
464 Gem5ToTlmBridgeBase(mn), bsp(std::string(name()) + ".gem5", *this),
466 wrapper(socket, std::string(name()) + ".tlm", InvalidPortID),
503 this, sc_core::sc_module_name(name.c_str()));
510 this, sc_core::sc_module_name(name.c_str()));

Completed in 40 milliseconds

<<21222324252627282930>>