Searched refs:name (Results 1 - 25 of 1016) sorted by relevance

1234567891011>>

/gem5/src/python/m5/internal/
H A Dparams.py23 # neither the name of the copyright holders nor the names of its
47 for name, module in inspect.getmembers(_m5):
48 if name.startswith('param_') or name.startswith('enum_'):
49 exec("from _m5.%s import *" % name)
/gem5/src/cpu/minor/
H A Dstats.cc21 * neither the name of the copyright holders nor the names of its
49 MinorStats::regStats(const std::string &name, BaseCPU &baseCpu) argument
52 .name(name + ".committedInsts")
56 .name(name + ".committedOps")
60 .name(name + ".discardedOps")
65 .name(name
[all...]
H A Dactivity.hh21 * neither the name of the copyright holders nor the names of its
64 MinorActivityRecorder(const std::string &name, int num_stages, argument
66 ActivityRecorder(name, num_stages, longest_latency, 0)
/gem5/src/kern/
H A Dkernel_stats.cc12 * neither the name of the copyright holders nor the names of its
50 .name(name() + ".inst.arm")
55 .name(name() + ".inst.quiesce")
/gem5/src/dev/net/
H A Detherdevice.cc12 * neither the name of the copyright holders nor the names of its
42 .name(name() + ".txBytes")
48 .name(name() + ".rxBytes")
54 .name(name() + ".txPackets")
60 .name(name() + ".rxPackets")
66 .name(nam
[all...]
H A Detherint.cc12 * neither the name of the copyright holders nor the names of its
42 name(), peer.name());
60 "Current peer=%s Desired peer=%s", peer->name(), p->name());
/gem5/src/dev/arm/
H A Dsmmu_v3_events.cc21 * neither the name of the copyright holders nor the names of its
51 SMMUDeviceRetryEvent::name() const function in class:SMMUDeviceRetryEvent
53 return smmuIfc.name() + ".device_retry_event";
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h14 // * Neither the name of Google Inc. nor the names of its
70 #define GMOCK_FLAG(name) FLAGS_gmock_##name
75 #define GMOCK_DECLARE_bool_(name) extern GTEST_API_ bool GMOCK_FLAG(name)
76 #define GMOCK_DECLARE_int32_(name) \
77 extern GTEST_API_ ::testing::internal::Int32 GMOCK_FLAG(name)
78 #define GMOCK_DECLARE_string_(name) \
79 extern GTEST_API_ ::std::string GMOCK_FLAG(name)
82 #define GMOCK_DEFINE_bool_(name, default_va
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_object/test02/
H A Dtest02.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
38 // Test automatic object name generation.
44 Name(const char* name) : sc_object(name) argument
62 Name name(0);
66 cout << name.name() << endl;
67 cout << name1.name() << endl;
68 cout << no_name.name() << endl;
/gem5/src/arch/x86/
H A Dtypes.cc12 * neither the name of the copyright holders nor the names of its
40 paramOut(CheckpointOut &cp, const string &name, ExtMachInst const &machInst) argument
43 paramOut(cp, name + ".legacy", (uint8_t)machInst.legacy);
44 paramOut(cp, name + ".rex", (uint8_t)machInst.rex);
45 paramOut(cp, name + ".vex", (uint32_t)machInst.vex);
48 paramOut(cp, name + ".opcode.type", (uint8_t)machInst.opcode.type);
49 paramOut(cp, name + ".opcode.op", (uint8_t)machInst.opcode.op);
52 paramOut(cp, name + ".modRM", (uint8_t)machInst.modRM);
53 paramOut(cp, name + ".sib", (uint8_t)machInst.sib);
56 paramOut(cp, name
71 paramIn(CheckpointIn &cp, const string &name, ExtMachInst &machInst) argument
[all...]
/gem5/src/systemc/utils/
H A Dsc_trace_file.cc11 * neither the name of the copyright holders nor the names of its
55 sc_create_vcd_trace_file(const char *name) argument
57 auto tf = new ::sc_gem5::VcdTraceFile(name);
77 sc_trace(sc_trace_file *tf, const bool &v, const std::string &name) argument
79 static_cast<::sc_gem5::TraceFile *>(tf)->addTraceVal(&v, name);
83 sc_trace(sc_trace_file *tf, const bool *v, const std::string &name) argument
85 static_cast<::sc_gem5::TraceFile *>(tf)->addTraceVal(v, name);
89 sc_trace(sc_trace_file *tf, const float &v, const std::string &name) argument
91 static_cast<::sc_gem5::TraceFile *>(tf)->addTraceVal(&v, name);
95 sc_trace(sc_trace_file *tf, const float *v, const std::string &name) argument
101 sc_trace(sc_trace_file *tf, const double &v, const std::string &name) argument
107 sc_trace(sc_trace_file *tf, const double *v, const std::string &name) argument
113 sc_trace(sc_trace_file *tf, const sc_dt::sc_logic &v, const std::string &name) argument
119 sc_trace(sc_trace_file *tf, const sc_dt::sc_logic *v, const std::string &name) argument
125 sc_trace(sc_trace_file *tf, const sc_dt::sc_int_base &v, const std::string &name) argument
132 sc_trace(sc_trace_file *tf, const sc_dt::sc_int_base *v, const std::string &name) argument
139 sc_trace(sc_trace_file *tf, const sc_dt::sc_uint_base &v, const std::string &name) argument
146 sc_trace(sc_trace_file *tf, const sc_dt::sc_uint_base *v, const std::string &name) argument
153 sc_trace(sc_trace_file *tf, const sc_dt::sc_signed &v, const std::string &name) argument
160 sc_trace(sc_trace_file *tf, const sc_dt::sc_signed *v, const std::string &name) argument
167 sc_trace(sc_trace_file *tf, const sc_dt::sc_unsigned &v, const std::string &name) argument
174 sc_trace(sc_trace_file *tf, const sc_dt::sc_unsigned *v, const std::string &name) argument
181 sc_trace(sc_trace_file *tf, const sc_dt::sc_bv_base &v, const std::string &name) argument
188 sc_trace(sc_trace_file *tf, const sc_dt::sc_bv_base *v, const std::string &name) argument
195 sc_trace(sc_trace_file *tf, const sc_dt::sc_lv_base &v, const std::string &name) argument
202 sc_trace(sc_trace_file *tf, const sc_dt::sc_lv_base *v, const std::string &name) argument
209 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxval &v, const std::string &name) argument
215 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxval *v, const std::string &name) argument
221 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxval_fast &v, const std::string &name) argument
228 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxval_fast *v, const std::string &name) argument
235 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxnum &v, const std::string &name) argument
241 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxnum *v, const std::string &name) argument
247 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxnum_fast &v, const std::string &name) argument
254 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxnum_fast *v, const std::string &name) argument
261 sc_trace(sc_trace_file *tf, const sc_event &v, const std::string &name) argument
267 sc_trace(sc_trace_file *tf, const sc_event *v, const std::string &name) argument
273 sc_trace(sc_trace_file *tf, const sc_time &v, const std::string &name) argument
279 sc_trace(sc_trace_file *tf, const sc_time *v, const std::string &name) argument
285 sc_trace(sc_trace_file *tf, const unsigned char &v, const std::string &name, int width) argument
292 sc_trace(sc_trace_file *tf, const unsigned char *v, const std::string &name, int width) argument
299 sc_trace(sc_trace_file *tf, const unsigned short &v, const std::string &name, int width) argument
306 sc_trace(sc_trace_file *tf, const unsigned short *v, const std::string &name, int width) argument
313 sc_trace(sc_trace_file *tf, const unsigned int &v, const std::string &name, int width) argument
320 sc_trace(sc_trace_file *tf, const unsigned int *v, const std::string &name, int width) argument
327 sc_trace(sc_trace_file *tf, const unsigned long &v, const std::string &name, int width) argument
334 sc_trace(sc_trace_file *tf, const unsigned long *v, const std::string &name, int width) argument
341 sc_trace(sc_trace_file *tf, const char &v, const std::string &name, int width) argument
347 sc_trace(sc_trace_file *tf, const char *v, const std::string &name, int width) argument
353 sc_trace(sc_trace_file *tf, const short &v, const std::string &name, int width) argument
360 sc_trace(sc_trace_file *tf, const short *v, const std::string &name, int width) argument
367 sc_trace(sc_trace_file *tf, const int &v, const std::string &name, int width) argument
373 sc_trace(sc_trace_file *tf, const int *v, const std::string &name, int width) argument
379 sc_trace(sc_trace_file *tf, const long &v, const std::string &name, int width) argument
385 sc_trace(sc_trace_file *tf, const long *v, const std::string &name, int width) argument
391 sc_trace(sc_trace_file *tf, const sc_dt::int64 &v, const std::string &name, int width) argument
398 sc_trace(sc_trace_file *tf, const sc_dt::int64 *v, const std::string &name, int width) argument
405 sc_trace(sc_trace_file *tf, const sc_dt::uint64 &v, const std::string &name, int width) argument
412 sc_trace(sc_trace_file *tf, const sc_dt::uint64 *v, const std::string &name, int width) argument
419 sc_trace(sc_trace_file *tf, const sc_signal_in_if<char> &v, const std::string &name, int width) argument
427 sc_trace(sc_trace_file *tf, const sc_signal_in_if<short> &v, const std::string &name, int width) argument
435 sc_trace(sc_trace_file *tf, const sc_signal_in_if<int> &v, const std::string &name, int width) argument
443 sc_trace(sc_trace_file *tf, const sc_signal_in_if<long> &v, const std::string &name, int width) argument
451 sc_trace(sc_trace_file *tf, const unsigned int &v, const std::string &name, const char **enum_literals) argument
[all...]
H A Dvcd.hh11 * neither the name of the copyright holders nor the names of its
49 void addValue(const std::string &name, VcdTraceValBase *value);
50 void output(const std::string &name, std::ostream &os);
70 VcdTraceFile(const std::string &name) : argument
71 TraceFile(name + ".vcd"), lastPrintedTime(0), deltasAtNow(0),
84 addNewTraceVal(const typename TV::TracedType *v, const std::string &name, argument
89 topScope.addValue(name, tv);
92 void addTraceVal(const bool *v, const std::string &name) override;
93 void addTraceVal(const float *v, const std::string &name) override;
94 void addTraceVal(const double *v, const std::string &name) overrid
[all...]
/gem5/util/
H A Dchecktrace.sh11 # neither the name of the copyright holders nor the names of its
32 name=`dirname $trace`
36 echo "Run $name had problems."
/gem5/util/m5/
H A Dm5op_arm.S24 * neither the name of the copyright holders nor the names of its
54 .macro m5op_func name, func, subfunc
56 .globl \name
57 \name:
68 #define M5OP(name, func, subfunc) m5op_func name, func, subfunc
71 #define M5_ANNOTATION(name, ann) m5op_func name, M5OP_ANNOTATE, ann
H A Dm5op_arm_A64.S24 * neither the name of the copyright holders nor the names of its
49 .macro m5op_func, name, func, subfunc
50 .globl \name
51 \name:
58 .macro m5op_func, name, func, subfunc
59 .globl \name
60 \name:
67 #define M5OP(name, func, subfunc) m5op_func name, func, subfunc
70 #define M5_ANNOTATION(name, an
[all...]
/gem5/configs/common/
H A DBPConfig.py11 # neither the name of the copyright holders nor the names of its
56 def get(name):
57 """Get a BP class from a user provided class name or alias."""
60 bp_class = _bp_classes[name]
63 print("%s is not a valid BP model." % (name,))
71 for name, cls in _bp_classes.items():
72 print("\t%s" % name)
86 for name, cls in inspect.getmembers(m5.objects, is_bp_class):
87 _bp_classes[name] = cls
107 def get_indirect(name)
[all...]
/gem5/src/systemc/core/
H A Dsc_export.cc11 * neither the name of the copyright holders nor the names of its
45 const char *name, const char *kind)
49 msg = csprintf("%s: export '%s' (%s)", add_msg, name, kind);
51 msg = csprintf("export '%s' (%s)", name, kind);
62 name(), kind());
65 reportError(SC_ID_INSERT_EXPORT_, "elaboration done", name(), kind());
69 reportError(SC_ID_EXPORT_OUTSIDE_MODULE_, nullptr, name(), kind());
44 reportError(const char *id, const char *add_msg, const char *name, const char *kind) argument
/gem5/src/systemc/tests/systemc/kernel/sc_module/test04/
H A Dtest04.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
38 // test of the unique name generation for objects
86 cout << sig1.name() << endl;
87 cout << sig2.name() << endl;
88 cout << a.name() << endl;
89 cout << b.name() << endl;
90 cout << c.name() << endl;
91 cout << a.in.name() << endl;
92 cout << a.out.name() << endl;
93 cout << b.out.name() << end
[all...]
/gem5/ext/testlib/
H A Dtest.py11 # neither the name of the copyright holders nor the names of its
69 def __init__(self, name=None, fixtures=tuple(), **kwargs):
71 if name is None:
72 name = self.__class__.__name__
73 self.name = name
79 def __init__(self, function, name=None, **kwargs):
81 if name is None:
82 name = function.__name__
83 TestCase.__init__(self, name
[all...]
/gem5/util/tlm/src/
H A Dsim_control_if.hh16 * 3. Neither the name of the copyright holder nor the names of its
50 virtual SCSlavePort* getSlavePort(const std::string& name) = 0;
51 virtual SCMasterPort* getMasterPort(const std::string& name) = 0;
H A Dmaster_transactor.cc16 * 3. Neither the name of the copyright holder nor the names of its
42 Gem5MasterTransactor::Gem5MasterTransactor(sc_core::sc_module_name name, argument
44 : sc_core::sc_module(name),
50 SC_REPORT_ERROR(name, "No port name specified!\n");
H A Dslave_transactor.cc16 * 3. Neither the name of the copyright holder nor the names of its
42 Gem5SlaveTransactor::Gem5SlaveTransactor(sc_core::sc_module_name name, argument
44 : sc_core::sc_module(name),
50 SC_REPORT_ERROR(name, "No port name specified!\n");
/gem5/src/cpu/testers/traffic_gen/
H A Dexit_gen.cc21 * neither the name of the copyright holders nor the names of its
50 "terminate the simulation.\n", name());
51 exitSimLoop(name() + " has encountered the exit state and will "
/gem5/tests/gem5/fs/linux/arm/
H A Dtest.py20 # neither the name of the copyright holders nor the names of its
90 for name in arm_fs_quick_tests:
91 args = [ joinpath(config.base_dir, 'tests', 'configs', name + '.py') ]
93 name=name, variable
102 for name in arm_fs_long_tests:
103 args = [ joinpath(config.base_dir, 'tests', 'configs', name + '.py') ]
105 name=name, variable
/gem5/src/arch/power/
H A Dfaults.hh13 * neither the name of the copyright holders nor the names of its
46 PowerFault(FaultName name) argument
47 : _name(name)
52 name() const function in class:PowerISA::PowerFault

Completed in 19 milliseconds

1234567891011>>