Searched refs:name (Results 501 - 525 of 1016) sorted by relevance

<<21222324252627282930>>

/gem5/src/mem/cache/prefetch/
H A Dbop.cc12 * neither the name of the copyright holders nor the names of its
44 delayQueueEvent([this]{ delayQueueEventWrapper(); }, name()),
49 fatal("%s: number of RR entries is not power of 2\n", name());
52 fatal("%s: cache line size is not power of 2\n", name());
56 name());
/gem5/src/python/m5/
H A Doptions.py11 # neither the name of the copyright holders nor the names of its
91 def bool_option(self, name, default, help):
92 '''add a boolean option called --name and --no-name.
95 tname = '--%s' % name
96 fname = '--no-%s' % name
97 dest = name.replace('-', '_')
/gem5/src/sim/
H A Dinit.hh24 * neither the name of the copyright holders nor the names of its
106 const std::string name; member in class:EmbeddedPyBind
H A Ddvfs_handler.hh21 * neither the name of the copyright holders nor the names of its
144 "SrcClockDomain %s. Returning 0\n", name(), perf_level, d->name());
/gem5/util/stats/
H A Dprofile.py11 # neither the name of the copyright holders nor the names of its
74 symbols = [ (count,name) for name,count in self.iteritems() ]
83 for number,name in symbols:
84 print >>output, symbolf % (name, 100.0 * (float(number) / total))
254 for name in files:
255 match = label_ex.match(name)
259 filename = joinpath(root, name)
323 symbols = self.getdata(job.name, cpu)
337 symbols = self.getdata(job.name, cp
[all...]
/gem5/configs/example/
H A Dread_config.py20 # neither the name of the copyright holders nor the names of its
132 for name, parser in param_parsers.items():
133 setattr(m5.params.__dict__[name], 'parse_ini', classmethod(parser))
231 [ self.objects_by_name[name]
232 if name != 'Null' else m5.params.NULL
233 for name in param_values ])
269 """Parse the name of a port"""
295 PortConnection(object_name, port.name, index),
371 for name, obj in self.objects_by_name.items():
372 self.fill_in_simobj_parameters(name, ob
[all...]
/gem5/src/mem/
H A Dexternal_master.hh21 * neither the name of the copyright holders nor the names of its
98 const std::string &name, ExternalMaster &owner,
106 /** Name of the bound port. This will be name() + ".port" */
H A Dexternal_slave.hh21 * neither the name of the copyright holders nor the names of its
100 const std::string &name, ExternalSlave &owner,
108 /** Name of the bound port. This will be name() + ".port" */
H A Dsimple_mem.cc24 * neither the name of the copyright holders nor the names of its
53 port(name() + ".port", *this), latency(p->latency),
56 releaseEvent([this]{ release(); }, name()),
57 dequeueEvent([this]{ dequeue(); }, name())
96 pkt->pushLabel(name());
/gem5/src/arch/x86/
H A Dpagetable_walker.hh21 * neither the name of the copyright holders nor the names of its
136 std::string name() const {return walker->name();} function in class:X86ISA::Walker::WalkerState
207 ClockedObject(params), port(name() + ".port", this),
211 startWalkWrapperEvent([this]{ startWalkWrapper(); }, name())
/gem5/tests/gem5/cpu_tests/
H A Dtest.py11 # neither the name of the copyright holders nor the names of its
61 name='cpu_test_{}_{}'.format(cpu,workload), variable
/gem5/src/dev/
H A Dio_device.cc24 * neither the name of the copyright holders nor the names of its
62 panic("Pio port of %s not connected to anything!", name());
H A Dmc146818.hh12 * neither the name of the copyright holders nor the names of its
88 const std::string &name() const { return _name; } function in class:MC146818
154 MC146818(EventManager *em, const std::string &name, const struct tm time,
171 * @param base The base name of the counter object.
178 * @param base The base name of the counter object.
180 * @param section The section name of this object
/gem5/ext/pybind11/pybind11/
H A D__init__.py20 if os.name == 'nt':
25 dist = Distribution({'name': 'pybind11'})
/gem5/ext/pybind11/
H A Dsetup.py59 name='pybind11', variable in class:InstallHeaders
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h18 // * Neither the name of Google Inc. nor the names of its
1174 // MATCHER(name, description_string) { statements; }
1176 // defines a matcher with the given name that executes the statements,
1186 // case we'll use the sequence of words in the matcher name as the
1210 // matcher name IsEven.
1231 // MATCHER_P(name, param_name, description_string) { statements; }
1286 // contain the sequence of words in the matcher name followed by the
1381 #define MATCHER(name, description)\
1382 class name##Matcher {\
1403 negation, #name, \
[all...]
/gem5/src/mem/ruby/network/simple/
H A DThrottle.hh12 * neither the name of the copyright holders nor the names of its
60 std::string name() function in class:Throttle
80 void regStats(std::string name);
/gem5/src/gpu-compute/
H A Dbrig_object.hh17 * 3. Neither the name of the copyright holder nor the names of its contributors
108 HsaCode* getKernel(const std::string &name) const override;
109 HsaCode* getFunction(const std::string &name) const override;
/gem5/src/cpu/
H A Dactivity.cc12 * neither the name of the copyright holders nor the names of its
40 ActivityRecorder::ActivityRecorder(const string &name, int num_stages, argument
42 : _name(name), activityBuffer(longest_latency, 0),
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_attribute.h55 // get the name
56 const std::string& name() const;
94 // returns 'true' if the name of the attribute is unique,
98 // get attribute by name.
99 // returns pointer to attribute, or 0 if name does not exist.
103 // remove attribute by name.
104 // returns pointer to attribute, or 0 if name does not exist.
160 : sc_attr_base( a.name() ), value( a.value )
/gem5/src/mem/probes/
H A Dmem_trace.cc21 * neither the name of the copyright holders nor the names of its
69 // Generate a filename from the name of the SimObject. Append .trc
71 filename = simout.resolve(name() + ".trc" +
90 header_msg.set_obj_id(name());
/gem5/src/systemc/core/
H A Dmodule.hh11 * neither the name of the copyright holders nor the names of its
85 Module(const char *name);
96 const char *name() const { return _name; } function in class:sc_gem5::Module
/gem5/src/systemc/ext/channel/
H A Dsc_signal_rv.hh11 * neither the name of the copyright holders nor the names of its
66 sc_signal_rv(const char *name) : argument
67 sc_signal<sc_dt::sc_lv<W>, SC_MANY_WRITERS>(name)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp24 // MODIFICATION LOG - modifiers, enter your name, affiliation, date and
140 cout << "Called method() in " << name() << " at " << sc_time_stamp() << endl;
171 my_module* operator() (const char* name, size_t) argument
173 return new my_module(name, weird_arg );
181 my_module* my_module_creator_func( const char* name, size_t i ) argument
184 return new my_module( name, "WeIrD_aRg" );
192 , kids("kids") // Construct the vector with name seed "kids"
273 strcpy(buf, this->name());
275 sc_assert( strcmp(next->name(), buf) == 0 );
352 cout << "vec_obj[" << i << "].name()
[all...]
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Darray.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
74 void show(char const *const name, int i, T val) { argument
75 cerr << name << "[" << i << "] : " << val.to_double() << " : " << val.to_string(SC_HEX) << "\n";

Completed in 34 milliseconds

<<21222324252627282930>>