Searched refs:name (Results 176 - 200 of 1016) sorted by relevance

1234567891011>>

/gem5/src/sim/
H A Dcxx_manager.cc21 * neither the name of the copyright holders nor the names of its
173 if (!configFile.getParamVector(object_name, param->name,
177 "Element not found: %s", param->name));
192 if (!object_params->setSimObjectVector(param->name,
197 param->name, formatParamList(sub_object_names)));
201 object_name, param->name,
206 if (!configFile.getParam(object_name, param->name,
210 "Element not found: %s", param->name));
217 if (!object_params->setSimObject(param->name,
222 " \"%s\"", param->name, sub_object_nam
[all...]
/gem5/ext/libfdt/
H A Dfdt_wip.c37 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
43 propval = fdt_getprop_w(fdt, nodeoffset, name, &proplen);
62 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
67 prop = fdt_get_property_w(fdt, nodeoffset, name, &len);
/gem5/util/cxx_config/
H A Dstats.cc21 * neither the name of the copyright holders nor the names of its
81 std::cerr << "SCALAR " << stat->name << ' '
88 std::cerr << "VECTOR " << stat->name << '[' << index
92 std::cerr << "VTOTAL " << stat->name << ' '
95 std::cerr << "?????? " << stat->name << '\n';
/gem5/src/mem/ruby/network/
H A DBasicRouter.cc12 * neither the name of the copyright holders nor the names of its
46 out << name();
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_other_defs.h30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
359 const sc_fxval& object, const std::string& name )
362 tf->trace( object, name );
368 const sc_fxval* object, const std::string& name )
371 tf->trace( *object, name );
377 const sc_fxval_fast& object, const std::string& name )
380 tf->trace( object, name );
386 const sc_fxval_fast* object, const std::string& name )
389 tf->trace( *object, name );
395 const sc_fxnum& object, const std::string& name )
[all...]
/gem5/util/tlm/src/
H A Dmaster_transactor.hh16 * 3. Neither the name of the copyright holder nor the names of its
62 Gem5MasterTransactor(sc_core::sc_module_name name,
H A Dslave_transactor.hh16 * 3. Neither the name of the copyright holder nor the names of its
62 Gem5SlaveTransactor(sc_core::sc_module_name name,
/gem5/src/arch/arm/kvm/
H A Darmv8_cpu.hh21 * neither the name of the copyright holders nor the names of its
99 : kvm(_kvm), idx(_idx), name(_name) {}
106 const char *name; member in struct:ArmV8KvmCPU::IntRegInfo
113 : kvm(_kvm), idx(_idx), name(_name), is_device(_is_device) {}
120 const char *name; member in struct:ArmV8KvmCPU::MiscRegInfo
/gem5/src/dev/virtio/
H A Dconsole.hh21 * neither the name of the copyright holders nor the names of its
94 * @name Feature bits
120 std::string name() const { return parent.name() + ".qRecv"; } function in class:VirtIOConsole::TermRecvQueue
141 std::string name() const { return parent.name() + ".qTrans"; } function in class:VirtIOConsole::TermTransQueue
/gem5/src/learning_gem5/part2/
H A Dgoodbye_object.hh12 * neither the name of the copyright holders nor the names of its
79 * @param name the name of the object we are saying goodbye to.
81 void sayGoodbye(std::string name);
/gem5/src/arch/sparc/
H A Dremote_gdb.hh13 * neither the name of the copyright holders nor the names of its
73 name() const function in class:SparcISA::RemoteGDB::SPARCGdbRegCache
75 return gdb->name() + ".SPARCGdbRegCache";
99 name() const function in class:SparcISA::RemoteGDB::SPARC64GdbRegCache
101 return gdb->name() + ".SPARC64GdbRegCache";
/gem5/src/systemc/ext/channel/
H A Dsc_in_resolved.hh11 * neither the name of the copyright holders nor the names of its
49 explicit sc_in_resolved(const char *name);
H A Dsc_mutex.hh11 * neither the name of the copyright holders nor the names of its
45 explicit sc_mutex(const char *name);
H A Dsc_semaphore.hh11 * neither the name of the copyright holders nor the names of its
44 sc_semaphore(const char *name, int);
/gem5/src/systemc/tests/systemc/kernel/sc_object_manager/test01/
H A Dtest01.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
50 obj_name_p = obj_p->name();
52 !strncmp(obj_p->name(),module_name, mod_name_len) &&
55 cout << " " << obj_p->name() << ": " << obj_p->kind() << endl;
98 dump_signals(module_a.name());
/gem5/src/systemc/tests/systemc/misc/gnats/pr-480/
H A Dpr-480.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
46 yow( sc_module_name name, sc_clock& clk_ ) argument
/gem5/src/systemc/tests/systemc/utils/sc_vector/test03/
H A Dtest03.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
59 sub_module* operator()( const char* name, size_t ) // actual creator function argument
61 return new sub_module( name, param ); // forward param to sub-module
72 : m_sub_vec( "sub_modules" ) // set name prefix
88 cout << it->name() << " - "
95 << children[i].get_parent_object()->name()
/gem5/src/cpu/testers/traffic_gen/
H A Dbase_gen.cc21 * neither the name of the copyright holders nor the names of its
55 : _name(obj.name()), masterID(master_id),
97 "cache line size (%d)\n", name(),
101 fatal("%s cannot have more than 100% reads", name());
104 fatal("%s cannot have min_period > max_period", name());
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_logger.hh21 * neither the name of the copyright holders nor the names of its
72 void logMessage(Tick when, const std::string &name,
/gem5/ext/googletest/googletest/xcode/Samples/FrameworkSample/
H A Dwidget.h14 // * Neither the name of Google Inc. nor the names of its
44 Widget(int number, const std::string& name);
/gem5/src/systemc/ext/core/
H A Dsc_port.hh11 * neither the name of the copyright holders nor the names of its
61 std::string name; member in struct:sc_core::sc_trace_params
63 sc_trace_params(sc_trace_file *tf, const std::string &name) : argument
64 tf(tf), name(name)
79 sc_port_base(const char *name, int n, sc_port_policy p);
191 sc_port_b(const char *name, int n, sc_port_policy p) : argument
192 sc_port_base(name, n, p)
242 const char *_ifTypeName() const { return typeid(IF).name(); }
255 explicit sc_port(const char *name) argument
264 sc_port(const char *name, const IF &interface) argument
274 sc_port(const char *name, sc_port_b<IF> &parent) argument
285 sc_port(const char *name, sc_port<IF, N, P> &parent) argument
[all...]
/gem5/src/unittest/
H A Dgenini.py12 # neither the name of the copyright holders nor the names of its
50 name = arg variable
53 name = arg[:offset] variable
55 os.environ[name] = value
56 m5_build_env[name] = value
/gem5/src/dev/arm/
H A Dsmmu_v3_events.hh21 * neither the name of the copyright holders nor the names of its
60 const std::string name() const;
/gem5/src/mem/
H A Dqport.hh21 * neither the name of the copyright holders nor the names of its
73 * Create a QueuedPort with a given name, owner, and a supplied
79 QueuedSlavePort(const std::string& name, SimObject* owner, argument
81 SlavePort(name, owner, id), respQueue(resp_queue)
126 * Create a QueuedPort with a given name, owner, and a supplied
132 QueuedMasterPort(const std::string& name, SimObject* owner, argument
136 MasterPort(name, owner, id), reqQueue(req_queue),
H A Dtport.hh24 * neither the name of the copyright holders nor the names of its
70 * name used in the QueuedSlavePort. Access is provided through
101 * @param name port name
104 SimpleTimingPort(const std::string& name, SimObject* owner);

Completed in 31 milliseconds

1234567891011>>