Searched refs:name (Results 351 - 375 of 1016) sorted by relevance

<<11121314151617181920>>

/gem5/src/systemc/channel/
H A Dsc_semaphore.cc11 * neither the name of the copyright holders nor the names of its
48 std::string msg = "semaphore '" + std::string(name()) + "'";
/gem5/src/systemc/ext/channel/
H A Dsc_event_queue.hh11 * neither the name of the copyright holders nor the names of its
60 sc_event_queue(sc_module_name name=
H A Dsc_signal_resolved.hh11 * neither the name of the copyright holders nor the names of its
61 explicit sc_signal_resolved(const char *name);
/gem5/src/systemc/tests/include/
H A DExplicitLTTarget.h44 ExplicitLTTarget(sc_core::sc_module_name name) : argument
45 sc_core::sc_module(name),
60 std::cout << name() << ": Received write request: A = 0x"
78 std::cout << name() << ": Received read request: A = 0x"
H A DSimpleLTTarget2.h41 SimpleLTTarget2(sc_core::sc_module_name name) : argument
42 sc_core::sc_module(name),
63 std::cout << name() << ": Received write request: A = 0x"
72 std::cout << name() << ": Received read request: A = 0x"
H A DSimpleLTInitiator1_DMI.h59 SimpleLTInitiator1_dmi(sc_core::sc_module_name name, argument
62 sc_core::sc_module(name),
107 std::cout << name() << ": Send write request: A = 0x"
113 std::cout << name() << ": Send read request: A = 0x"
122 std::cout << name() << ": Received error response @ "
126 std::cout << name() << ": Received ok response";
228 std::cout << name() << ": got DMI pointer invalidation"
233 std::cout << name() << ": ignored DMI invalidation for addresses "
244 std::cout << name() << ", <<SimpleLTInitiator1>>:" << std::endl
/gem5/src/systemc/tests/systemc/bugs/bug_147853/
H A Dbug_147853.cpp13 cerr << sc_time_stamp() <<" " << name() << " clk = " << clk.read() << "\n";
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp33 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
99 << sc_get_current_process_handle().name()
115 << sc_get_current_process_handle().name()
134 std::cout << name()
167 std::cout << name()
/gem5/src/systemc/tests/systemc/misc/gnats/pr-2/
H A Dpr-2.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
55 foo( sc_module_name name, argument
/gem5/src/systemc/tests/systemc/utils/sc_vector/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
57 : m_sub_vec( "sub_modules", n_sub ) // set name prefix, and create sub-modules
59 // , in_vec( "in_vec" ) // set name prefix
77 cout << children[i]->name() << " - "
/gem5/src/arch/riscv/insts/
H A Dstandard.cc13 * neither the name of the copyright holders nor the names of its
65 ss << data->second.name;
/gem5/src/gpu-compute/
H A Dfetch_stage.hh17 * 3. Neither the name of the copyright holder nor the names of its
65 std::string name() { return _name; } function in class:FetchStage
H A Dschedule_stage.hh17 * 3. Neither the name of the copyright holder nor the names of its
66 std::string name() { return _name; } function in class:ScheduleStage
/gem5/src/dev/net/
H A Detherswitch.hh12 * neither the name of the copyright holders nor the names of its
74 Interface(const std::string &name, EtherSwitch *_etherSwitch,
142 PortFifo(const std::string &name, int max) argument
143 :objName(name), _maxsize(max), _size(0) {}
146 const std::string name() { return objName; } function in class:EtherSwitch::Interface::PortFifo
/gem5/src/systemc/core/
H A DSystemC.py10 # neither the name of the copyright holders nor the names of its
56 method.name: (lambda *a, **k: None) for method in SimObject.cxx_exports
/gem5/tests/testing/
H A Dhelpers.py22 # neither the name of the copyright holders nor the names of its
118 ignore_list = FileIgnoreList(name=("ignore_me.txt", ), rex=(r".*~", )
140 return lambda name: re_obj.search(name)
146 def __contains__(self, name):
148 if rule(name):
/gem5/tests/gem5/hello_se/
H A Dtest_hello_se.py11 # neither the name of the copyright holders nor the names of its
55 name='test'+binary, variable
/gem5/src/base/stats/
H A Doutput.hh24 * neither the name of the copyright holders nor the names of its
68 virtual void beginGroup(const char *name) = 0;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal.cpp60 "`" << target->name() << "' "
63 "`" << first_writer->name() << "' "
66 "`" << second_writer->name() << "' "
130 sc_lazy_kernel_event( sc_event** ev, const char* name )
134 kernel_name.append( name );
148 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
181 os << " name = " << name() << ::std::endl;
271 bool is_output = std::string( if_typename_ ) == typeid(if_type).name();
306 os << " name
[all...]
/gem5/src/dev/
H A Dintel_8254_timer.cc12 * so long as the name of The University of Michigan is not used in
40 Intel8254Timer::Intel8254Timer(EventManager *em, const string &name, argument
42 EventManager(em), _name(name)
49 Intel8254Timer::Intel8254Timer(EventManager *em, const string &name) : argument
50 EventManager(em), _name(name)
52 counter[0] = new Counter(this, name + ".counter0", 0);
53 counter[1] = new Counter(this, name + ".counter1", 1);
54 counter[2] = new Counter(this, name + ".counter2", 2);
101 const string &name, unsigned int _num)
102 : _name(name), nu
100 Counter(Intel8254Timer *p, const string &name, unsigned int _num) argument
[all...]
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A DSimpleLTInitiator_ext.h48 SimpleLTInitiator_ext(sc_core::sc_module_name name, argument
51 sc_core::sc_module(name),
102 std::cout << name() << ": Send write request: A = 0x"
110 std::cout << name() << ": Send read request: A = 0x"
120 std::cout << name() << ": Received error response @ "
125 std::cout << name() << ": Received ok response";
265 std::cout << name() << ": got DMI pointer invalidation"
270 std::cout << name() << ": ignored DMI invalidation for addresses "
282 std::cout << name() << ", <<SimpleLTInitiator1>>:" << std::endl
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTInitiator_ext.h48 SimpleLTInitiator_ext(sc_core::sc_module_name name, argument
51 sc_core::sc_module(name),
102 std::cout << name() << ": Send write request: A = 0x"
110 std::cout << name() << ": Send read request: A = 0x"
120 std::cout << name() << ": Received error response @ "
125 std::cout << name() << ": Received ok response";
265 std::cout << name() << ": got DMI pointer invalidation"
270 std::cout << name() << ": ignored DMI invalidation for addresses "
282 std::cout << name() << ", <<SimpleLTInitiator1>>:" << std::endl
/gem5/src/python/m5/stats/
H A D__init__.py24 # neither the name of the copyright holders nor the names of its
256 def _bind_obj(name, obj):
261 _bind_obj("{}{}".format(name, idx), obj)
272 parent.addStatGroup(name, obj.getCCObject())
278 for name, obj in root._children.items():
279 _bind_obj(name, obj)
292 "by a regStats() function\n", stat.name, stat.id)
295 stat.name = "__Stat%06d" % stat.id
305 stats_list.sort(key=lambda s: s.name.split('.'))
307 stats_dict[stat.name]
[all...]
/gem5/src/cpu/o3/
H A Dcpu.cc26 * neither the name of the copyright holders nor the names of its
122 freeList(name() + ".freelist", &regFile),
126 scoreboard(name() + ".scoreboard",
136 activityRec(name(), NumStages,
369 "Ensure createInterruptController() is called.\n", name());
404 .name(name() + ".timesIdled")
410 .name(name() + ".idleCycles")
416 .name(nam
[all...]
H A Dfetch_impl.hh25 * neither the name of the copyright holders nor the names of its
154 DefaultFetch<Impl>::name() const function in class:DefaultFetch
156 return cpu->name() + ".fetch";
174 .name(name() + ".icacheStallCycles")
179 .name(name() + ".Insts")
184 .name(name() + ".Branches")
189 .name(nam
[all...]

Completed in 30 milliseconds

<<11121314151617181920>>