Searched refs:name (Results 576 - 600 of 1016) sorted by relevance

<<21222324252627282930>>

/gem5/src/cpu/minor/
H A Dfetch1.hh21 * neither the name of the copyright holders nor the names of its
72 IcachePort(std::string name, Fetch1 &fetch_, MinorCPU &cpu) : argument
73 MinorCPU::MinorCPUPort(name, cpu), fetch(fetch_)
377 void minorTraceResponseLine(const std::string &name,
H A Ddyn_inst.cc21 * neither the name of the copyright holders nor the names of its
124 os << "fault: \"" << inst.fault->name() << '"';
126 os << "translation fault: \"" << inst.translationFault->name() << '"';
137 /** Print a register in the form r<n>, f<n>, m<n>(<name>), z for integer,
187 id, pc.instAddr(), fault->name());
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc17 * 3. Neither the name of the copyright holder nor the names of its
59 _name = computeUnit->name() + ".GlobalMemPipeline";
237 .name(name() + ".load_vrf_bank_conflict_cycles")
/gem5/ext/googletest/googletest/test/
H A Dgtest_test_utils.py16 # * Neither the name of Google Inc. nor the names of its
56 IS_WINDOWS = os.name == 'nt'
57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
75 # environment. The comment suppresses the 'Invalid variable name' lint
102 i = 1 # Skips the program name.
157 """Returns the absolute path of the test binary given its name.
163 executable_name: name of the test binary that the test script runs.
194 if os.name == 'nt':
H A Dgtest_xml_test_utils.py16 # * Neither the name of Google Inc. nor the names of its
58 * It has the same tag name as expected_node.
88 actual_attr = actual_attributes.get(expected_attr.name)
92 (expected_attr.name, actual_node.tagName))
96 (expected_attr.name, actual_node.tagName,
111 'testsuites': 'name',
112 'testsuite': 'name',
113 'testcase': 'name',
122 is the value of their "name" attribute; for <failure> elements, it is
161 single asterisk (if it sn non-empty) as it is the type name returne
[all...]
/gem5/tests/gem5/
H A Dverifier.py11 # neither the name of the copyright holders nor the names of its
48 name = '-'.join([name_pfx, self.__class__.__name__])
50 name=name, fixtures=self.fixtures)
/gem5/src/cpu/
H A Dsimple_thread.cc24 * neither the name of the copyright holders nor the names of its
164 OutputStream *os(simout.create(csprintf("profile.%s.dat", baseCpu->name())));
205 SimpleThread::regStats(const string &name) argument
208 kernelStats->regStats(name + ".kern");
/gem5/src/mem/
H A Daddr_mapper.cc21 * neither the name of the copyright holders nor the names of its
44 masterPort(name() + "-master", *this),
45 slavePort(name() + "-slave", *this)
143 name());
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.cpp38 // NAME = name that must match the process for the message to print, or
46 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
49 << " - " << P->name() << std::endl; \
269 SC_REPORT_WARNING( SC_ID_PROCESS_ALREADY_UNWINDING_, name() );
521 SC_REPORT_WARNING( SC_ID_PROCESS_ALREADY_UNWINDING_, name() );
609 SC_REPORT_WARNING( SC_ID_THROW_IT_IGNORED_, name() );
782 SC_REPORT_WARNING(SC_ID_NOT_EXPECTING_DYNAMIC_EVENT_NOTIFY_, name());
808 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
843 // (2) Add process name to process messages.
H A Dsc_thread_process.cpp41 // NAME = name that must match the process for the message to print, or
49 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
52 << " - " << P->name() << std::endl; \
123 << thread_h->name() << ::std::endl;
295 SC_REPORT_WARNING( SC_ID_PROCESS_ALREADY_UNWINDING_, name() );
569 SC_REPORT_WARNING( SC_ID_PROCESS_ALREADY_UNWINDING_, name() );
655 SC_REPORT_WARNING( SC_ID_PROCESS_ALREADY_UNWINDING_, name() );
673 SC_REPORT_WARNING( SC_ID_THROW_IT_IGNORED_, name() );
842 SC_REPORT_WARNING(SC_ID_NOT_EXPECTING_DYNAMIC_EVENT_NOTIFY_, name());
882 MODIFICATION LOG - modifiers, enter your name, affiliatio
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Doperators.h59 cl.def(op::name(), &op::execute, is_operator(), extra...);
71 cl.def(op::name(), &op::execute_cast, is_operator(), extra...);
82 static char const* name() { return "__" #id "__"; } \
87 static char const* name() { return "__" #rid "__"; } \
103 static char const* name() { return "__" #id "__"; } \
113 static char const* name() { return "__" #id "__"; } \
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh21 * neither the name of the copyright holders nor the names of its
233 : MasterPort(_cpu->name() + ".icache_port", _cpu),
274 : MasterPort(_cpu->name() + ".dcache_port", _cpu),
404 * Create a trace input stream for a given file name.
436 genName(owner.name() + ".fixedretry" + _name),
459 /** Returns name of the FixedRetryGen instance. */
460 const std::string& name() const { return genName; } function in class:TraceCPU::FixedRetryGen
516 /** String to store the name of the FixedRetryGen. */
822 * Create a trace input stream for a given file name.
863 genName(owner.name()
893 const std::string& name() const { return genName; } function in class:TraceCPU::ElasticDataGen
[all...]
/gem5/ext/mcpat/
H A DxmlParser.h29 * * Neither the name of Frank Vanden Berghen nor the
288 * @param tag the name of the first tag inside the XML file. If the tag parameter is omitted, this function returns a node that represents the head of the xml document including the declaration term (<? ... ?>).
302 * @param tag the name of the first tag inside the XML file. If the tag parameter is omitted, this function returns a node that represents the head of the xml document including the declaration term (<? ... ?>).
322 * @param tag the name of the first tag inside the XML file. If the tag parameter is omitted, this function returns a node that represents the head of the xml document including the declaration term (<? ... ?>).
348 XMLCSTR getName() const; ///< name of the node
353 XMLNode getChildNode(XMLCSTR name, int i) const; ///< return ith child node with specific name (return an empty node if failing). If i==-1, this returns the last XMLNode with the given name.
354 XMLNode getChildNode(XMLCSTR name, int *i=NULL) const; ///< return next child node with specific name (retur
[all...]
/gem5/src/mem/slicc/symbols/
H A DFunc.py12 # neither the name of the copyright holders nor the names of its
32 def __init__(self, table, ident, name, location, return_type, param_types,
41 self.c_name = name
/gem5/util/style/
H A Dfile_types.py11 # neither the name of the copyright holders nor the names of its
93 name,extension = os.path.splitext(basename)
159 # its name and the language
184 new_lines = list(mutator(old_lines, src.name, language))
199 # if we're not updating in place and a destination file name
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.cc16 * 3. Neither the name of the copyright holder nor the names of its
38 TrafficGenerator::TrafficGenerator(sc_core::sc_module_name name) argument
39 : sc_core::sc_module(name),
/gem5/src/dev/
H A Dpixelpump.hh21 * neither the name of the copyright holders nor the names of its
265 PixelEvent(const char *name, BasePixelPump *parent, CallbackType func);
273 const std::string name() const override { return _name; }
H A Disa_fake.cc12 * neither the name of the copyright holders nor the names of its
61 name(), pkt->getAddr(), pkt->getSize());
116 name(), pkt->getAddr(), pkt->getSize(), data);
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.cpp132 std::sprintf( msg, "%s: export '%s' (%s)", add_msg, name(), kind() );
134 std::sprintf( msg, "export '%s' (%s)", name(), kind() );
/gem5/ext/systemc/src/tlm_utils/
H A Dpassthrough_target_socket.h45 m_process(this->name())
52 m_process(this->name())
101 process(const std::string& name) : argument
102 m_name(name),
256 m_process(this->name())
263 m_process(this->name())
328 process(const std::string& name) : argument
329 m_name(name),
/gem5/src/dev/arm/
H A Dflash_device.cc21 * neither the name of the copyright holders nor the names of its
91 planeEvent([this]{ actionComplete(); }, name())
479 std::string fd_name = name() + ".FlashDevice";
484 .name(fd_name + ".totalGCActivations")
491 .name(fd_name + ".writeAccessHist")
496 .name(fd_name + ".readAccessHist")
501 .name(fd_name + ".fileSystemAccessHist")
508 .name(fd_name + ".writeLatencyHist")
513 .name(fd_name + ".readLatencyHist")
/gem5/src/systemc/core/
H A Devent.hh11 * neither the name of the copyright holders nor the names of its
71 const std::string &name() const;
166 EventsIt findEvent(const std::string &name);
/gem5/src/systemc/tests/systemc/communication/sc_signal/check_writer/test16/
H A Dtest16.cpp124 << std::setw(8) << sc_core::sc_get_current_process_handle().name() << ": "
128 << sig.name() << " = "
/gem5/src/systemc/tests/systemc/kernel/sc_process_handle/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
84 if ( !strcmp( m_a.name(), "") )
87 << "name() returned empty string" << endl;
180 if ( strcmp( handle.name(), "") )
183 << " name() returned non-empty string" << endl;
/gem5/src/cpu/o3/
H A Dmem_dep_unit.hh24 * neither the name of the copyright holders nor the names of its
99 /** Returns the name of the memory dependence unit. */
100 std::string name() const { return _name; } function in class:MemDepUnit
207 /** Returns the name of the memory dependence entry. */
208 std::string name() const { return "memdepentry"; } function in class:MemDepUnit::MemDepEntry

Completed in 44 milliseconds

<<21222324252627282930>>