Searched refs:name (Results 901 - 925 of 1016) sorted by relevance

<<31323334353637383940>>

/gem5/src/cpu/o3/
H A Dfree_list.hh25 * neither the name of the copyright holders nor the names of its
112 * Note that while this most likely should be called FreeList, the name
115 * @todo: Give a better name to the base FP dependency.
121 /** The object name, for DPRINTF. We have to declare this
170 /** Gives the name of the freelist. */
171 std::string name() const { return _name; }; function in class:UnifiedFreeList
/gem5/src/cpu/pred/
H A Dbpred_unit.hh25 * neither the name of the copyright holders nor the names of its
325 * @name PMU Probe points.
332 * @param name Name of the probe point.
335 ProbePoints::PMUUPtr pmuProbePoint(const char *name);
/gem5/src/mem/cache/tags/
H A Dfa_lru.hh24 * neither the name of the copyright holders nor the names of its
359 void regStats(std::string name);
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.hh21 * neither the name of the copyright holders nor the names of its
177 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu,
H A Dsmmu_v3_caches.hh21 * neither the name of the copyright holders nor the names of its
89 virtual void regStats(const std::string &name);
320 void regStats(const std::string &name) override;
/gem5/src/arch/arm/
H A Dfaults.hh25 * neither the name of the copyright holders nor the names of its
57 // The design of the "name" and "vect" functions is in sim/faults.hh
154 const FaultName name; member in struct:ArmISA::ArmFault::FaultVals
192 : name(name_), offset(offset_), currELTOffset(currELTOffset_),
251 FaultName name() const override { return vals.name; }
/gem5/ext/mcpat/cacti/
H A Dcacti_interface.h15 * neither the name of the copyright holders nor the names of its
125 bool error_checking(string name = "CACTI");
346 const string &name);
/gem5/src/python/m5/util/
H A Dcode_formatter.py11 # neither the name of the copyright holders nor the names of its
96 def __init__(cls, name, bases, dct):
97 super(code_formatter_meta, cls).__init__(name, bases, dct)
/gem5/util/tlm/src/
H A Dsc_master_port.cc16 * 3. Neither the name of the copyright holder nor the names of its
416 SCMasterPortHandler::getExternalPort(const std::string &name, argument
421 auto* port = new SCMasterPort(name, port_data, owner, control);
/gem5/src/arch/mips/
H A Dmt.hh12 * neither the name of the copyright holders nor the names of its
147 curTick(), tc->threadId(), tc->getCpuPtr()->name(),
165 curTick(), tc->threadId(), tc->getCpuPtr()->name(), restartPC);
/gem5/src/mem/ruby/system/
H A DRubySystem.cc12 * neither the name of the copyright holders nor the names of its
158 " not recording\n", curr_head->name());
255 string cache_trace_file = name() + ".cache.gz";
/gem5/src/mem/cache/compressors/
H A Dbdi.cc12 * neither the name of the copyright holders nor the names of its
464 .name(name() + ".encoding")
/gem5/src/cpu/minor/
H A Dlsq.hh21 * neither the name of the copyright holders nor the names of its
96 DcachePort(std::string name, LSQ &lsq_, MinorCPU &cpu) : argument
97 MinorCPU::MinorCPUPort(name, cpu), lsq(lsq_)
/gem5/system/alpha/console/
H A Dconsole.c13 * neither the name of the copyright holders nor the names of its
325 char name[16]; member in struct:_rpb_name
795 char name[128]; member in struct:__anon32
805 if (strcmp(deviceState[channel].name, BOOTDEVICE_NAME )) {
977 bcopy((char*)a1, deviceState[numOpenDevices].name, a2);
978 deviceState[numOpenDevices].name[a2] = '\0';
980 deviceState[numOpenDevices].name);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h461 const char* name() const { return vec_->name(); } function in class:sc_core::sc_vector_assembly
587 sc_vector<T>::create_element( const char* name, size_type /* idx */ ) argument
589 return new T( name );
605 std::string name = make_name( basename(), i ); local
606 const char* cname = name.c_str();
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
106 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
133 sc_get_current_process_base() since the function's name changed.
579 sc_signal_invalid_writer( name(), kind(),
580 m_writer_p->name(), writer_p->name() );
796 if( nm == typeid( sc_signal_inout_if<sc_dt::sc_bigint<W> > ).name() )
800 sc_signal_invalid_writer( name(), kind(),
801 m_output_p->name(), port_.name() );
[all...]
H A Dscx_signal_unsigned.h30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
96 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
123 sc_get_current_process_base() since the function's name changed.
569 sc_signal_invalid_writer( name(), kind(),
570 m_writer_p->name(), writer_p->name() );
790 if( nm == typeid( sc_signal_inout_if<sc_dt::sc_biguint<W> > ).name() )
794 sc_signal_invalid_writer( name(), kind(),
795 m_output_p->name(), port_.name() );
[all...]
/gem5/src/dev/net/
H A Dns_gige.cc12 * neither the name of the copyright holders nor the names of its
114 rxDmaReadEvent([this]{ rxDmaReadDone(); }, name()),
115 rxDmaWriteEvent([this]{ rxDmaWriteDone(); }, name()),
116 txDmaReadEvent([this]{ txDmaReadDone(); }, name()),
117 txDmaWriteEvent([this]{ txDmaWriteDone(); }, name()),
121 rxKickEvent([this]{ rxKick(); }, name()),
123 txKickEvent([this]{ txKick(); }, name()),
124 txEvent([this]{ txEventTransmit(); }, name()),
133 interface = new NSGigEInt(name() + ".int0", this);
877 name(), tru
[all...]
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h14 // * Neither the name of Google Inc. nor the names of its
102 // This flag sets up the filter to select by name using a glob pattern
451 // Deletes self. We deliberately pick an unusual name for this
635 // Test case name
636 // Test name
650 // Returns the test case name.
653 // Returns the test name.
654 const char* name() const { return name_.c_str(); } function in class:testing::TestInfo
656 // Returns the name of the parameter type, or NULL if this is not a typed
672 // Returns the file name wher
800 const char* name() const { return name_.c_str(); } function in class:testing::TestCase
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc14 // * Neither the name of Google Inc. nor the names of its
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
877 test_names.insert(std::string(test_info->name()));
887 // Test a numeric name to ensure PrintToStringParamName works correctly.
896 EXPECT_STREQ(test_name_stream.GetString().c_str(), test_info->name());
923 EXPECT_STREQ(test_name_stream.GetString().c_str(), test_info->name());
955 EXPECT_STREQ(test_name_stream.GetString().c_str(), test_info->name());
/gem5/src/mem/cache/
H A Dcache.cc25 * neither the name of the copyright holders nor the names of its
173 name());
736 "read-only cache %s\n", name());
992 name(), pkt->print());
1094 "a dirty block in a read-only cache %s\n", name());
1148 "but keeping the block", name(), pkt->print());
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h195 _("numpy.ndarray[") + npy_format_descriptor<Scalar>::name +
345 static constexpr auto name = props::descriptor; member in struct:type_caster
385 static constexpr auto name = props::descriptor; member in struct:eigen_map_caster
530 static constexpr auto name = props::descriptor; member in struct:type_caster
597 + npy_format_descriptor<Scalar>::name + _("]"));
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h14 // * Neither the name of Google Inc. nor the names of its
354 // Returns true iff the test name of test property matches on key_.
395 // name and the test name.
408 // Returns true if "name" matches the ':' separated list of glob-style
410 static bool MatchesFilter(const std::string& name, const char* filter);
413 // Returns the current application's name, removing directory path if that
623 // Finds and returns a TestCase with the given name. If one doesn't
628 // test_case_name: name of the test case
629 // type_param: the name o
[all...]
/gem5/src/cpu/
H A Dsimple_thread.hh25 * neither the name of the copyright holders nor the names of its
124 std::string name() const function in class:SimpleThread
126 return csprintf("%s.[tid:%i]", baseCpu->name(), threadId());
150 void regStats(const std::string &name) override;
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_port.cpp229 std::sprintf( msg, "%s: port '%s' (%s)", add_msg, name(), kind() );
231 std::sprintf( msg, "port '%s' (%s)", name(), kind() );
751 MODIFICATION LOG - modifiers, enter your name, affiliation, date and

Completed in 82 milliseconds

<<31323334353637383940>>