Searched refs:name (Results 926 - 950 of 1016) sorted by relevance

<<31323334353637383940>>

/gem5/src/systemc/dt/int/
H A Dsc_nbcommon.inc37 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
/gem5/src/systemc/tests/systemc/compliance_1666/test00/
H A Dtest00.cpp85 sc_assert(std::string(name()).substr(0,17) == "top.m_dest.object");
86 check_form_of_suffix(std::string(name()).substr(17));
/gem5/util/style/
H A Dverifiers.py27 # neither the name of the copyright holders nor the names of its
117 test_name = long descriptive name of test, will be used in
119 opt_name = short name used to generate command-line options to
141 def normalize_filename(self, name):
142 abs_name = os.path.abspath(name)
/gem5/src/python/m5/
H A Dmain.py23 # neither the name of the copyright holders nor the names of its
309 for name in objects:
310 obj = SimObject.allClasses[name]
/gem5/ext/mcpat/
H A Dbasic_components.h15 * neither the name of the copyright holders nor the names of its
220 string name; member in class:McPATComponent
221 // Number of cycles per second (consider changing name)
H A Dsystem.cc14 * neither the name of the copyright holders nor the names of its
56 name = "System";
200 XMLCSTR node_name = paramNode->getAttribute("name");
260 XMLCSTR node_name = statNode->getAttribute("name");
/gem5/src/dev/net/
H A Dsinicreg.hh12 * neither the name of the copyright holders nor the names of its
178 const char *name; member in struct:Sinic::Regs::Info
/gem5/src/sim/power/
H A Dthermal_model.cc21 * neither the name of the copyright holders nor the names of its
197 : ClockedObject(p), stepEvent([this]{ doStep(); }, name()), _step(p->step)
/gem5/src/mem/
H A Dmem_checker.hh21 * neither the name of the copyright holders nor the names of its
208 : Named((parent != NULL ? parent->name() : "") +
/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp226 AES_Decrypt(sc_module_name name, argument
236 ) : AES_Base(name)
659 AES_Encrypt(sc_module_name name, argument
669 ) : AES_Base(name)
/gem5/ext/testlib/
H A Dlog.py11 # neither the name of the copyright holders nor the names of its
53 def __init__(cls, name, bases, dct):
/gem5/src/dev/arm/
H A Drv_ctrl.cc21 * neither the name of the copyright holders nor the names of its
275 panic_if(clock_period == 0, "%s has a clock period of zero\n", name());
H A Dtimer_a9global.cc22 * neither the name of the copyright holders nor the names of its
54 global_timer(name() + ".globaltimer", this, p->int_num)
H A Dpl011.cc24 * neither the name of the copyright holders nor the names of its
58 intEvent([this]{ generateInterrupt(); }, name()),
/gem5/src/dev/serial/
H A Duart8250.cc12 * neither the name of the copyright holders nor the names of its
81 event->name(), curTick() + interval);
/gem5/ext/googletest/googletest/test/
H A Dgtest-typed-test_test.cc14 // * Neither the name of Google Inc. nor the names of its
149 // share the same name.
298 // test cases can share the same name.
348 return testing::UnitTest::GetInstance()->current_test_info()->name();
362 // Be sure to try a type with a comma in its name just in case it matters.
/gem5/src/cpu/o3/
H A Dcommit.hh24 * neither the name of the copyright holders nor the names of its
146 /** Returns the name of the DefaultCommit. */
147 std::string name() const;
H A Diew.hh24 * neither the name of the copyright holders nor the names of its
138 /** Returns the name of the DefaultIEW stage. */
139 std::string name() const;
H A Dinst_queue.hh25 * neither the name of the copyright holders nor the names of its
131 /** Returns the name of the IQ. */
132 std::string name() const;
H A Drename.hh25 * neither the name of the copyright holders nor the names of its
135 /** Returns the name of rename. */
136 std::string name() const;
/gem5/tests/
H A Dtests.py22 # neither the name of the copyright holders nor the names of its
144 test mode (fs or se), a workload name, an isa, an operating
145 system, and a config name separate by slashes. For example:
254 print('Could not read file %s' % f.name, file=sys.stderr)
/gem5/src/arch/mips/
H A Dprocess.cc12 * neither the name of the copyright holders nor the names of its
54 new EmulationPageTable(params->name, params->pid, PageBytes),
/gem5/src/arch/power/
H A Dprocess.cc13 * neither the name of the copyright holders nor the names of its
54 new EmulationPageTable(params->name, params->pid, PageBytes),
/gem5/src/arch/riscv/
H A Dprocess.cc13 * neither the name of the copyright holders nor the names of its
66 new EmulationPageTable(params->name, params->pid, PageBytes),
/gem5/src/arch/alpha/
H A Dprocess.cc12 * neither the name of the copyright holders nor the names of its
53 new EmulationPageTable(params->name, params->pid, PageBytes),

Completed in 53 milliseconds

<<31323334353637383940>>