Searched refs:name (Results 851 - 875 of 1016) sorted by relevance

<<31323334353637383940>>

/gem5/src/dev/net/
H A Dns_gige.hh12 * neither the name of the copyright holders nor the names of its
369 NSGigEInt(const std::string &name, NSGigE *d) argument
370 : EtherInt(name), dev(d)
/gem5/src/mem/cache/prefetch/
H A Dpif.cc12 * neither the name of the copyright holders nor the names of its
250 PIFPrefetcher::addEventProbeRetiredInsts(SimObject *obj, const char *name) argument
253 listenersPC.push_back(new PrefetchListenerPC(*this, pm, name));
/gem5/tests/testing/
H A Dtests.py22 # neither the name of the copyright holders nor the names of its
60 # (typically SE mode tests). In both cases, the configuration name
75 # appended to the base name (this is probed /in addition/ to the
76 # original name. See get_tests() for details.
188 def __init__(self, name):
189 self.test_name = name
/gem5/src/cpu/o3/
H A Dfetch.hh24 * neither the name of the copyright holders nor the names of its
102 : MasterPort(_cpu->name() + ".icache_port", _cpu), fetch(_fetch)
225 /** Returns the name of fetch. */
226 std::string name() const;
431 //Might be annoying how this name is different than the queue.
/gem5/src/dev/x86/
H A Di8042.cc12 * neither the name of the copyright holders nor the names of its
68 csprintf("%s.keyboard_int_pin[%d]", name(), i), i, this));
72 csprintf("%s.mouse_int_pin[%d]", name(), i), i, this));
H A Di8259.cc12 * neither the name of the copyright holders nor the names of its
48 csprintf("%s.output[%d]", name(), i), i, this));
56 csprintf("%s.inputs[%d]", name(), i), i, this));
/gem5/src/arch/arm/linux/
H A Dprocess.cc25 * neither the name of the copyright holders nor the names of its
112 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
114 strcpy(name->sysname, "Linux");
115 strcpy(name->nodename, "m5.eecs.umich.edu");
116 strcpy(name->release, process->release.c_str());
117 strcpy(name->version, "#1 SMP Sat Dec 1 00:00:00 GMT 2012");
118 strcpy(name->machine, "armv7l");
120 name.copyOut(tc->getVirtProxy());
130 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
132 strcpy(name
[all...]
/gem5/src/dev/arm/
H A Dgeneric_timer.cc21 * neither the name of the copyright holders nor the names of its
94 ArchTimer::ArchTimer(const std::string &name, argument
98 : _name(name), _parent(parent), _systemCounter(sysctr),
101 _counterLimitReachedEvent([this]{ counterLimitReached(); }, name)
531 physTimer(csprintf("%s.phys_timer0", name()),
534 virtTimer(csprintf("%s.virt_timer0", name()),
/gem5/src/gpu-compute/
H A Dcompute_unit.hh17 * 3. Neither the name of the copyright holder nor the names of its
698 memPort[idx] = new DataPort(csprintf("%s-port%d", name(), idx),
702 tlbPort[idx] = new DTLBPort(csprintf("%s-port%d", name(), idx),
706 sqcPort = new SQCPort(csprintf("%s-port%d", name(), idx),
710 sqcTLBPort = new ITLBPort(csprintf("%s-port", name()), this);
716 ldsPort = new LDSPort(csprintf("%s-port", name()), this, idx);
719 panic("incorrect port name");
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.h50 // Struct for storing the trace file and object name of an sc_trace call.
59 std::string name; member in struct:sc_core::sc_trace_params
62 : tf( tf_ ), name( name_ )
306 sc_trace( p->tf, iface->read(), p->name );
1167 sc_trace( p->tf, iface->read(), p->name );
1793 sc_trace(sc_trace_file* tf, const sc_in<T>& port, const std::string& name) argument
1802 sc_trace( tf, iface->read(), name );
1804 port.add_trace_internal( tf, name );
1811 const std::string& name )
1820 sc_trace( tf, iface->read(), name );
[all...]
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_wif_trace.cpp30 MODIFICATION LOG - modifiers, enter your name, affliation, date and
116 const std::string name; // Name of the variable member in class:sc_core::wif_trace
125 : name(name_), wif_name(wif_name_), wif_type(0), bit_width(-1)
136 ss << "'" << name << "' has < 0 bits"; local
143 wif_name.c_str(), name.c_str(), wif_type );
1479 wif_name.c_str(), name.c_str(), wif_type);
1497 , name.c_str() );
1561 wif_trace_file::wif_trace_file(const char * name) argument
1562 : sc_trace_file_base( name, "awif" )
1846 // Create a WIF name fo
1897 sc_create_wif_trace_file(const char * name) argument
[all...]
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
86 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
443 sc_signal_invalid_writer( name(), kind(),
444 m_writer_p->name(), writer_p->name() );
645 if( nm == typeid( sc_signal_inout_if<sc_dt::sc_int<W> > ).name() )
649 sc_signal_invalid_writer( name(), kind(),
650 m_output_p->name(), port_.name() );
660 SC_TEMPLATE // Autogenerated name objec
[all...]
H A Dscx_signal_uint.h30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
96 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
124 sc_get_current_process_base() since the function's name changed.
465 sc_signal_invalid_writer( name(), kind(),
466 m_writer_p->name(), writer_p->name() );
690 if( nm == typeid( sc_signal_inout_if<sc_dt::sc_uint<W> > ).name() )
694 sc_signal_invalid_writer( name(), kind(),
695 m_output_p->name(), port_.name() );
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc14 // * Neither the name of Google Inc. nor the names of its
158 // A test whose test case name or test name matches this filter is
162 // A test case whose name matches this filter is considered a death
163 // test case and will be run before test cases whose name doesn't
173 // The environment variable name for the test shard index.
175 // The environment variable name for the total number of test shards.
177 // The environment variable name for the test shard status file.
242 "by a colon and an output file name or directory. A directory "
247 "executable's name an
479 MatchesFilter( const std::string& name, const char* filter) argument
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
2598 TestNameIs(const char* name) argument
3607 OutputXmlAttribute( std::ostream* stream, const std::string& element_name, const std::string& name, const std::string& value) argument
4478 TestCaseNameIs(const std::string& name) argument
[all...]
/gem5/src/arch/
H A Disa_parser.py24 # neither the name of the copyright holders nor the names of its
245 def defineInst(self, parser, name, args, lineno):
248 if len(name):
249 Name = name[0].upper()
250 if len(name) > 1:
251 Name += name[1:]
252 context.update({ 'name' : name, 'Name' : Name })
258 error(lineno, 'error defining "%s": %s.' % (name, exc))
271 def defineInst(self, parser, name, arg
[all...]
/gem5/configs/common/cores/arm/
H A DHPI.py20 # neither the name of the copyright holders nor the names of its
133 def ref(name):
135 if name in env:
137 ret.index = env[name]
139 print("Invalid expression name", name)
175 for name, binding in bindings:
176 new_env[name] = i
182 name, binding_expr = bindings[i]
/gem5/src/arch/arm/kvm/
H A Darm_cpu.cc21 * neither the name of the copyright holders nor the names of its
472 inform("%s: 0x%x\n", ri->name, value);
535 const char *name(miscRegName[idx]);
542 name, value, m5_e);
548 const char *name(idx != NUM_MISCREGS ? miscRegName[idx] : "-");
552 REG_OPC2(id), isInvariantReg(id), name, value);
592 DPRINTF(KvmContext, "kvm(%s) := 0x%x\n", ri->name, value);
603 DPRINTF(KvmContext, "kvm(%s) := 0x%x\n", ri->name, value);
/gem5/src/arch/sparc/linux/
H A Dsyscalls.cc12 * neither the name of the copyright holders nor the names of its
46 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
48 strcpy(name->sysname, "Linux");
49 strcpy(name->nodename, "sim.gem5.org");
50 strcpy(name->release, process->release.c_str());
51 strcpy(name->version, "#1 Mon Aug 18 11:32:15 EDT 2003");
52 strcpy(name->machine, "sparc");
54 name.copyOut(tc->getVirtProxy());
/gem5/src/cpu/minor/
H A Dexecute.cc21 * neither the name of the copyright holders nor the names of its
343 inst->translationFault->name());
347 inst->translationFault->name());
385 fault->name());
435 interrupt->name(), cpu.getContext(thread_id)->pcState());
486 " initiateAcc: %s\n", *inst, init_fault->name());
911 inst->fault->name());
937 fault->name());
946 fault->name());
984 *inst, fault->name());
[all...]
/gem5/ext/mcpat/
H A Diocontrollers.cc15 * neither the name of the copyright holders nor the names of its
73 name = "NIU";
202 XMLCSTR node_name = paramNode->getAttribute("name");
223 XMLCSTR node_name = statNode->getAttribute("name");
241 name = "PCIe";
363 XMLCSTR node_name = paramNode->getAttribute("name");
386 XMLCSTR node_name = statNode->getAttribute("name");
404 name = "Flash Controller";
509 XMLCSTR node_name = paramNode->getAttribute("name");
527 XMLCSTR node_name = statNode->getAttribute("name");
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_event.h262 sc_event( const char* name );
267 const char* name() const { return m_name.c_str(); } function in class:sc_core::sc_event
301 void register_event( const char* name );
310 std::string m_name; // name of object.
/gem5/src/dev/
H A Ddma_device.cc24 * neither the name of the copyright holders nor the names of its
59 : MasterPort(dev->name() + ".dma", dev),
61 sendEvent([this]{ sendDma(); }, dev->name()),
130 panic("DMA port of %s not connected to anything!", name());
/gem5/src/cpu/checker/
H A Dthread_context.hh25 * neither the name of the copyright holders nor the names of its
202 regStats(const std::string &name) override
204 actualTC->regStats(name);
205 checkerTC->regStats(name);
/gem5/src/mem/
H A Ddram_ctrl.hh24 * neither the name of the copyright holders nor the names of its
113 MemoryPort(const std::string& name, DRAMCtrl& _memory);
447 const std::string name() const function in class:DRAMCtrl::Rank
449 return csprintf("%s_%d", memory.name(), rank);
/gem5/src/sim/
H A Dprocess.cc25 * neither the name of the copyright holders nor the names of its
245 .name(name() + ".numSyscalls")
277 fatal("Process %s is not associated with any HW contexts!\n", name());

Completed in 77 milliseconds

<<31323334353637383940>>