Searched refs:name (Results 826 - 850 of 1016) sorted by relevance

<<31323334353637383940>>

/gem5/ext/mcpat/
H A Dnoc.cc15 * neither the name of the copyright holders nor the names of its
51 name = "On-Chip Network";
53 local_result = init_interface(&interface_ip, name);
185 XMLCSTR node_name = paramNode->getAttribute("name");
232 XMLCSTR node_name = statNode->getAttribute("name");
/gem5/src/arch/hsail/
H A DBrig_new.hpp1224 BrigDataOffsetString32_t name; member in struct:BrigDirectiveComment
1236 BrigDataOffsetString32_t name; member in struct:BrigDirectiveExecutable
1254 BrigDataOffsetString32_t name; member in struct:BrigDirectiveExtension
1259 BrigDataOffsetString32_t name; member in struct:BrigDirectiveFbarrier
1267 BrigDataOffsetString32_t name; member in struct:BrigDirectiveLabel
1288 BrigDataOffsetString32_t name; member in struct:BrigDirectiveVariable
1309 BrigDataOffsetString32_t name; member in struct:BrigDirectiveModule
1570 uint8_t name[1]; member in struct:BrigSectionHeader
/gem5/util/cxx_config/
H A Dmain.cc21 * neither the name of the copyright holders nor the names of its
201 std::cerr << e.name << ": " << e.message << "\n";
221 std::cerr << "Config problem in sim object " << e.name
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_rv_ports.h146 std::sprintf( msg, "%s (%s)", this->name(), kind() );
266 std::sprintf( msg, "%s (%s)", this->name(), kind() );
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_bitref.inc30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
H A Dsc_unsigned_bitref.inc30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_method_process.h56 // NAME = name that must match the process for the message to print, or
64 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
67 << " - " << P->name() << std::endl; \
H A Dsc_process.cpp45 // Note the special name for 'non_event' - this makes sure it does not
234 // This method generates a unique name within this object instance's namespace.
338 // the process' name() appended to the report.
346 sstr << name();
363 SC_REPORT_WARNING( SC_ID_IMMEDIATE_SELF_NOTIFICATION_, name() );
681 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
716 // (2) Add process name to process messages.
H A Dsc_runnable_int.h44 // NAME = name that must match the process for the message to print, or
52 if ( P && ( (strlen(NAME)==0) || !strcmp(NAME,P->name())) ) \
55 << " - " << P->name() << std::endl; \
495 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
556 // Andy Goodrich: changed boost name space to sc_boost to allow use with
/gem5/util/tlm/src/
H A Dsc_slave_port.cc17 * 3. Neither the name of the copyright holder nor the names of its
388 SCSlavePortHandler::getExternalPort(const std::string &name, argument
393 auto* port = new SCSlavePort(name, port_data, owner);
/gem5/src/dev/arm/
H A Dpl111.hh21 * neither the name of the copyright holders nor the names of its
188 const std::string name() const { function in class:Pl111::DmaDoneEvent
189 return obj.name() + ".DmaDoneEvent";
/gem5/src/arch/arm/linux/
H A Dsystem.cc24 * neither the name of the copyright holders nor the names of its
70 const std::string dmesg_output = name() + ".dmesg";
251 taskFile = simout.create(name() + "." + task_filename);
/gem5/src/systemc/dt/int/
H A Dsc_signed_bitref.inc30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
H A Dsc_unsigned_bitref.inc30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
/gem5/src/arch/x86/
H A Dtypes.hh21 * neither the name of the copyright holders nor the names of its
378 paramOut(CheckpointOut &cp, const std::string &name,
382 paramIn(CheckpointIn &cp, const std::string &name,
/gem5/src/dev/alpha/
H A Dtsunami_io.cc12 * neither the name of the copyright holders nor the names of its
74 pitimer(this, p->name + "pitimer"), rtc(p->name + ".rtc", p)
/gem5/src/dev/net/
H A Dsinic.hh12 * neither the name of the copyright holders nor the names of its
308 Interface(const std::string &name, Device *d) argument
309 : EtherInt(name), dev(d)
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h594 explicit simple_target_socket(const char *name) : socket_b(name) {} argument
607 explicit simple_target_socket_optional(const char *name) : argument
608 socket_b(name)
1194 explicit simple_target_socket_tagged(const char *name) : socket_b(name) {} argument
1207 explicit simple_target_socket_tagged_optional(const char *name) : argument
1208 socket_b(name)
/gem5/configs/common/
H A DCacheConfig.py23 # neither the name of the copyright holders nor the names of its
209 # The 'ExternalCache' class provides this adaptation by rewriting the name,
223 def make(name):
224 return ExternalCache(port_data=name, port_type=port_type,
/gem5/src/arch/arm/
H A Dsemihosting.cc21 * neither the name of the copyright holders nor the names of its
167 call->name, op, param);
176 DPRINTF(Semihosting, "Semihosting call64: %s(0x%x)\n", call->name, param);
202 call->name, op, param);
211 DPRINTF(Semihosting, "Semihosting call32: %s(0x%x)\n", call->name, param);
696 const std::string &name, const char *mode)
698 auto it = stdioMap.find(name);
700 FILE *f = fopen(name.c_str(), mode);
703 stream_name, name, strerror(errno));
737 paramIn(cp, "name", fnam
695 getSTDIO(const char *stream_name, const std::string &name, const char *mode) argument
[all...]
/gem5/src/cpu/o3/
H A Dthread_context_impl.hh25 * neither the name of the copyright holders nor the names of its
147 O3ThreadContext<Impl>::regStats(const std::string &name) argument
151 thread->kernelStats->regStats(name + ".kern");
/gem5/src/dev/
H A Ddma_device.hh24 * neither the name of the copyright holders nor the names of its
227 virtual const std::string name() const { return "DmaCallback"; } function in class:DmaCallback
281 return new EventFunctionWrapper([this]{ chunkComplete(); }, name(),
349 * @name FIFO access
396 * @name FIFO fill control
440 * @name Callbacks
/gem5/src/gpu-compute/
H A Dlds_state.cc17 * 3. Neither the name of the copyright holder nor the names of its
53 cuPort(name() + ".port", this),
79 * set the parent and name based on the parent
90 _name = x_parent->name() + ".LdsState";
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc12 * neither the name of the copyright holders nor the names of its
109 name(), id);
146 fatal("%s deadlocked at cycle %d\n", name(), curTick());
/gem5/src/cpu/
H A Dthread_context.cc25 * neither the name of the copyright holders nor the names of its
138 DPRINTF(Quiesce, "%s: quiesce()\n", getCpuPtr()->name());
158 DPRINTF(Quiesce, "%s: quiesceTick until %lu\n", cpu->name(), resume);

Completed in 54 milliseconds

<<31323334353637383940>>