Searched refs:name (Results 801 - 825 of 1016) sorted by relevance

<<31323334353637383940>>

/gem5/src/base/vnc/
H A Dvncserver.hh21 * neither the name of the copyright holders nor the names of its
117 char name[2]; // just to put M5 in here member in struct:VncServer::ServerInitMsg
/gem5/src/cpu/
H A Dpc_event.hh12 * neither the name of the copyright holders nor the names of its
57 virtual const std::string name() const { return description; } function in class:PCEvent
/gem5/src/systemc/tests/systemc/communication/ports/test03/
H A Dtest03.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
98 cout << a.name() << " (" << a.kind() << ")" << endl
/gem5/src/systemc/tests/systemc/communication/ports/test04/
H A Dtest04.cpp31 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
45 cout << a.name() << " (" << a.kind() << ")" << endl
/gem5/src/systemc/tests/systemc/misc/sim_tests/cycle_dw8051_demo/
H A Dcycle_model.h30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
144 void parse_hex(char *name);
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc1/
H A Ddisaproc1.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
79 cout << name() << " is exiting." << endl;
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/
H A Ddisaproc3.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
80 cout << name() << " is exiting." << endl;
/gem5/src/dev/arm/
H A Dhdlcd.cc21 * neither the name of the copyright holders nor the names of its
87 virtRefreshEvent([this]{ virtRefresh(); }, name()),
110 .name(name() + ".underruns")
579 sys->name(), imgWriter->getImgExtension()),
H A Dsmmu_v3.hh21 * neither the name of the copyright holders nor the names of its
191 virtual Port &getPort(const std::string &name,
/gem5/src/dev/storage/
H A Dide_ctrl.hh12 * neither the name of the copyright holders nor the names of its
73 name() function in struct:IdeController::Channel
/gem5/src/gpu-compute/
H A Dschedule_stage.cc17 * 3. Neither the name of the copyright holder nor the names of its
64 _name = computeUnit->name() + ".ScheduleStage";
/gem5/util/systemc/gem5_within_systemc/
H A Dstats.cc21 * neither the name of the copyright holders nor the names of its
129 warn("Stat not dumped: %s\n", stat->name);
/gem5/src/cpu/o3/
H A Ddecode.hh24 * neither the name of the copyright holders nor the names of its
111 /** Returns the name of decode. */
112 std::string name() const;
227 // Might not be the best name as not only fetch will read it.
H A Drob.hh24 * neither the name of the copyright holders nor the names of its
93 std::string name() const;
/gem5/src/mem/cache/prefetch/
H A Dsbooe.cc12 * neither the name of the copyright holders nor the names of its
46 fatal("%s: the score threshold should be between 0 and 100\n", name());
H A DPrefetcher.py23 # neither the name of the copyright holders nor the names of its
58 for name in self.names:
60 self.obj.getCCObject(), name)
481 for name in self.names:
483 self.obj.getCCObject(), name)
/gem5/src/cpu/minor/
H A Dfetch2.hh21 * neither the name of the copyright holders nor the names of its
202 Fetch2(const std::string &name,
/gem5/src/cpu/pred/
H A Dstatistical_corrector.cc18 * neither the name of the copyright holders nor the names of its
403 .name(name() + ".scPredictorCorrect")
408 .name(name() + ".scPredictorWrong")
/gem5/src/mem/ruby/profiler/
H A DProfiler.hh12 * neither the name of the copyright holders nor the names of its
73 void regStats(const std::string &name);
/gem5/src/mem/slicc/symbols/
H A DType.py12 # neither the name of the copyright holders nor the names of its
57 # Append with machine name
140 def methodId(self, name, param_type_vec):
141 return '_'.join([name] + [ pt.c_ident for pt in param_type_vec ])
143 def methodIdAbstract(self, name, param_type_vec):
144 return '_'.join([name] + [ pt.abstract_ident for pt in param_type_vec ])
/gem5/src/mem/
H A Dcomm_monitor.cc23 * neither the name of the copyright holders nor the names of its
53 masterPort(name() + "-master", *this),
54 slavePort(name() + "-slave", *this),
55 samplePeriodicEvent([this]{ samplePeriodic(); }, name()),
62 name(), samplePeriodTicks, samplePeriod * 1E3);
/gem5/src/python/pybind11/
H A Dstats.cc24 * neither the name of the copyright holders nor the names of its
111 .def_readwrite("name", &Stats::Info::name)
/gem5/ext/pybind11/tests/
H A Dtest_pytypes.cpp101 auto name = PyCapsule_GetName(ptr);
103 (size_t) PyCapsule_GetPointer(ptr, name), name
108 py::print("created capsule ({}, '{}')"_s.format((size_t) contents, capsule.name()));
/gem5/src/arch/x86/linux/
H A Dprocess.cc21 * neither the name of the copyright holders nor the names of its
98 TypedBufferArg<Linux::utsname> name(process->getSyscallArg(tc, index));
100 strcpy(name->sysname, "Linux");
101 strcpy(name->nodename, "sim.gem5.org");
102 strcpy(name->release, process->release.c_str());
103 strcpy(name->version, "#1 Mon Aug 18 11:32:15 EDT 2003");
104 strcpy(name->machine, "x86_64");
106 name.copyOut(tc->getVirtProxy());
201 panic("Failed to copy in GDT for %s.\n", desc->name());
255 panic("Failed to copy out GDT for %s.\n", desc->name());
[all...]
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc12 * neither the name of the copyright holders nor the names of its
381 checkSeg(const char *name, const int idx, const struct kvm_segment &seg, argument
391 warn("Illegal %s base: 0x%x\n", name, seg.base);
402 warn("Illegal %s base: 0x%x\n", name, seg.base);
456 warn("%s has an illegal type field: %i\n", name, seg.type);
462 warn("%s: Illegal segment type (%i)\n", name, seg.type);
469 warn("%s: Illegal segment type (%i)\n", name, seg.type);
484 warn("%s: S flag not set\n", name);
493 warn("%s: S flag is set\n", name);
510 warn("%s: P flag not set\n", name);
[all...]

Completed in 39 milliseconds

<<31323334353637383940>>