/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/ |
D | TftpServerModule.cs | 90 LogLevel logLevel; in HandleLog() 95 logLevel = LogLevel.Debug; in HandleLog() 100 logLevel = LogLevel.Info; in HandleLog() 104 logLevel = LogLevel.Warning; in HandleLog() 111 logLevel = LogLevel.Error; in HandleLog() 118 this.Log(logLevel, args.Message); in HandleLog()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | log-tests.robot | 81 Execute Command logLevel -1 sysbus.tester 89 ${l}= Execute Command logLevel 94 Execute Command logLevel 3 machine-0 95 ${l}= Execute Command logLevel 105 ${l}= Execute Command logLevel 116 Execute Command logLevel 3 machine-0 117 ${l}= Execute Command logLevel 131 ${l}= Execute Command logLevel 142 Execute Command logLevel 3 machine-1 143 ${l}= Execute Command logLevel
|
D | riscv-isa-string.robot | 5 Execute Command logLevel 0 11 Execute Command logLevel 0 17 Execute Command logLevel 0
|
D | external-mmu.robot | 170 Execute Command logLevel -1 180 Execute Command logLevel 0 cpu 210 Execute Command logLevel 0 mmu1 220 Execute Command logLevel 0 mmu1 232 Execute Command logLevel 0 mmu1 241 Execute Command logLevel 0 mmu1 242 Execute Command logLevel 0 mmu2 255 Execute Command logLevel 0 mmu1 256 Execute Command logLevel 0 mmu2
|
D | riscv-custom-instructions.robot | 42 Execute Command logLevel 0 82 Execute Command logLevel 0 98 Execute Command logLevel 0 117 Execute Command logLevel 0 193 Execute Command logLevel 0
|
D | iommu.robot | 97 Execute Command logLevel -1 110 Execute Command logLevel -1 181 Execute Command logLevel -1
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
D | renode_dpi.cpp | 68 bool renodeDPILog(int logLevel, const char* data) in renodeDPILog() argument 74 socketChannel->log(logLevel, data); in renodeDPILog()
|
D | renode_cfu.cpp | 76 void NativeCommunicationChannel::log(int logLevel, const char* data) in log() argument 79 handleSenderMessage(new Protocol(logMessage, 0, logLevel)); in log()
|
D | renode_dpi.h | 19 bool renodeDPILog(int logLevel, const char *data);
|
D | renode_cfu.h | 39 void log(int logLevel, const char* data);
|
D | renode_bus.h | 88 void log(int logLevel, const char* data) override;
|
D | renode_bus.cpp | 296 void NativeCommunicationChannel::log(int logLevel, const char* data) in log() argument 299 handleSenderMessage(new Protocol(logMessage, 0, logLevel)); in log()
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/communication/ |
D | socket_channel.cpp | 43 void SocketCommunicationChannel::log(int logLevel, const char* data) in log() argument 45 sendSender(Protocol(logMessage, strlen(data), logLevel, noPeripheralIndex)); in log()
|
D | communication_channel.h | 14 virtual void log(int logLevel, const char* data) = 0;
|
D | socket_channel.h | 20 void log(int logLevel, const char* data) override;
|
/Renode-v1.15.3-c57714d/tests/peripherals/ |
D | SPIMultiplexer.robot | 19 Execute Command logLevel -1 sysbus.spi2.spi_mux.dummy0spi 20 Execute Command logLevel -1 sysbus.spi2.spi_mux.dummy1spi 21 Execute Command logLevel 3 sysbus.nvic
|
D | ARM_GenericInterruptController.robot | 58 Execute Command logLevel 3 72 Execute Command logLevel -1 gic 85 Execute Command logLevel -1 gic
|
/Renode-v1.15.3-c57714d/scripts/complex/ |
D | efr32xg24-twonode_demo.resc | 33 logLevel 3 51 logLevel 3
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | PolarFireSoC.robot | 33 Execute Command logLevel -1 50 Execute Command logLevel -1 66 Execute Command logLevel -1 82 Execute Command logLevel -1 97 Execute Command logLevel -1
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | sam_e70.resc | 13 logLevel 3 nvic
|
D | veer_el2-tock.resc | 40 logLevel 3 plic
|
/Renode-v1.15.3-c57714d/scripts/complex/arduino_nano/ |
D | nrf52840_arduinoIDE_integration.resc | 2 logLevel 3
|
/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/ |
D | CLIC-test-setup.resc | 2 logLevel 0
|
/Renode-v1.15.3-c57714d/tests/platforms/verilated/ |
D | verilated_ibex_interrupts.robot | 16 Execute Command logLevel 3
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/ |
D | renode_pkg.sv | 55 int logLevel,
|