Searched refs:name (Results 476 - 500 of 1016) sorted by relevance

<<11121314151617181920>>

/gem5/src/sim/
H A Dvoltage_domain.hh21 * neither the name of the copyright holders nor the names of its
82 "of numVoltages %u", name(), perf_level,
/gem5/src/dev/mips/
H A Dmalta_io.hh12 * neither the name of the copyright holders nor the names of its
60 RTC(const std::string &name, const MaltaIOParams *p);
/gem5/src/gpu-compute/
H A Dvector_register_state.cc17 * 3. Neither the name of the copyright holder nor the names of its contributors
52 _name = computeUnit->name() + ".VecRegState";
H A Dcondition_register_state.cc17 * 3. Neither the name of the copyright holder nor the names of its contributors
54 _name = computeUnit->name() + ".CondRegState";
H A Dlocal_memory_pipeline.hh17 * 3. Neither the name of the copyright holder nor the names of its
79 const std::string& name() const { return _name; } function in class:LocalMemPipeline
H A Dscoreboard_check_stage.hh17 * 3. Neither the name of the copyright holder nor the names of its
73 const std::string& name() const { return _name; } function in class:ScoreboardCheckStage
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.cc12 * neither the name of the copyright holders nor the names of its
140 .name(name() + ".msg_count." + MessageSizeType_to_string(type))
144 .name(name() + ".msg_byte." + MessageSizeType_to_string(type))
/gem5/util/tlm/examples/master_port/
H A Dtraffic_generator.hh16 * 3. Neither the name of the copyright holder nor the names of its
64 TrafficGenerator(sc_core::sc_module_name name);
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_except.cpp69 SC_REPORT_FATAL( SC_ID_RETHROW_UNWINDING_, m_proc_p->name() );
/gem5/src/cpu/o3/
H A Dscoreboard.hh13 * neither the name of the copyright holders nor the names of its
55 /** The object name, for DPRINTF. We have to declare this
77 /** Returns the name of the scoreboard. */
78 std::string name() const { return _name; }; function in class:Scoreboard
/gem5/ext/pybind11/tests/
H A Dpybind11_cross_module_tests.cpp99 class Dog : public pets::Pet { public: Dog(std::string name) : Pet(name) {}; }; argument
101 .def("name", &pets::Pet::name);
105 m.def("pet_name", [](pets::Pet &p) { return p.name(); });
/gem5/src/systemc/ext/core/
H A Dsc_object.hh11 * neither the name of the copyright holders nor the names of its
55 const char *name() const;
/gem5/src/systemc/tests/include/
H A DExplicitATTarget.h44 ExplicitATTarget(sc_core::sc_module_name name) : argument
45 sc_core::sc_module(name),
68 std::cout << name() << ": Received write request: A = 0x"
84 std::cout << name() << ": Received read request: A = 0x"
H A DSimpleATTarget1.h44 SimpleATTarget1(sc_core::sc_module_name name) : argument
45 sc_core::sc_module(name),
84 std::cout << name() << ": Received write request: A = 0x"
92 std::cout << name() << ": Received read request: A = 0x"
H A DSimpleATTarget2.h44 SimpleATTarget2(sc_core::sc_module_name name) : argument
45 sc_core::sc_module(name),
82 std::cout << name() << ": Received write request: A = 0x"
90 std::cout << name() << ": Received read request: A = 0x"
H A DSimpleLTTarget1.h44 SimpleLTTarget1(sc_core::sc_module_name name, bool invalidate = false) : argument
45 sc_core::sc_module(name),
75 std::cout << name() << ": Received write request: A = 0x"
84 std::cout << name() << ": Received read request: A = 0x"
/gem5/src/systemc/tests/systemc/compliance_1666/test202/
H A Dtest202.cpp31 sc_assert(strcmp(clk.name(), "top.clk") == 0);
/gem5/src/systemc/tests/systemc/kernel/sc_object/test01/
H A Dtest01.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
69 cout << (*it)->name() << endl;
79 cout<<endl<<endl<<"Module base name: "<<module.basename()<<endl;
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test15/
H A Dtest15.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
89 sc_trace(tf, test_top.sig, test_top.sig.name());
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test15/
H A Dtest15.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
89 sc_trace(tf, test_top.sig, test_top.sig.name());
/gem5/ext/sst/
H A DExtSlave.cc20 // neither the name of the copyright holders nor the names of its
56 ::ExternalSlave& port, std::string &name) :
57 Port(name, port),
59 link(comp->configureLink(name, new Event::Handler<ExtSlave>(this,
63 out.fatal(CALL_INFO, 1, "Failed to configure link %s\n", name.c_str());
55 ExtSlave(gem5Component *g5c, Output &out, ::ExternalSlave& port, std::string &name) argument
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.hh21 * neither the name of the copyright holders nor the names of its
91 * @param name Path to resolve
93 std::string resolveFile(const std::string &name);
/gem5/ext/googletest/googlemock/test/
H A Dgmock_test_utils.py16 # * Neither the name of Google Inc. nor the names of its
61 """Returns the absolute path of the test binary given its name.
67 executable_name: name of the test binary that the test script runs.
83 if os.name == 'nt':
96 # Suppresses the "Invalid const name" lint complaint
/gem5/ext/googletest/googletest/test/
H A Dgtest-listener_test.cc13 // * Neither the name of Google Inc. nor the names of its
57 explicit EventRecordingListener(const char* name) : name_(name) {} argument
121 std::string GetFullMethodName(const char* name) { argument
122 return name_ + "." + name;
160 // recording the test name.
/gem5/src/arch/riscv/
H A Dfaults.hh14 * neither the name of the copyright holders nor the names of its
106 FaultName name() const override { return _name; }
122 FaultName name() const override { return _name; }
177 UnimplementedFault(std::string name, const ExtMachInst inst) argument
179 instName(name)

Completed in 28 milliseconds

<<11121314151617181920>>