/gem5/src/cpu/kvm/ |
H A D | x86_cpu.cc | 172 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 D | base.cc | 156 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 D | events.cc | 106 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 D | armv8_cpu.cc | 151 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 D | arm_cpu.cc | 466 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 D | hdlcd.cc | 655 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 D | ufs_device.cc | 572 } 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 D | smmu_v3_slaveifc.cc | 84 inform("Slave port is connected to %s\n", slavePort->getPeer());
|
/gem5/src/dev/ |
H A D | mc146818.cc | 162 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 D | tcp_iface.cc | 97 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 D | dist_iface.cc | 73 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 D | system.cc | 110 inform("Loading DTB file: %s at address %#x\n", params()->dtb_filename,
|
/gem5/src/sim/ |
H A D | simulate.cc | 107 inform("Entering event queue @ %d. Starting simulation...\n", curTick());
|
H A D | system.cc | 150 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 D | fs_bigLITTLE.py | 120 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 D | debugfaults.hh | 85 // 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 D | system.cc | 148 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 D | sc_module.cc | 255 inform("Entering event queue @ %d. Starting simulation...", curTick());
|
/gem5/src/python/m5/util/ |
H A D | __init__.py | 77 # inform() should be called when the user should be informed about some 79 def inform(fmt, *args): function
|
/gem5/src/base/ |
H A D | logging.hh | 213 #define inform(...) base_message(::Logger::getInfo(), __VA_ARGS__) macro
|
/gem5/src/dev/virtio/ |
H A D | fs9p.cc | 410 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 D | main.py | 229 from .util import inform, fatal, panic, isInteractive 371 inform("Standard input is not a terminal, disabling listeners.")
|
/gem5/src/arch/arm/linux/ |
H A D | system.cc | 133 inform("Loading DTB file: %s at address %#x\n", params()->dtb_filename,
|
/gem5/src/dev/alpha/ |
H A D | backdoor.cc | 242 inform("Launching CPU %d @ %d", cpunum, curTick());
|
/gem5/src/cpu/pred/ |
H A D | tournament.cc | 113 inform("More global history bits than required by predictors\n");
|