Home
last modified time | relevance | path

Searched refs:DebugHelper (Results 1 – 25 of 38) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeHandle.cs121DebugHelper.Assert(TimeSource.ElapsedVirtualTime >= TotalElapsedTime, $"Trying to move time handle… in Reset()
138DebugHelper.Assert(IsReadyForNewTimeGrant, "Interval granted, but the handle is not ready for a ne… in GrantTimeInterval()
174DebugHelper.Assert(isBlocking || !enabled, "This handle should be blocking or disabled"); in UnblockHandle()
207DebugHelper.Assert(!sinkSideInProgress, "Requested a new time interval, but the previous one is st… in RequestTimeInterval()
230 DebugHelper.Assert(!grantPending, "New grant not expected when blocked."); in RequestTimeInterval()
231 DebugHelper.Assert(!waitsToBeUnblocked, "Should not wait to be unblocked"); in RequestTimeInterval()
249DebugHelper.Assert(waitsToBeUnblocked, "Expected only one condition to change"); in RequestTimeInterval()
259DebugHelper.Assert(!waitsToBeUnblocked, "Should not wait to be unblocked here"); in RequestTimeInterval()
260DebugHelper.Assert(!deferredUnlatch, "Unexpected value of deferredUnlatch"); in RequestTimeInterval()
286DebugHelper.Assert(reportedTimeResiduum == TimeInterval.Empty, "Reported time residuum should be e… in RequestTimeInterval()
[all …]
DTimeDomainsManager.cs37 … Renode.Debugging.DebugHelper.Assert(result, "Tried to unregister an unregistered thread."); in UnregisterCurrentThread()
DTimeSourceBase.cs278DebugHelper.Assert(currentCommonElapsedTime > ElapsedVirtualTime, $"A slave reports time from the … in SynchronizeVirtualTime()
473DebugHelper.Assert(NearestSyncPoint.Ticks >= ElapsedVirtualTime.Ticks, $"Nearest sync point set in… in InnerExecute()
627DebugHelper.Assert(ElapsedVirtualTime <= interval, $"Couldn't reset back in time from {ElapsedVirt… in ResetVirtualTime()
714 DebugHelper.Assert(ElapsedVirtualTime == NearestSyncPoint); in ExecuteSyncPhase()
DMasterTimeSource.cs198DebugHelper.Assert(!isStarted, "Dispatcher thread should not be set to run at this moment"); in EnsureDispatcherExited()
DTimeInterval.cs262DebugHelper.Assert(TimeSpan.TicksPerSecond == 10000000L, "Number of Ticks in TimeSpan mismatch!"); in TimeInterval()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAESServiceProvider.cs96DebugHelper.Assert(keyBytes.Length >= SegmentSize, "Length of key bytes should at least ${SegmentS… in GetResultBytesCTR()
97DebugHelper.Assert(inputBytes.Length >= SegmentSize, "Length of input bytes should at least ${Segm… in GetResultBytesCTR()
98DebugHelper.Assert(inputBytes.Length % SegmentSize == 0, "Length of input bytes should be a multip… in GetResultBytesCTR()
112DebugHelper.Assert(inputBytes.Length % SegmentSize == 0, "Length of input bytes should be a multip… in GetResultBytesCBC()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Foreign/
DRecordEntryBase.cs19DebugHelper.Assert(handler.Target == null, "The handler is supposed to have null target"); in RecordEntryBase()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPeripheralsAddedEventArgs.cs25 DebugHelper.Assert(registrationPoint != null); in PeripheralsAddedEventArgs()
DPeripheralsChangedEventArgs.cs23 DebugHelper.Assert(operation != PeripheralChangeType.Addition); in Create()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSealableValue.cs45 DebugHelper.Assert(IsLocked); in Unseal()
DVideoCapturer.cs174 DebugHelper.Assert(!bufferAllocated); in RequestBuffer()
DBitHelper.cs726 DebugHelper.Assert(bitsCount >= 0); in CalculateBytesCount()
735DebugHelper.Assert(width >= 0 && position >= 0, $"Width (0x{width:X}) and position (0x{position:X}… in AssertMaskParameters()
736DebugHelper.Assert(checked(width + position) <= maxWidth, $"Sum of width (0x{width:X}) and positio… in AssertMaskParameters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDHelpers.cs45DebugHelper.Assert((blockSize == BlockLength.Undefined) || (capacity % BlockLengthInBytes(blockSiz… in SeekForCapacityParameters()
201 DebugHelper.Assert(BlockSize == BlockLength.Block512);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Debug/
DDebugHelper.cs16 public class DebugHelper class
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs124 DebugHelper.Assert(buffer.Count <= Packet.CalculateLength<USBIP.Header>()); in HandleIncomingData()
160DebugHelper.Assert(buffer.Count <= Packet.CalculateLength<USBIP.AttachDeviceCommandDescriptor>()); in HandleIncomingData()
177 DebugHelper.Assert(buffer.Count <= Packet.CalculateLength<URBHeader>()); in HandleIncomingData()
283 DebugHelper.Assert(buffer.Count <= Packet.CalculateLength<URBRequest>()); in HandleIncomingData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_HMAC.cs242 DebugHelper.Assert(part >= 0 && part < SecretKeyLength); in SetKeyPart()
255 DebugHelper.Assert(part >= 0 && part < DigestLength); in GetDigestPart()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs361 DebugHelper.Assert(pauseLockTimeHandleMarker); in InnerPause()
728 DebugHelper.Assert(residuum == 0); in CpuThreadBodyInner()
736 DebugHelper.Assert(executedResiduum == 0); in CpuThreadBodyInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs108 DebugHelper.Assert(width > 0 && width <= 4); in ReadFromCiphertext()
129 DebugHelper.Assert(width > 0 && width <= 4); in WriteToCiphertext()
607 DebugHelper.Assert(width > 0 && width <= 4); in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralAccessMethods.cs109 DebugHelper.Assert(!(ReadByte.Target is HookWrapper)); in BuildMissingAccesses()
203 DebugHelper.Assert(!(ReadByte.Target is HookWrapper)); in DisableTranslatedAccesses()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_AES_Test.cs158 DebugHelper.Assert(data.Length == 4); in WriteInputData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/
DDmaEngine.cs147 DebugHelper.Assert((skipCount + request.Size) <= buffer.Length); in IssueCopy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DLiteX_I2C.cs218 DebugHelper.Assert(bufferToDevice.Count == 8); in HandleClockRising()
DLiteX_I2C_Zephyr.cs220 DebugHelper.Assert(bufferToDevice.Count == 8); in HandleClockRising()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs267DebugHelper.Assert((isSecure != 0 ? SecurityState.Secure : SecurityState.NonSecure) == SecuritySta… in OnExecutionModeChanged()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRA8M1_SCI.cs212 DebugHelper.Assert(currentPeripheralMode == PeripheralMode.IIC); in BlinkTxIRQ()
772DebugHelper.Assert((iicState == IICState.Idle) || (iicDirection != IICTransactionDirection.Unset),… in TransmitIICData()

12