Searched refs:logMessage (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | RenesasDA14_GPT.cs | 307 …private void CallForConnection(int index, Action<GPIOConnection> callback, bool logMessage = false) in CallForConnection() argument 309 if(!IsValidConnection(index, logMessage)) in CallForConnection() 317 …private T CallForConnection<T>(int index, Func<GPIOConnection, T> callback, bool logMessage = fals… in CallForConnection() argument 319 if(!IsValidConnection(index, logMessage)) in CallForConnection() 328 private bool IsValidConnection(int index, bool logMessage = true) in IsValidConnection() argument 332 if(logMessage) in IsValidConnection()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ARM_GenericInterruptController.cs | 2536 … var logMessage = "{0}: Incorrect Processor Number {1} passed for SGI ({2}), expected to be {3}."; in IsSoftwareGeneratedInterruptAccessValid() 2539 logMessage += " Request will be ignored."; in IsSoftwareGeneratedInterruptAccessValid() 2541 …gic.Log(LogLevel.Warning, logMessage, registerTypeName, accessingCPU.Affinity, interrupt.Identifie… in IsSoftwareGeneratedInterruptAccessValid()
|