Searched refs:inform (Results 1 - 25 of 33) sorted by relevance

12

/gem5/src/cpu/kvm/
H A Dx86_cpu.cc172 inform("KVM register state:\n");
175 inform("\t" # kreg ": 0x%llx\n", regs.kreg)
181 inform("\trip: 0x%llx\n", regs.rip);
182 inform("\trflags: 0x%llx\n", regs.rflags);
188 inform("\t%s: @0x%llx+%x [sel: 0x%x, type: 0x%x]\n"
198 inform("\t%s: @0x%llx+%x\n",
206 inform("\t" # kreg ": 0x%llx\n", sregs.kreg);
212 inform("Special registers:\n");
217 inform("Interrupt Bitmap:");
219 inform("
[all...]
H A Dbase.cc156 inform("KVM: Coalesced MMIO disabled by config.\n");
158 inform("KVM: Coalesced IO available\n");
162 inform("KVM: Coalesced not supported by host OS\n");
613 inform("State dumping not implemented.");
/gem5/src/kern/linux/
H A Devents.cc106 inform("Dumping kernel dmesg buffer to %s...\n", fname);
119 inform("Dumping kernel dmesg buffer to %s...\n", fname);
/gem5/src/arch/arm/kvm/
H A Darmv8_cpu.cc151 inform("Integer registers:\n");
152 inform(" PC: %s\n", getAndFormatOneReg(INT_REG(regs.pc)));
154 inform(" X%i: %s\n", i, getAndFormatOneReg(kvmXReg(i)));
157 inform(" Q%i: %s\n", i, getAndFormatOneReg(kvmFPReg(i)));
160 inform(" %s: %s\n", ri.name, getAndFormatOneReg(ri.kvm));
162 inform(" %s: %s\n", "PSTATE", getAndFormatOneReg(INT_REG(regs.pstate)));
165 inform(" %s: %s\n", ri.name, getAndFormatOneReg(ri.kvm));
168 inform(" %s: %s\n", ri.name, getAndFormatOneReg(ri.kvm));
173 inform("0x%x: %s\n", reg, getAndFormatOneReg(reg));
192 inform("
[all...]
H A Darm_cpu.cc466 inform("PC: 0x%x\n", pc);
472 inform("%s: 0x%x\n", ri->name, value);
479 inform("%s: 0x%x\n", miscRegName[ri->idx], value);
499 inform("CCSIDR [0x%x]: %s\n",
506 inform("DEMUX [0x%x, 0x%x]: %s\n",
517 inform("0x%x: %s\n", id, getAndFormatOneReg(id));
538 inform("CP%i: [CRn: c%i opc1: %.2i CRm: c%i opc2: %i inv: %i]: "
544 inform("readMiscReg: %x, readMiscRegNoEffect: %x\n",
549 inform("CP%i: [CRn: c%i opc1: %.2i CRm: c%i opc2: %i inv: %i]: [%s]: "
555 inform("C
[all...]
/gem5/src/dev/arm/
H A Dhdlcd.cc655 inform("DMA line size: %u bytes", lineSize);
656 inform("DMA line pitch: %i bytes", linePitch);
657 inform("DMA num lines: %u", numLines);
684 inform("PixelPump width: %u", t.width);
685 inform("PixelPump height: %u", t.height);
687 inform("PixelPump horizontal back porch: %u", t.hBackPorch);
688 inform("PixelPump horizontal fron porch: %u", t.hFrontPorch);
689 inform("PixelPump horizontal fron porch: %u", t.hSync);
691 inform("PixelPump vertical back porch: %u", t.vBackPorch);
692 inform("PixelPum
[all...]
H A Dufs_device.cc572 } else inform("Wrong mode page requested\n");
656 inform("Unsupported scsi message type: %2x\n", SCSI_msg[4] & 0xFF);
657 inform("0x%8x\n", SCSI_msg[0]);
658 inform("0x%8x\n", SCSI_msg[1]);
659 inform("0x%8x\n", SCSI_msg[2]);
660 inform("0x%8x\n", SCSI_msg[3]);
661 inform("0x%8x\n", SCSI_msg[4]);
1275 inform("UFSmodel received a task from the system; this might"
1406 inform("taskHandler\n");
1407 inform("
[all...]
H A Dsmmu_v3_slaveifc.cc84 inform("Slave port is connected to %s\n", slavePort->getPeer());
/gem5/src/dev/
H A Dmc146818.cc162 inform("RTC: Unimplemented divider configuration: %i\n",
168 inform("RTC: Unimplemented interrupt rate: %i\n",
190 inform("RTC: Unimplemented interrupt configuration: %s %s\n",
197 inform("RTC: The binary interface is not fully implemented.\n");
202 inform("RTC: The 12h time format not supported.\n");
207 inform("RTC: Automatic daylight saving time not supported.\n");
/gem5/src/dev/net/
H A Dtcp_iface.cc97 inform("tcp_iface listening on port %d", serverPort);
177 inform("Link okay (iface:%d -> (node:%d, iface:%d))",
201 inform("Link okay (iface:%d -> switch iface:%d)", distIfaceId,
288 inform("recv(): %s", strerror(errno));
292 inform("recv(): Connection closed");
H A Ddist_iface.cc73 inform("Next dist synchronisation tick is changed to %lu.\n", nextAt);
81 inform("Dist synchronisation interval is changed to %lu.\n",
362 inform("Dist sync scheduled at %lu and repeats %lu\n", when(),
408 inform("synchronization disabled at %lu\n", curTick());
831 inform("m5 checkpoint called with zero delay => triggering collaborative "
835 inform("m5 checkpoint called with non-zero delay => triggering immediate "
840 inform("Non-zero period for m5_ckpt is ignored in "
865 inform("Request toggling syncronization off\n");
880 inform("Request toggling syncronization on\n");
909 inform("m
[all...]
/gem5/src/arch/arm/freebsd/
H A Dsystem.cc110 inform("Loading DTB file: %s at address %#x\n", params()->dtb_filename,
/gem5/src/sim/
H A Dsimulate.cc107 inform("Entering event queue @ %d. Starting simulation...\n", curTick());
H A Dsystem.cc150 inform("No kernel set for full system simulation. "
155 inform("kernel located at: %s", params()->kernel);
191 inform("Loading additional kernel object: %s", obj_name);
272 inform("%s: Waiting for a remote GDB connection on port %d.\n",
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py120 m5.util.inform("Simulated platform: %s", platform.__name__)
304 m5.util.inform("Running in PDES mode with a %s simulation quantum.",
315 m5.util.inform("Restoring from checkpoint %s", cpt)
/gem5/src/arch/generic/
H A Ddebugfaults.hh85 // The "Flavor" template parameter is to keep warn, hack or inform messages
165 void debugFunc() override { inform(this->message()); }
166 FaultName name() const override { return "inform fault"; }
/gem5/src/arch/arm/
H A Dsystem.cc148 inform("Using bootloader at address %#x\n", bootldr->entryPoint());
167 inform("Using kernel entry physical address at %#x\n",
/gem5/util/systemc/gem5_within_systemc/
H A Dsc_module.cc255 inform("Entering event queue @ %d. Starting simulation...", curTick());
/gem5/src/python/m5/util/
H A D__init__.py77 # inform() should be called when the user should be informed about some
79 def inform(fmt, *args): function
/gem5/src/base/
H A Dlogging.hh213 #define inform(...) base_message(::Logger::getInfo(), __VA_ARGS__) macro
/gem5/src/dev/virtio/
H A Dfs9p.cc410 inform("Started diod with PID %u, you might need to manually kill " \
470 inform("Trying to kill diod with SIGKILL as SIGTERM failed \n");
/gem5/src/python/m5/
H A Dmain.py229 from .util import inform, fatal, panic, isInteractive
371 inform("Standard input is not a terminal, disabling listeners.")
/gem5/src/arch/arm/linux/
H A Dsystem.cc133 inform("Loading DTB file: %s at address %#x\n", params()->dtb_filename,
/gem5/src/dev/alpha/
H A Dbackdoor.cc242 inform("Launching CPU %d @ %d", cpunum, curTick());
/gem5/src/cpu/pred/
H A Dtournament.cc113 inform("More global history bits than required by predictors\n");

Completed in 44 milliseconds

12