Searched refs:name (Results 551 - 575 of 1016) sorted by relevance

<<21222324252627282930>>

/gem5/src/cpu/pred/
H A Dtage_base.cc17 * neither the name of the copyright holders nor the names of its
722 .name(name() + ".tageLongestMatchProviderCorrect")
727 .name(name() + ".tageAltMatchProviderCorrect")
732 .name(name() + ".bimodalAltMatchProviderCorrect")
737 .name(name() + ".tageBimodalProviderCorrect")
742 .name(nam
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_enum.py10 # name property
11 assert m.UnscopedEnum.EOne.name == "EOne"
12 assert m.UnscopedEnum.ETwo.name == "ETwo"
13 assert m.EOne.name == "EOne"
14 # name readonly
16 m.UnscopedEnum.EOne.name = ""
17 # name returns a copy
18 foo = m.UnscopedEnum.EOne.name
20 assert m.UnscopedEnum.EOne.name == "EOne"
H A Dtest_numpy_array.cpp24 DtypeCheck get_dtype_check(const char* name) { argument
27 check.numpy = np.attr("dtype")(np.attr(name));
47 std::string name{};
57 check.name = py::type_id<T>();
111 #define def_index_fn(name, type) \
112 sm.def(#name, [](type a) { return name(a); }); \
113 sm.def(#name, [](type a, int i) { return name(a, i); }); \
114 sm.def(#name, [](typ
[all...]
/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh26 * neither the name of the copyright holders nor the names of its
195 LSQUnit<Impl>::name() const function in class:LSQUnit
198 return iewStage->name() + ".lsq";
200 return iewStage->name() + ".lsq.thread" + std::to_string(lsqID);
209 .name(name() + ".forwLoads")
213 .name(name() + ".invAddrLoads")
217 .name(name()
[all...]
H A Dmem_dep_unit_impl.hh24 * neither the name of the copyright holders nor the names of its
62 : _name(params->name + ".memdepunit"),
102 _name = csprintf("%s.memDep%d", params->name, tid);
114 .name(name() + ".insertedLoads")
118 .name(name() + ".insertedStores")
122 .name(name() + ".conflictingLoads")
126 .name(nam
[all...]
/gem5/src/arch/riscv/linux/
H A Dprocess.cc14 * neither the name of the copyright holders nor the names of its
95 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
97 strcpy(name->sysname, "Linux");
98 strcpy(name->nodename,"sim.gem5.org");
99 strcpy(name->release, process->release.c_str());
100 strcpy(name->version, "#1 Mon Aug 18 11:32:15 EDT 2003");
101 strcpy(name->machine, "riscv64");
103 name.copyOut(tc->getVirtProxy());
113 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
115 strcpy(name
[all...]
/gem5/src/arch/sparc/solaris/
H A Dprocess.cc12 * neither the name of the copyright holders nor the names of its
79 TypedBufferArg<Solaris::utsname> name(process->getSyscallArg(tc, index));
81 strcpy(name->sysname, "SunOS");
82 strcpy(name->nodename, "m5.eecs.umich.edu");
83 strcpy(name->release, process->release.c_str());
84 strcpy(name->version, "Generic_118558-21");
85 strcpy(name->machine, "sun4u");
87 name.copyOut(tc->getVirtProxy());
/gem5/ext/ply/ply/
H A Dcpp.py112 # .name - Macro name (string)
124 def __init__(self,name,value,arglist=None,variadic=False):
125 self.name = name
623 name = dirtokens[0].value
626 name = ""
629 if name == 'define':
635 elif name == 'include':
645 elif name
[all...]
H A Dyacc.py17 # * Neither the name of the David Beazley or Dabeaz LLC may be used to
74 debug_file = 'parser.out' # Default name of the debugging file
75 tab_module = 'parsetab' # Default name of the table module
134 def __getattribute__(self,name):
379 pname = p.name
384 sym.type = pname # Production name
676 pname = p.name
681 sym.type = pname # Production name
948 pname = p.name
953 sym.type = pname # Production name
[all...]
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h13 # define NAMESPACE_BEGIN(name) namespace name {
16 # define NAMESPACE_END(name) }
168 #define PYBIND11_PLUGIN_IMPL(name) \
169 extern "C" PYBIND11_EXPORT PyObject *PyInit_##name(); \
170 extern "C" PYBIND11_EXPORT PyObject *PyInit_##name()
194 #define PYBIND11_PLUGIN_IMPL(name) \
196 extern "C" PYBIND11_EXPORT void init##name(); \
197 extern "C" PYBIND11_EXPORT void init##name() { \
255 #define PYBIND11_PLUGIN(name) \
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_module.cpp163 * 1) The user no longer has to write sc_module(name) in the
214 /* For those used to the old style of passing a name to sc_module,
404 std::sprintf( msg, "module '%s'", name() );
509 std::sprintf( msg, "module `%s' has no ports", name() );
511 std::sprintf( msg, "all ports of module `%s' are bound", name() );
521 m_port_index, name() );
525 m_port_index, name() );
542 std::sprintf( msg, "module `%s' has no ports", name() );
544 std::sprintf( msg, "all ports of module `%s' are bound", name() );
554 m_port_index, name() );
[all...]
H A Dsc_phase_callback_registry.cpp95 ss << cb.name() << ": invalid phase callback mask: "
114 ss << cb.name() << ": elaboration done\n\t "
128 ss << cb.name() << ": " << SC_ELABORATION
148 ss << cb.name() << ": " << SC_RUNNING
266 ss << obj.name() << ".\n"
294 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
H A Dsc_simcontext_int.h43 // NAME = name that must match the process for the message to print, or
51 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
54 << " - " << P->name() << std::endl; \
67 sc_process_b* active_p; // active process to get name of.
68 const char* result; // name of active process.
72 result = active_p->name();
/gem5/src/dev/storage/
H A Dide_disk.cc24 * neither the name of the copyright holders nor the names of its
71 dmaTransferEvent([this]{ doDmaTransfer(); }, name()),
73 dmaReadWaitEvent([this]{ doDmaRead(); }, name()),
75 dmaWriteWaitEvent([this]{ doDmaWrite(); }, name()),
76 dmaPrdReadEvent([this]{ dmaPrdReadDone(); }, name()),
77 dmaReadEvent([this]{ dmaReadDone(); }, name()),
78 dmaWriteEvent([this]{ dmaWriteDone(); }, name())
112 // Setup the model name
404 .name(name()
[all...]
/gem5/src/systemc/tests/systemc/misc/stars/star111657/
H A Dstar111657.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
42 # File name : io_controller.cpp
68 flog << sc_time_stamp()<<": "<<name()<<"::select - enabled" << endl;
107 flog << sc_time_stamp()<<": "<<name()<<"::collect - enabled" << endl;
223 flog << sc_time_stamp()<<": "<<name()<<"::control_write - Attention Request" << endl;
236 flog << sc_time_stamp()<<": "<<name()<<"::control_write - writing mii_frame into out_fifo" << endl;
290 flog << sc_time_stamp()<<": "<<name()<<"::control_read " << endl;
/gem5/src/systemc/core/
H A Dsc_module.cc11 * neither the name of the copyright holders nor the names of its
56 newMethodProcess(const char *name, ProcessFuncWrapper *func) argument
58 Method *p = new Method(name, func);
60 std::string name = p->name(); local
63 name.c_str());
71 newThreadProcess(const char *name, ProcessFuncWrapper *func) argument
73 Thread *p = new Thread(name, func);
75 std::string name = p->name(); local
86 newCThreadProcess(const char *name, ProcessFuncWrapper *func) argument
90 std::string name = p->name(); local
841 sc_hierarchical_name_exists(const char *name) argument
[all...]
/gem5/src/gpu-compute/
H A Dcl_driver.cc17 * 3. Neither the name of the copyright holder nor the names of its contributors
83 name_offs += k->name().size() + 1;
135 sizes->string_table_size += k->name().size() + 1;
170 string_table_size += k->name().size() + 1;
178 const char *n = k->name().c_str();
272 return kernels[i]->name().c_str();
/gem5/src/mem/
H A Ddramsim2.cc21 * neither the name of the copyright holders nor the names of its
51 port(name() + ".port", *this),
56 sendResponseEvent([this]{ sendResponse(); }, name()),
57 tickEvent([this]{ tick(); }, name())
84 fatal("DRAMSim2 %s is unconnected!\n", name());
166 pkt->pushLabel(name());
/gem5/util/streamline/
H A Dm5stats2streamline.py22 # neither the name of the copyright holders nor the names of its
416 # Cookie name message
418 # - name: string
419 def cookieNameFrame(cookie, name):
422 body = packed_code + packed32(cookie) + stringList(name)
426 # Thread name message
429 # - name: string
430 def threadNameFrame(timestamp, thread_id, name):
434 packed32(thread_id) + stringList(name)
438 # Core name messag
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h16 // * Neither the name of Google Inc. nor the names of its
787 // ACTION(name) { statements; }
789 // will define an action with the given name that executes the
817 // ACTION_P(name, param_name) { statements; }
906 // parameters and n value parameters. name_i is the name of the i-th
908 // an integral constant, or a template. p_i is the name of the i-th
956 // #define ACTION_TEMPLATE(name, template_params, value_params)
1240 // The name of the class template implementing the action template.
1241 #define GMOCK_ACTION_CLASS_(name, value_params)\
1242 GTEST_CONCAT_TOKEN_(name##Actio
[all...]
/gem5/src/arch/mips/
H A Dfaults.cc13 * neither the name of the copyright holders nor the names of its
138 DPRINTF(MipsPRA, "Fault %s encountered.\n", name());
142 panic("Fault %s encountered.\n", name());
150 DPRINTF(MipsPRA, "%s encountered.\n", name());
/gem5/src/cpu/minor/
H A Dfunc_unit.cc21 * neither the name of the copyright holders nor the names of its
113 FUPipeline::FUPipeline(const std::string &name, const MinorFU &description_, argument
115 FUPipelineBase(name, "insts", description_.opLat),
227 typeid(inst).name());
/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc12 * neither the name of the copyright holders nor the names of its
206 .name(parent + csprintf(".throttle%i", m_node) + ".link_utilization");
212 .name(parent + csprintf(".throttle%i", m_node) + ".msg_count." +
217 .name(parent + csprintf(".throttle%i", m_node) + ".msg_bytes." +
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp35 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
140 const char* name = report.get_process_name(); local
141 cout << " process=" << (name ? name : "<none>") << endl;
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
88 const char* name = report->get_process_name(); local
89 cout << " process=" << (name ? name : "<none>") << endl;

Completed in 50 milliseconds

<<21222324252627282930>>