Searched refs:DPRINTFN (Results 1 - 20 of 20) sorted by relevance

/gem5/src/dev/sparc/
H A Ddtod.cc57 DPRINTFN("Real-time clock set to %s\n", asctime(&tm));
58 DPRINTFN("Real-time clock set to %d\n", todTime);
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dprinter.hh46 // This class is a garden variety sc_module, except that it uses DPRINTFN in
66 // DPRINTFN works as expected here because sc_objects have a name()
67 // method which DPRINTFN relies on. Normally name() would come from
69 DPRINTFN("Word %d: %s%s\n", i++, prefix, input.read());
/gem5/src/arch/arm/
H A Dstacktrace.cc167 DPRINTFN("------ Stack ------\n");
169 DPRINTFN(" Not implemented\n");
/gem5/src/base/
H A Dtrace.hh203 #define DPRINTFN(...) do { \ macro
219 #define DPRINTFN(...) do {} while (0) macro
H A Dremote_gdb.cc401 DPRINTFN("remote gdb attached\n");
414 DPRINTFN("remote gdb detached\n");
657 DPRINTFN("write: addr=%#x, size=%d", vaddr, size);
H A Dcp_annotate.cc125 DPRINTFN("file %s short: %s\n", *i, sf);
/gem5/src/cpu/
H A Dnativetrace.hh95 DPRINTFN("Register %s should be %#x but is %#x.\n",
H A Dpc_event.cc141 DPRINTFN("break event %s triggered\n", descr());
H A Dbase.cc110 DPRINTFN("%s progress event, total committed:%i, progress insts committed: "
/gem5/src/kern/linux/
H A Devents.cc71 DPRINTFN("%s", ss.str());
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dsc_main.cc53 DPRINTFN("Word %d: %s\n", i++, input.read());
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc190 DPRINTFN("krl_prt (%s): CU%d, WF[%d][%d], lane %d: 0x%x\n",
194 DPRINTFN("krl_prt (%s): CU%d, WF[%d][%d], lane %d: %d\n",
213 DPRINTFN("krl_prt (%s): CU%d, WF[%d][%d], lane %d: 0x%x\n",
217 DPRINTFN("krl_prt (%s): CU%d, WF[%d][%d], lane %d: %d\n",
260 DPRINTFN(res_str.c_str());
301 DPRINTFN(res_str.c_str());
340 DPRINTFN(res_str.c_str());
381 DPRINTFN(res_str.c_str());
414 DPRINTFN(res_str.c_str());
449 DPRINTFN(res_st
[all...]
/gem5/src/arch/x86/
H A Dstacktrace.cc197 DPRINTFN("------ Stack ------\n");
211 DPRINTFN("%#x: %s\n", addr, symbol);
/gem5/src/dev/serial/
H A Dterminal.cc218 DPRINTFN("attach terminal %d\n", number);
239 DPRINTFN("detach terminal %d\n", number);
268 DPRINTFN("Read failed.\n");
/gem5/src/arch/alpha/
H A Dstacktrace.cc344 DPRINTFN("------ Stack ------\n");
358 DPRINTFN("%#x: %s\n", addr, symbol);
/gem5/src/dev/
H A Dmc146818.cc110 DPRINTFN("Real-time clock set to %s", asctime(&time));
/gem5/src/sim/
H A Deventq.cc395 DPRINTFN("%s event %s @ %d\n", description(), action, when());
/gem5/src/arch/riscv/
H A Dprocess.cc177 DPRINTFN("Wrote arg \"%s\" to address %p\n",
/gem5/src/arch/sparc/
H A Dtlb.cc247 DPRINTFN("%4d: %#2x:%#2x %c %#4x %#8x %#8x %#16x\n",
/gem5/src/gpu-compute/
H A Dcompute_unit.cc1092 DPRINTFN("Wave %d couldn't tranlate vaddr %#x\n", w->wfDynId,

Completed in 40 milliseconds