| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | Quectel_BG96.cs | 29 return Error; in CeregWrite() 41 return Error; in CregWrite() 49 protected override Response Cesq() => Error; in Cesq() 66 … override Response CgsnWrite(SerialNumberType serialNumberType = SerialNumberType.Device) => Error; in CgsnWrite() 77 protected override Response Cscon(int enable = 0) => Error; in Cscon() 81 protected override Response Qband(int numberOfBands, params int[] bands) => Error; in Qband() 85 protected override Response Qccid() => Error; in Qccid() 139 protected override Response Qeng(int mode) => Error; in Qeng() 147 return Error; in Qiact() 158 return Error; in Qicfg() [all …]
|
| D | DA16200.cs | 105 SendResponse(Error); in SendData() 112 SendResponse(Error); in SendData() 124 SendResponse(Error); in SendData() 134 SendResponse(Error); in SendData() 143 SendResponse(Error); in SendData() 245 return Error; in WfModeWrite() 296 return Error; in Trtrm() 312 return Error; in Truse() 317 return Error; in Truse()
|
| D | Quectel_BC66.cs | 65 return Error; in QbandslWrite() 108 return Error; in CregWrite() 115 return Error; in CregRead() 186 return Error; in Qicfg() 197 return Error; in Qicfg()
|
| D | QuectelModem.cs | 134 … this.Log(LogLevel.Error, "Got GPIO state {0} for unknown input {1}", value, number); in OnGPIO() 424 return Error; // unreachable in CgsnWrite() 468 return Error; in Qband() 490 return Error; in Qcfg() 506 return Error; in Qeng() 520 return Error; in Qicfg() 530 return Error; in Qnbiotevent() 548 return Error; in Qnbiotrai() 615 return Error; in QsclkWrite() 627 return Error; in Qiopen() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | Trace32Commands.cs | 30 …manager.Cpu.Log(LogLevel.Error, "GDBStub: This CPU doesn't support getting AArch64 system register… in Execute() 31 return PacketData.ErrorReply(Error.OperationNotPermitted); in Execute() 37 manager.Cpu.Log(LogLevel.Error, "GDBStub: Invalid size: 0x{0:X}", sizeInBytes); in Execute() 38 return PacketData.ErrorReply(Error.InvalidArgument); in Execute() 49 return PacketData.ErrorReply(Error.InvalidArgument); in Execute() 64 …manager.Cpu.Log(LogLevel.Error, "GDBStub: This CPU doesn't support setting AArch64 system register… in Execute() 65 return PacketData.ErrorReply(Error.OperationNotPermitted); in Execute() 70 manager.Cpu.Log(LogLevel.Error, "GDBStub: Invalid size: 0x{0:X}", sizeInBytes); in Execute() 71 return PacketData.ErrorReply(Error.InvalidArgument); in Execute() 78 return PacketData.ErrorReply(Error.InvalidArgument); in Execute()
|
| D | CalculateCRCCommand.cs | 33 return PacketData.ErrorReply(Error.BadAddress); in Execute() 43 return PacketData.ErrorReply(Error.BadAddress); in Execute() 53 return PacketData.ErrorReply(Error.BadAddress); in Execute()
|
| D | MultithreadContinueCommand.cs | 127 …cpu.Log(LogLevel.Error, "Aborted execution of gdb command, core #{0} would block.", operation.Core… in TryHandleBlockingExecution() 159 …cpu.Log(LogLevel.Error, "Aborted execution of gdb command, core #{0} would block.", operation.Core… in TryHandleBlockingExecution() 189 …manager.Cpu.Log(LogLevel.Error, "Encountered an unsupported operation in command: \"{0}\".", pair); in TryParseData() 209 … manager.Cpu.Log(LogLevel.Error, "No CPUs available to execute \"{0}\" command.", pair); in TryParseData() 224 …manager.Cpu.Log(LogLevel.Error, "CPU #{1} already set to {2}, error in \"{0}\" command.", pair, co… in TryParseData() 228 … manager.Cpu.Log(LogLevel.Error, "Invalid CPU id in \"{0}\" command.", pair); in TryParseData() 237 manager.Cpu.Log(LogLevel.Error, "No actions specified."); in TryParseData()
|
| D | ReadMemoryCommand.cs | 30 return PacketData.ErrorReply(Error.BadAddress); in Execute() 37 return PacketData.ErrorReply(Error.BadAddress); in Execute() 69 return PacketData.ErrorReply(Error.BadAddress); in Execute()
|
| D | WriteDataToMemoryCommand.cs | 29 return PacketData.ErrorReply(Error.InvalidArgument); in WriteHexData() 43 return PacketData.ErrorReply(Error.InvalidArgument); in WriteBinaryData() 54 return PacketData.ErrorReply(Error.BadAddress); in WriteData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_OneTimeProgrammableMemoryController.cs | 222 ….WithEnumField<DoubleWordRegister, Error>(0, 3, out vendorPartitionError, FieldMode.Read, name: "E… in DefineRegisters() 223 ….WithEnumField<DoubleWordRegister, Error>(3, 3, out creatorPartitionError, FieldMode.Read, name: "… in DefineRegisters() 224 ….WithEnumField<DoubleWordRegister, Error>(6, 3, out ownerPartitionError, FieldMode.Read, name: "ER… in DefineRegisters() 225 ….WithEnumField<DoubleWordRegister, Error>(9, 3, out hardwarePartitionError, FieldMode.Read, name: … in DefineRegisters() 226 ….WithEnumField<DoubleWordRegister, Error>(12, 3, out secret0PartitionError, FieldMode.Read, name: … in DefineRegisters() 227 ….WithEnumField<DoubleWordRegister, Error>(15, 3, out secret1PartitionError, FieldMode.Read, name: … in DefineRegisters() 228 ….WithEnumField<DoubleWordRegister, Error>(18, 3, out secret2PartitionError, FieldMode.Read, name: … in DefineRegisters() 229 ….WithEnumField<DoubleWordRegister, Error>(21, 3, out lifeCyclePartitionError, FieldMode.Read, name… in DefineRegisters() 230 … .WithEnumField<DoubleWordRegister, Error>(24, 3, out daiError, FieldMode.Read, name: "ERR_CODE_8") in DefineRegisters() 328 …this.Log(LogLevel.Error, "Failed to find an OTP Partition or OTP Item at the address 0x{0:X}", rea… in ExecuteDirectRead() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | InternalMemoryAccessor.cs | 26 …Logger.Log(LogLevel.Error, "Trying to read outside of {0} internal memory, at offset 0x{1:X}", Nam… in ReadDoubleWord() 38 …Logger.Log(LogLevel.Error, "Trying to read {0} bytes outside of {1} internal memory, at offset 0x{… in ReadBytes() 51 …Logger.Log(LogLevel.Error, "Trying to write value 0x{0:X} outside of {1} internal memory, at offse… in WriteDoubleWord() 66 …Logger.Log(LogLevel.Error, "Trying to write {0] bytes outside of {1} internal memory, at offset 0x… in WriteBytes()
|
| D | AthenaX5200.cs | 61 this.Log(LogLevel.Error, "Unknown command: [{0}].", operation.Value); in AthenaX5200() 132 this.Log(LogLevel.Error, "RNG subsystem already instantiated. Aborting!"); in InstantiateDRBG() 142 this.Log(LogLevel.Error, "RNG subsystem is not instantiated. Aborting!"); in GenerateBlocksWithDRBG() 152 this.Log(LogLevel.Error, "RNG subsystem is not instantiated. Aborting!"); in UninstantiateDRBG()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | WindowMMUBusController.cs | 32 …emulationParent.Log(LogLevel.Error, "MMUWindows (with indicies {0} and {1}) overlap each other.", … in AssertWindowsAreValid() 88 …emulationParent.Log(LogLevel.Error, "IOMMU fault - the address 0x{0:X} is not specified in any of … in MMUFaultHandler() 111 …emulationParent.Log(LogLevel.Error, "MMUWindow has start address (0x{0:x}) grater than end address… in AssertIsValid() 117 …emulationParent.Log(LogLevel.Error, "MMUWindow has incorrect offset ({0:d}) in relation to the sta… in AssertIsValid() 122 …emulationParent.Log(LogLevel.Error, "MMUWindow has incorrect offset ({0:d}) in relation to the end… in AssertIsValid()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ARMv7A.cs | 69 …this.Log(LogLevel.Error, "Trying to write the register of a generic timer, by the CP15 32-bit writ… in Write32CP15Inner() 83 …this.Log(LogLevel.Error, "Trying to read the register of a generic timer, by the CP15 32-bit read … in Read32CP15Inner() 98 …this.Log(LogLevel.Error, "Trying to write the register of a generic timer, by the CP15 64-bit writ… in Write64CP15Inner() 112 …this.Log(LogLevel.Error, "Trying to read the register of a generic timer, by the CP15 64-bit read … in Read64CP15Inner()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | Silabs_SecureElement.cs | 114 parent.Log(LogLevel.Error, "TxFifoEnqueueCallback: 0 words left"); in TxFifoEnqueueCallback() 137 parent.Log(LogLevel.Error, "ProcessCommand(): Queue is EMPTY!"); in ProcessCommand() 147 …parent.Log(LogLevel.Error, "ProcessCommand(): Not enough words FifoSize={0}, expectedWords={1}", t… in ProcessCommand() 229 … parent.Log(LogLevel.Error, "ProcessCommand(): Command ID 0x{0:X} not handled!", (uint)commandId); in ProcessCommand() 256 parent.Log(LogLevel.Error, "IMPORT_KEY: invalid parameter count"); in HandleImportKeyCommand() 271 parent.Log(LogLevel.Error, "HandleImportKeyCommand: invalid key mode"); in HandleImportKeyCommand() 353 parent.Log(LogLevel.Error, "EXPORT_KEY: invalid parameter count"); in HandleExportKeyCommand() 368 parent.Log(LogLevel.Error, "HandleExportKeyCommand: invalid key mode"); in HandleExportKeyCommand() 461 parent.Log(LogLevel.Error, "HASH: invalid parameter count"); in HandleHashCommand() 492 parent.Log(LogLevel.Error, "HASH: unable to create hashing engine"); in HandleHashCommand() [all …]
|
| D | EFR32xG24_FlashUserData.cs | 46 this.Log(LogLevel.Error, "Unhandled read at offset 0x{0:X}", offset); in ReadByte() 54 this.Log(LogLevel.Error, "Writing manufacturer token space"); in WriteByte() 63 this.Log(LogLevel.Error, "EUI64 index out of bounds {0}", byteIndex); in Eui64()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_FrameAssembler.cs | 49 …parent.Log(LogLevel.Error, "TCP Segmentation Offload: Header is too small, the result may be unpre… in FrameAssembler() 56 …parent.Log(LogLevel.Error, "TCP Segmentation Offload: Invalid Ethernet Type, the result may be unp… in FrameAssembler() 61 …parent.Log(LogLevel.Error, "TCP Segmentation Offload: Header is too small, the result may be unpre… in FrameAssembler() 159 …parent.Log(LogLevel.Error, "TCP Segmentation Offload: Ignoring invalid Maximum Segment Size value:… in FrameAssembler() 176 parent.Log(LogLevel.Error, "Failed to create EthernetFrame"); in FinalizeSegment() 237 …parent.Log(LogLevel.Error, "Underlying packet processing framework failed to create Ethernet frame… in TryCreateEthernetFrame()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8R.cs | 141 …this.Log(LogLevel.Error, "Attempted to register a TCM region #{0}, but {1} is not registered for t… in RegisterTCMRegion() 197 this.Log(LogLevel.Error, "Unexpected interrupt type for IRQ#{0}", number); in DecodeInterrupt() 219 …this.Log(LogLevel.Error, "Trying to read a 64-bit register of the ARM Generic Timer, but the timer… in ReadSystemRegisterGenericTimer64() 231 …this.Log(LogLevel.Error, "Trying to read a 32-bit register of the ARM Generic Timer, but the timer… in ReadSystemRegisterGenericTimer32() 243 …this.Log(LogLevel.Error, "Trying to write a 64-bit register of the ARM Generic Timer, but the time… in WriteSystemRegisterGenericTimer64() 255 …this.Log(LogLevel.Error, "Trying to write a 32-bit register of the ARM Generic Timer, but the time… in WriteSystemRegisterGenericTimer32()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | VybridDma.cs | 50 this.Log(LogLevel.Error, "Channel is greater than 31"); in WriteWord() 113 this.Log(LogLevel.Error, "Channel is greater than 31"); in WriteDoubleWord() 185 Error = 0x2C, enumerator 232 …parent.Log(LogLevel.Error, "Error: size is 0 - stopping copy request (minor={0},major={1})", TCD_M… in DoCopy()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | ValentyUSB.cs | 147 state = State.Error; in DefineRegisters() 176 state = State.Error; in DefineRegisters() 213 …this.Log(LogLevel.Error, "Setup packet handling finished, but there is still some unhandled additi… in SendSetupPacketResponse() 225 …this.Log(LogLevel.Error, "No setup packet is handled at the moment, but the software wants to send… in SendSetupPacketResponse() 313 state = State.Error; in HandleOutAckRespond() 338 …this.Log(LogLevel.Error, "Setup packet result handler is set. It means that the previous setup pac… in SetupPacketHandler() 416 Error, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | MC3635.cs | 68 …this.Log(LogLevel.Error, "Received write transaction with multiple bytes to write. As burst writes… in Write() 290 …this.Log(LogLevel.Error, "0x{0:X} is not a legal RATE setting in {1} power mode. Setting the lowes… in SetSamplingFrequency() 314 …this.Log(LogLevel.Error, "0x{0:X} is not a legal RATE setting in {1} power mode. Setting the lowes… in SetSamplingFrequency() 332 …this.Log(LogLevel.Error, "0x{0:X} is not a legal RATE setting in {1} power mode. Setting the lowes… in SetSamplingFrequency() 402 ….WithFlag(7, writeCallback: (_, val) => { if(val) this.Log(LogLevel.Error, "SPI interface is not s… in DefineRegisters() 421 … this.Log(LogLevel.Error, "INIT_1 should always be written with 0x42, got 0x{0:x}", val); in DefineRegisters() 434 … this.Log(LogLevel.Error, "{0} mode unimplemented. Switching to Standby", mode.Value); in DefineRegisters() 490 … this.Log(LogLevel.Error, "Invalid RANGE.RES value. Setting to default"); in DefineRegisters() 516 … this.Log(LogLevel.Error, "Invalid RANGE.RANGE value. Setting to default"); in DefineRegisters() 539 ….WithWriteCallback((_, val) => { if(val != 0x0) this.Log(LogLevel.Error, "INIT_3 should always be … in DefineRegisters() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | S32K_LPIT.cs | 45 this.Log(LogLevel.Error, "External triggers aren't currently supported!"); in OnGPIO() 52 …this.Log(LogLevel.Error, "Reading from the {0} register with module disabled is forbidden!", (Regi… in ReadDoubleWord() 74 …this.Log(LogLevel.Error, "Writing to the {0} register with module disabled is forbidden! Value: {1… in WriteDoubleWord() 257 … Log(LogLevel.Error, "External trigger sources aren't currently supported, treating as internal!"); in SetTimerEnabled() 285 …Log(LogLevel.Error, "{0}: The {1} mode isn't currently supported, still operating as {2}!", name, … 303 Log(LogLevel.Error, "Invalid load value in compare mode: {1}", value);
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | MXIC_MX66UM1G45G.cs | 114 …this.Log(LogLevel.Error, "Was in OPI mode, but 2nd byte wasn't the inverse of the first byte! (dat… in Transmit() 347 …this.Log(LogLevel.Error, "Command decoding failed on byte: 0x{0:X} ({1}).", firstByte, (Commands)f… in RecognizeOperation() 375 … this.Log(LogLevel.Error, "Trying to read beyond the length of the device ID table."); in HandleCommand() 388 this.Log(LogLevel.Error, "Memory write operations are disabled."); in HandleCommand() 416 … this.Log(LogLevel.Error, "Trying to write a register, but write enable latch is not set"); in WriteRegister() 429 …this.Log(LogLevel.Error, "Trying to write to register {0} with more than expected 2 bytes.", Regis… in WriteRegister() 593 this.Log(LogLevel.Error, "Erase operations are disabled."); in HandleNoDataCommand() 598 …this.Log(LogLevel.Error, "Cannot erase memory because current address 0x{0:X} exceeds configured m… in HandleNoDataCommand() 668 …this.Log(LogLevel.Error, "Cannot write to address 0x{0:X} because it is bigger than configured mem… in WriteToMemory() 686 …this.Log(LogLevel.Error, "Cannot read from address 0x{0:X} because it is bigger than configured me… in ReadFromMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | BlockPythonEngine.cs | 34 CPU.Log(LogLevel.Error, "Python runtime error: {0}", error); in BlockPythonEngine() 44 CPU.Log(LogLevel.Error, "Python runtime error: {0}", error); in BlockPythonEngine()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | PacketData.cs | 24 public static PacketData ErrorReply(Error err = Error.Unknown) in ErrorReply() 159 public enum Error : int enum
|