Searched refs:name (Results 251 - 275 of 1016) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/ext/channel/
H A Dsc_out_rv.hh11 * neither the name of the copyright holders nor the names of its
54 explicit sc_out_rv(const char *name) : sc_inout_rv<W>(name) {} argument
H A Dsc_inout_resolved.hh11 * neither the name of the copyright holders nor the names of its
51 explicit sc_inout_resolved(const char *name);
/gem5/src/systemc/tests/systemc/bugs/sc_bigint_part_select/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
48 sctop::sctop(sc_module_name name) : sc_module(name) argument
/gem5/src/systemc/tests/systemc/communication/sc_prim_channel/test01/
H A Dtest01.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
68 channel(sc_module_name name):sc_channel(name), data(0) argument
/gem5/src/systemc/tests/systemc/communication/sc_signal_resolved/test04/
H A Dtest04.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
79 cout<<a.sig1.name()<<endl;
80 cout<<a.sig2.name()<<endl;
/gem5/src/systemc/tests/systemc/compliance_1666/test209/
H A Dtest209.cpp61 std::string s1 = std::string(ch1.name());
66 const std::string s2 = std::string(ch2.name());
72 std::string s3 = std::string(ch3.name());
79 std::string s4 = std::string(ch4.name());
87 std::string s5 = std::string(ch5.name());
96 std::string s6 = std::string(ch6.name());
106 std::string s7 = std::string(sig7.name());
116 std::string s8 = std::string(sig8.name());
/gem5/src/systemc/tests/systemc/compliance_1666/test233/
H A Dtest233.cpp24 sc_assert(strcmp(h.name(), "top.m.T1") == 0);
36 sc_assert(strcmp(h.name(), "top.m.M1") == 0);
51 sc_assert(strcmp(h.name(), "top.m.T2") == 0);
63 sc_assert(strcmp(h.name(), "top.m.M2") == 0);
77 sc_assert(strcmp(h.name(), "top.m.T1") == 0);
90 sc_assert(strcmp(h.name(), "top.m.M1") == 0);
103 sc_assert(strcmp(h.name(), "top.m.T2") == 0);
116 sc_assert(strcmp(h.name(), "top.m.M2") == 0);
/gem5/src/systemc/tests/systemc/kernel/reset_signal_is/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
65 B(sc_module_name name, sc_signal<bool>* reset_p ): argument
66 sc_module(name), m_reset_p(reset_p)
/gem5/src/systemc/tests/systemc/kernel/sc_attribute/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
54 cout << p->name() << endl;
67 cout << (*it)->name() << endl;
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTTarget_ext.h46 SimpleLTTarget_ext(sc_core::sc_module_name name, argument
48 sc_core::sc_module(name),
71 std::cout << name() << ": ERROR, extension not present" << std::endl;
75 std::cout << name() << ": OK, extension data = "
83 std::cout << name() << ": Received write request: A = 0x"
92 std::cout << name() << ": Received read request: A = 0x"
147 std::cout << name() << ": get_direct_mem_ptr OK, extension data = "
152 std::cout << name() << ", get_direct_mem_ptr ERROR: "
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h46 SimpleLTTarget_ext(sc_core::sc_module_name name, argument
48 sc_core::sc_module(name),
71 std::cout << name() << ": ERROR, extension not present" << std::endl;
75 std::cout << name() << ": OK, extension data = "
83 std::cout << name() << ": Received write request: A = 0x"
92 std::cout << name() << ": Received read request: A = 0x"
147 std::cout << name() << ": get_direct_mem_ptr OK, extension data = "
152 std::cout << name() << ", get_direct_mem_ptr ERROR: "
/gem5/src/systemc/utils/
H A Dsc_vector.cc30 * neither the name of the copyright holders nor the names of its
79 ccprintf(ss, "%s[%d] >= size() = %d", name(), index, size());
102 ss << "target `" << name() << "' " << "(" << kind_ << ") ";
/gem5/src/arch/alpha/
H A Dtlb.cc12 * neither the name of the copyright holders nor the names of its
82 .name(name() + ".fetch_hits")
85 .name(name() + ".fetch_misses")
88 .name(name() + ".fetch_acv")
91 .name(name() + ".fetch_accesses")
97 .name(nam
[all...]
/gem5/src/base/
H A Dcirclebuf.hh21 * neither the name of the copyright holders nor the names of its
176 arrayParamOut(CheckpointOut &cp, const std::string &name, argument
181 arrayParamOut(cp, name, temp);
186 arrayParamIn(CheckpointIn &cp, const std::string &name, argument
190 arrayParamIn(cp, name, temp);
198 arrayParamOut(CheckpointOut &cp, const std::string &name, argument
203 arrayParamOut(cp, name, temp);
208 arrayParamIn(CheckpointIn &cp, const std::string &name, argument
212 arrayParamIn(cp, name, temp);
/gem5/src/systemc/tlm_utils/
H A Dconvenience_socket_bases.cc35 s << get_socket()->name() << ": " << text;
43 s << get_socket()->name() << ": " << text;
/gem5/src/cpu/simple/
H A Dbase.cc25 * neither the name of the copyright holders nor the names of its
229 std::string thread_str = name();
234 .name(thread_str + ".committedInsts")
239 .name(thread_str + ".committedOps")
244 .name(thread_str + ".num_int_alu_accesses")
249 .name(thread_str + ".num_fp_alu_accesses")
254 .name(thread_str + ".num_vec_alu_accesses")
259 .name(thread_str + ".num_func_calls")
264 .name(thread_str + ".num_conditional_control_insts")
269 .name(thread_st
[all...]
/gem5/src/cpu/o3/
H A Drename_impl.hh25 * neither the name of the copyright holders nor the names of its
95 DefaultRename<Impl>::name() const function in class:DefaultRename
97 return cpu->name() + ".rename";
105 .name(name() + ".SquashCycles")
109 .name(name() + ".IdleCycles")
113 .name(name() + ".BlockCycles")
117 .name(nam
[all...]
/gem5/src/sim/
H A Dport.hh24 * neither the name of the copyright holders nor the names of its
65 /** Descriptive name (for DPRINTF output) */
90 * @param _name Port name including the owners name
105 /** Return port name (for DPRINTF). */
106 const std::string name() const { return portName; } function in class:Port
153 os << port.name();
/gem5/src/base/stats/
H A Dgroup.hh21 * neither the name of the copyright holders nor the names of its
53 * the same name as in the class. For example:
95 * The constructor takes two parameters, a parent and a name. The
101 * If the name parameter is NULL, the group gets merged into the
107 * @param name Name of this group, can be NULL to merge this group
110 Group(Group *parent, const char *name = nullptr);
118 * distributions) that need parameters in addition to a name and a
153 void addStatGroup(const char *name, Group *block);
H A Dtext.cc24 * neither the name of the copyright holders nor the names of its
169 Text::statName(const std::string &name) const
172 return name;
174 return csprintf("%s.%s", path.top(), name);
178 Text::beginGroup(const char *name) argument
181 path.push(name);
183 path.push(csprintf("%s.%s", path.top(), name));
230 string name; member in struct:Stats::ScalarPrint
271 ccprintf(stream, "%-40s %12s %10s %10s", name,
284 string name; member in struct:Stats::VectorPrint
373 string name; member in struct:Stats::DistPrint
704 string name; member in struct:Stats::SparseHistPrint
[all...]
/gem5/ext/mcpat/
H A Dbasic_components.cc15 * neither the name of the copyright holders nor the names of its
89 : xml_data(NULL), name("") {
93 : xml_data(_xml_data), name("") {
98 : xml_data(_xml_data), interface_ip(*_interface_ip), name("") {
107 "'type' %s\n", name.c_str(), xml_data->getAttribute("type"));
144 "%s\n", name.c_str(), xml_data->getAttribute("type"));
162 "%s\n", name.c_str(), xml_data->getAttribute("type"));
179 "%s\n", name.c_str(), xml_data->getAttribute("type"));
189 cout << indent_str << name << ":" << endl;
217 name
[all...]
/gem5/util/stats/
H A Ddbinit.py11 # neither the name of the copyright holders nor the names of its
33 self.name = options.db
48 self.mydb = MySQLdb.connect(db=self.name, host=self.host,
61 self.query('DROP DATABASE IF EXISTS %s' % self.name)
64 self.query('CREATE DATABASE %s' % self.name)
74 # 'name' is the user designated name for the data generated. It is
78 # 'project' another name to identify runs for a specific goal
87 # 'name' is indexed so that two all run names are forced to be unique
108 # 'name' i
[all...]
/gem5/src/cpu/minor/
H A Dstats.hh21 * neither the name of the copyright holders nor the names of its
86 void regStats(const std::string &name, BaseCPU &baseCpu);
/gem5/src/arch/x86/
H A Dremote_gdb.hh23 * neither the name of the copyright holders nor the names of its
89 name() const function in class:X86ISA::RemoteGDB::X86GdbRegCache
91 return gdb->name() + ".X86GdbRegCache";
136 name() const function in class:X86ISA::RemoteGDB::AMD64GdbRegCache
138 return gdb->name() + ".AMD64GdbRegCache";
/gem5/src/systemc/core/
H A Dobject.hh11 * neither the name of the copyright holders nor the names of its
62 const char *name() const;
93 std::string pickUniqueName(std::string name);
108 std::string pickUniqueName(::sc_core::sc_object *parent, std::string name);
114 const char *name, const Objects &objects=topLevelObjects);

Completed in 35 milliseconds

<<11121314151617181920>>