Searched refs:name (Results 751 - 775 of 1016) sorted by relevance

<<31323334353637383940>>

/gem5/src/cpu/pred/
H A Dloop_predictor.cc17 * neither the name of the copyright holders nor the names of its
353 .name(name() + ".loopPredictorCorrect")
358 .name(name() + ".loopPredictorWrong")
/gem5/src/mem/
H A Dpage_table.hh13 * neither the name of the copyright holders nor the names of its
105 const std::string name() const { return _name; } function in class:EmulationPageTable
H A Dbridge.cc24 * neither the name of the copyright holders nor the names of its
81 slavePort(p->name + ".slave", *this, masterPort,
83 masterPort(p->name + ".master", *this, slavePort,
352 pkt->pushLabel(name());
H A Dmem_checker_monitor.cc21 * neither the name of the copyright holders nor the names of its
53 masterPort(name() + "-master", *this),
54 slavePort(name() + "-slave", *this),
282 name(),
H A Dserial_link.cc25 * neither the name of the copyright holders nor the names of its
86 slavePort(p->name + ".slave", *this, masterPort,
88 masterPort(p->name + ".master", *this, slavePort,
384 pkt->pushLabel(name());
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.hh12 * neither the name of the copyright holders nor the names of its
70 void regStats(const std::string &name) {} argument
/gem5/src/arch/arm/
H A Dtable_walker.cc21 * neither the name of the copyright holders nor the names of its
67 doL1DescEvent([this]{ doL1DescriptorWrapper(); }, name()),
68 doL2DescEvent([this]{ doL2DescriptorWrapper(); }, name()),
69 doL0LongDescEvent([this]{ doL0LongDescriptorWrapper(); }, name()),
70 doL1LongDescEvent([this]{ doL1LongDescriptorWrapper(); }, name()),
71 doL2LongDescEvent([this]{ doL2LongDescriptorWrapper(); }, name()),
72 doL3LongDescEvent([this]{ doL3LongDescriptorWrapper(); }, name()),
75 doProcessEvent([this]{ processWalkWrapper(); }, name())
2197 .name(name()
[all...]
/gem5/util/pbs/
H A Dpbs.py11 # neither the name of the copyright holders nor the names of its
103 self.name = None
153 if self.name:
154 self.cmd.append("-N%s" % self.name)
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp264 if( nm == typeid( sc_signal_inout_if<bool> ).name() ) {
293 std::sprintf( msg, "%s: clock '%s'", add_msg, name() );
295 std::sprintf( msg, "clock '%s'", name() );
348 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.cpp95 os << name();
101 os << "name = " << name() << "\n";
173 // | object hierarchy if the supplied name is not NULL.
176 // | nm = leaf name for the object.
192 // If there is not a leaf name generate one.
235 // null name or "" uses machine generated name.
375 // get attribute by name
392 // remove attribute by name
[all...]
H A Dsc_process_handle.h103 inline const char* name() const;
355 // return the name of this object instance's target.
357 inline const char* sc_process_handle::name() const function in class:sc_core::sc_process_handle
359 return m_target_p ? m_target_p->name() : "";
/gem5/src/sim/
H A Deventq.cc14 * neither the name of the copyright holders nor the names of its
86 Event::name() const function in class:Event
280 name(), _when);
401 cprintf("Event %s (%s)\n", name(), description());
H A Dinit.cc25 * neither the name of the copyright holders nor the names of its
158 : initFunc(init_func), registered(false), name(_name), base(_base)
165 : initFunc(init_func), registered(false), name(_name), base("")
177 cprintf("Warning: %s already registered.\n", name);
/gem5/util/m5/
H A Dm5.c24 * neither the name of the copyright holders nor the names of its
335 char *name; member in struct:MainFunc
369 header, progname, mainfuncs[i].name, mainfuncs[i].usage);
393 if (strcmp(command, mainfuncs[i].name) != 0)
/gem5/src/systemc/ext/utils/
H A Dsc_trace_file.hh11 * neither the name of the copyright holders nor the names of its
74 sc_trace_file *sc_create_vcd_trace_file(const char *name);
180 const std::string &name)
182 sc_trace(tf, iface.read(), name);
179 sc_trace(sc_trace_file *tf, const sc_signal_in_if<T> &iface, const std::string &name) argument
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp49 sc_assert(std::string(sc_get_current_process_handle().name()) == "top.mod0.g");
187 sc_assert(std::string(name()) == "top.moda");
203 sc_assert(std::string(name()) == "top.modb");
/gem5/src/systemc/tests/systemc/compliance_1666/test200/
H A Dtest200.cpp41 std::string s1 = std::string(sc_get_current_process_handle().name());
46 std::string s2 = std::string(sc_get_current_process_handle().name());
51 std::string s3 = std::string(sc_get_current_process_handle().name());
/gem5/src/dev/arm/
H A Dtimer_sp804.cc21 * neither the name of the copyright holders nor the names of its
52 timer0(name() + ".timer0", this, p->int_num0, p->clock0),
53 timer1(name() + ".timer1", this, p->int_num1, p->clock1)
60 zeroEvent([this]{ counterAtZero(); }, name())
/gem5/src/mem/cache/prefetch/
H A Dstride.cc25 * neither the name of the copyright holders nor the names of its
110 PCTable(pcTableAssoc, pcTableSets, name(), replacementPolicy)));
118 StridePrefetcher::PCTable::PCTable(int assoc, int sets, const std::string name, argument
120 : pcTableSets(sets), _name(name), entries(pcTableSets),
/gem5/util/
H A Dcpt_upgrader.py22 # neither the name of the copyright holders nor the names of its
310 for name in files:
311 if name == 'm5.cpt':
312 process_file(osp.join(root,name), **vars(options))
/gem5/src/arch/alpha/
H A Dstacktrace.cc12 * neither the name of the copyright holders nor the names of its
107 ProcessInfo::name(Addr ksp) const function in class:AlphaISA::ProcessInfo
341 StringWrap name(tc->getCpuPtr()->name());
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc25 * neither the name of the copyright holders nor the names of its
83 readPorts.push_back(new CpuPort(csprintf("%s-instPort%d", name(), i),
88 CpuPort *port = new CpuPort(csprintf("%s-instDataPort%d", name(), i),
95 CpuPort *port = new CpuPort(csprintf("%s-dataPort%d", name(), i),
/gem5/src/python/pybind11/
H A Dcore.cc25 * neither the name of the copyright holders nor the names of its
67 /** Resolve a SimObject name using the Pybind configuration */
70 SimObject *resolveSimObject(const std::string &name);
76 PybindSimObjectResolver::resolveSimObject(const std::string &name) argument
82 return f(name).cast<SimObject *>();
/gem5/src/dev/serial/
H A Dterminal.cc24 * neither the name of the copyright holders nor the names of its
159 return simout.findOrCreate(p->name);
185 name(), port);
195 panic("%s: cannot accept a connection if not listening!", name());
/gem5/src/cpu/simple/
H A Dtiming.hh24 * neither the name of the copyright holders nor the names of its
166 retryRespEvent([this]{ sendRetryResp(); }, name())
191 : TimingCPUPort(_cpu->name() + ".icache_port", _cpu),
219 : TimingCPUPort(_cpu->name() + ".dcache_port", _cpu),

Completed in 49 milliseconds

<<31323334353637383940>>