Searched refs:csprintf (Results 1 - 25 of 118) sorted by relevance

12345

/gem5/src/dev/pci/
H A Ddevice.cc432 paramOut(cp, csprintf("pmcap.pid"), uint16_t(pmcap.pid));
433 paramOut(cp, csprintf("pmcap.pc"), uint16_t(pmcap.pc));
434 paramOut(cp, csprintf("pmcap.pmcs"), uint16_t(pmcap.pmcs));
436 paramOut(cp, csprintf("msicap.mid"), uint16_t(msicap.mid));
437 paramOut(cp, csprintf("msicap.mc"), uint16_t(msicap.mc));
438 paramOut(cp, csprintf("msicap.ma"), uint32_t(msicap.ma));
440 paramOut(cp, csprintf("msicap.md"), uint16_t(msicap.md));
444 paramOut(cp, csprintf("msixcap.mxid"), uint16_t(msixcap.mxid));
445 paramOut(cp, csprintf("msixcap.mxc"), uint16_t(msixcap.mxc));
446 paramOut(cp, csprintf("msixca
[all...]
/gem5/src/systemc/core/
H A Dsc_export.cc49 msg = csprintf("%s: export '%s' (%s)", add_msg, name, kind);
51 msg = csprintf("export '%s' (%s)", name, kind);
H A Dsc_port.cc52 msg = csprintf("%s: port '%s' (%s)", add_msg, name, kind);
54 msg = csprintf("port '%s' (%s)", name, kind);
/gem5/src/systemc/channel/
H A Dsc_in_resolved.cc50 std::string msg = csprintf("port '%s' (%s)", name(), kind());
H A Dsc_inout_resolved.cc52 std::string msg = csprintf("port '%s' (%s)", name(), kind());
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc232 res_str = csprintf("krl_prt (%s)\n", disassemble());
236 res_str += csprintf("DB%03d: ", (int)w->wfDynId);
244 res_str += csprintf("%08x", src_val1);
246 res_str += csprintf("%08d", src_val1);
249 res_str += csprintf("xxxxxxxx");
253 res_str += csprintf("\n");
255 res_str += csprintf(" ");
271 res_str = csprintf("krl_prt (%s)\n", disassemble());
275 res_str += csprintf("DB%03d: ", (int)w->wfDynId);
284 res_str += csprintf("
[all...]
H A Dbranch.hh119 widthClause = csprintf("_width(%d)", width);
122 disassembly = csprintf("%s%s %s", opcode, widthClause,
251 widthClause = csprintf("_width(%d)", width);
254 disassembly = csprintf("%s%s %s,%s", opcode, widthClause,
393 widthClause = csprintf("_width(%d)", width.bits);
396 disassembly = csprintf("%s%s %s", opcode, widthClause,
/gem5/src/gpu-compute/
H A Dexec_stage.cc196 numCyclesWithInstrTypeIssued.subname(i, csprintf("ALU%d",i));
197 numCyclesWithNoInstrTypeIssued.subname(i, csprintf("ALU%d",i));
200 numCyclesWithInstrTypeIssued.subname(numSIMDs, csprintf("GM"));
201 numCyclesWithNoInstrTypeIssued.subname(numSIMDs, csprintf("GM"));
202 numCyclesWithInstrTypeIssued.subname(numSIMDs + 1, csprintf("LM"));
203 numCyclesWithNoInstrTypeIssued.subname(numSIMDs + 1, csprintf("LM"));
/gem5/src/arch/sparc/insts/
H A Dunimp.hh74 return csprintf("%-10s (unimplemented)", mnemonic);
113 return csprintf("%-10s (unimplemented)", mnemonic);
/gem5/src/base/loader/
H A Dsymtab.cc120 paramOut(cp, csprintf("%s.addr_%d", base, i), p->first);
121 paramOut(cp, csprintf("%s.symbol_%d", base, i), p->second);
136 paramIn(cp, csprintf("%s.addr_%d", base, i), addr);
137 paramIn(cp, csprintf("%s.symbol_%d", base, i), symbol);
/gem5/src/arch/riscv/insts/
H A Dunknown.hh68 return csprintf("unknown opcode %#02x", OPCODE);
/gem5/src/arch/power/insts/
H A Dmem.cc40 return csprintf("%-10s", mnemonic);
/gem5/src/base/
H A Dcp_annotate.cc1089 paramOut(os, csprintf("smtCache%d.str", x), i->first);
1090 paramOut(os, csprintf("smtCache%d.int", x), i->second);
1099 paramOut(os, csprintf("stCache%d_%d.str", x, y), i->first);
1100 paramOut(os, csprintf("stCache%d_%d.int", x, y), i->second);
1111 paramOut(os, csprintf("qCache%d_%d.str", x, y), idi->first.first);
1112 paramOut(os, csprintf("qCache%d_%d.id", x, y), idi->first.second);
1113 paramOut(os, csprintf("qCache%d_%d.int", x, y), idi->second);
1122 paramOut(os, csprintf("smCache%d", x), smCache[x].size());
1124 paramOut(os, csprintf("smCache%d_%d.str", x, y), idi->first.first);
1125 paramOut(os, csprintf("smCach
[all...]
H A Dcprintf.hh162 csprintf(const char *format, const Args &...args) function
187 csprintf(const std::string &format, const Args &...args) function
189 return csprintf(format.c_str(), args...);
H A Dlogging.hh189 csprintf(__VA_ARGS__)); \
207 csprintf(__VA_ARGS__)); \
255 panic("assert(" # cond ") failed: %s", csprintf(__VA_ARGS__)); \
/gem5/src/mem/ruby/profiler/
H A DProfiler.cc124 .name(pName + csprintf(".delayVCHist.vnet_%i", i))
125 .desc(csprintf("delay histogram for vnet_%i", i))
175 .name(pName + csprintf(".%s.latency_hist_seqr",
183 .name(pName + csprintf(".%s.latency_hist_coalsr",
191 .name(pName + csprintf(".%s.hit_latency_hist_seqr",
199 .name(pName + csprintf(".%s.miss_latency_hist_seqr",
207 .name(pName + csprintf(".%s.miss_latency_hist_coalsr",
217 .name(pName + csprintf(".%s.hit_mach_latency_hist_seqr",
225 .name(pName + csprintf(".%s.miss_mach_latency_hist_seqr",
233 .name(pName + csprintf("
[all...]
/gem5/src/kern/linux/
H A Dlinux.cc79 return csprintf("MemTotal:%12d kB\nMemFree: %12d kB\n",
87 return csprintf("gem5-user:x:1000:1000:gem5-user,,,:%s:/bin/bash\n",
/gem5/src/sim/
H A Dcxx_manager.cc70 throw Exception(object_name, csprintf(
176 throw Exception(object_name, csprintf(
195 throw Exception(object_name, csprintf(
209 throw Exception(object_name, csprintf(
220 throw Exception(object_name, csprintf(
237 throw Exception(object_name, csprintf("Couldn't create object of"
302 throw Exception(object_name, csprintf(
310 throw Exception(instance_name, csprintf(
324 throw Exception(object_name, csprintf(
332 throw Exception(instance_name, csprintf(
[all...]
/gem5/src/arch/arm/insts/
H A Dpseudo.cc105 return csprintf("gem5fault %s", faultName());
139 return csprintf("%-10s (unimplemented)",
180 return csprintf("%-10s (unimplemented)",
/gem5/src/mem/cache/tags/
H A Dsuper_blk.cc91 return csprintf("%s compressed: %d size: %llu decompression latency: %d",
/gem5/src/dev/net/
H A Dpktfifo.cc97 entry.serialize(csprintf("%s.entry%d", base, i++), cp);
113 entry.unserialize(csprintf("%s.entry%d", base, i), cp);
/gem5/src/arch/hsail/
H A Doperand.cc109 res_str += csprintf("%s ", it->name.c_str());
137 return csprintf("%s", func_name);
197 return csprintf("$s%d", regIdx);
203 return csprintf("$d%d", regIdx);
209 return csprintf("$c%d", regIdx);
410 disasm += csprintf("%d", offset);
415 disasm += csprintf("[%s]", name);
/gem5/src/mem/
H A Dnoncoherent_xbar.cc64 std::string portName = csprintf("%s.master[%d]", name(), i);
68 csprintf(".reqLayer%d", i)));
79 reqLayers.push_back(new ReqLayer(*bp, *this, csprintf(".reqLayer%d",
85 std::string portName = csprintf("%s.slave[%d]", name(), i);
89 csprintf(".respLayer%d", i)));
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.cc64 slavePort(new SMMUSlavePort(csprintf("%s.slave", name()), *this)),
129 std::string proc_name = csprintf("%s.port", name());
161 std::string proc_name = csprintf("%s.port", name());
177 std::string proc_name = csprintf("%s.atsport", name());
203 std::string proc_name = csprintf("%s.atsport", name());
/gem5/src/mem/ruby/network/simple/
H A DThrottle.cc206 .name(parent + csprintf(".throttle%i", m_node) + ".link_utilization");
212 .name(parent + csprintf(".throttle%i", m_node) + ".msg_count." +
217 .name(parent + csprintf(".throttle%i", m_node) + ".msg_bytes." +

Completed in 34 milliseconds

12345