Searched refs:name (Results 626 - 650 of 1016) sorted by relevance

<<21222324252627282930>>

/gem5/src/mem/slicc/ast/
H A DLocalVariableAST.py13 # neither the name of the copyright holders nor the names of its
44 def name(self): member in class:LocalVariableAST
H A DVarExprAST.py13 # neither the name of the copyright holders nor the names of its
41 def name(self): member in class:VarExprAST
/gem5/src/gpu-compute/
H A Dvector_register_state.hh17 * 3. Neither the name of the copyright holder nor the names of its contributors
56 const std::string& name() const { return _name; } function in class:VecRegisterState
H A Dcondition_register_state.hh17 * 3. Neither the name of the copyright holder nor the names of its contributors
55 const std::string name() const { return _name; } function in class:ConditionRegisterState
/gem5/ext/drampower/src/
H A DCmdScheduler.cc18 * 3. Neither the name of the copyright holder nor the names of its
106 cmd.name = "PRE";
116 cmd.name = "ACT";
120 cmd.name = "WRITE";
130 PreRDWR.name = "RD";
257 cmd.name = "REF";
305 cmd.name = "ACT";
356 cmd.name = "RD";
360 cmd.name = "WR";
379 cmd.name
[all...]
/gem5/src/cpu/minor/
H A Ddecode.hh21 * neither the name of the copyright holders nor the names of its
141 Decode(const std::string &name,
/gem5/ext/sst/
H A DExtMaster.hh20 // neither the name of the copyright holders nor the names of its
82 const std::string name; member in class:SST::gem5::ExtMaster
H A DExtSlave.hh20 // neither the name of the copyright holders nor the names of its
65 const std::string name; member in class:SST::gem5::ExtSlave
/gem5/src/arch/riscv/
H A Dstacktrace.cc12 * neither the name of the copyright holders nor the names of its
60 ProcessInfo::name(Addr ksp) const function in class:RiscvISA::ProcessInfo
62 panic("ProcessInfo::name not implemented.\n");
/gem5/src/arch/power/
H A Dstacktrace.cc12 * neither the name of the copyright holders nor the names of its
61 ProcessInfo::name(Addr ksp) const function in class:PowerISA::ProcessInfo
63 panic("ProcessInfo::name not implemented.\n");
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.hh12 * neither the name of the copyright holders nor the names of its
65 std::string name() function in class:PerfectSwitch
/gem5/util/tlm/examples/common/
H A Dcli_parser.cc16 * 3. Neither the name of the copyright holder nor the names of its
111 std::cerr << e.name << ": " << e.message << "\n";
/gem5/src/cpu/o3/
H A Dthread_state.hh24 * neither the name of the copyright holders nor the names of its
151 simout.create(csprintf("profile.%s.dat", cpu->name())));
/gem5/src/dev/
H A Dpixelpump.cc21 * neither the name of the copyright holders nor the names of its
119 event->serializeSection(cp, event->name());
136 event->unserializeSection(cp, event->name());
300 const char *name, BasePixelPump *_parent, CallbackType _func)
302 _name(name), parent(*_parent), func(_func),
299 PixelEvent( const char *name, BasePixelPump *_parent, CallbackType _func) argument
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_signal_ports.cpp52 sc_trace( p->tf, iface->read(), p->name );
134 sc_trace( p->tf, iface->read(), p->name );
251 sc_trace( p->tf, iface->read(), p->name );
342 sc_trace( p->tf, iface->read(), p->name );
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.cpp266 SC_REPORT_ERROR(SC_ID_UNKNOWN_PROCESS_TYPE_, process_p->name());
292 SC_REPORT_ERROR(SC_ID_UNKNOWN_PROCESS_TYPE_, process_p->name());
318 SC_REPORT_ERROR(SC_ID_UNKNOWN_PROCESS_TYPE_, process_p->name());
365 SC_REPORT_ERROR(SC_ID_UNKNOWN_PROCESS_TYPE_, process_p->name());
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_passthrough_initiator_socket.h89 multi_passthrough_initiator_socket(const char* name) argument
90 : base_type(name)
105 s<<"WARNING in instance "<<base_type::name()<<": "<<text;
111 s<<"ERROR in instance "<<base_type::name()<<": "<<text;
H A Dmulti_passthrough_target_socket.h90 multi_passthrough_target_socket(const char* name) argument
91 : base_type(name)
106 s<<"WARNING in instance "<<base_type::name()<<": "<<text;
112 s<<"ERROR in instance "<<base_type::name()<<": "<<text;
/gem5/src/arch/mips/
H A Dfaults.hh13 * neither the name of the copyright holders nor the names of its
81 const FaultName name; member in struct:MipsISA::MipsFaultBase::FaultVals
115 FaultName name() const { return vals.name; } function in class:MipsISA::MipsFault
257 DPRINTF(MipsPRA, "Fault %s encountered.\n", this->name());
/gem5/util/tlm/src/
H A Dsc_peq.hh17 * 3. Neither the name of the copyright holder nor the names of its
68 const std::string name() const { return eventName; } function in class:Gem5SystemC::PayloadEvent
H A Dsc_slave_port.hh17 * 3. Neither the name of the copyright holder nor the names of its
131 ExternalSlave::Port *getExternalPort(const std::string &name,
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.hh16 * 3. Neither the name of the copyright holder nor the names of its
65 Target(sc_core::sc_module_name name,
/gem5/src/dev/arm/
H A Dtimer_a9global.hh22 * neither the name of the copyright holders nor the names of its
129 std::string name() const { return _name; } function in class:A9GlobalTimer::Timer
H A Dtimer_sp804.hh21 * neither the name of the copyright holders nor the names of its
116 std::string name() const { return _name; } function in class:Sp804::Timer
/gem5/src/arch/alpha/
H A Dkernel_stats.hh12 * neither the name of the copyright holders nor the names of its
84 void regStats(const std::string &name);

Completed in 29 milliseconds

<<21222324252627282930>>