Home
last modified time | relevance | path

Searched refs:lockedRangesCollectionByContext (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1054 lock(lockedRangesCollectionByContext) in SetAddressRangeLocked()
1057 …if(locked ? lockedRangesCollectionByContext[context].ContainsWholeRange(range) : !IsAddressRangeLo… in SetAddressRangeLocked()
1066lockedRangesCollectionByContext.WithStateCollection(context, stateMask: null, collection => in SetAddressRangeLocked()
1100 …return (lockedRangesCollectionByContext.TryGetValue(context, initiatorState: null, out var collect… in IsAddressRangeLocked()
1101 || lockedRangesCollectionByContext[null].ContainsOverlappingRange(range); in IsAddressRangeLocked()
1878lockedRangesCollectionByContext = new ContextKeyDictionary<MinimalRangesCollection, IReadOnlyMinim… in InitStructures()
2056 lockedRangesCollectionByContext.AddContextKey(peripheral); in AddContextKeys()
2062 lockedRangesCollectionByContext.RemoveContextKey(peripheral); in RemoveContextKeys()
2087 …tionary<MinimalRangesCollection, IReadOnlyMinimalRangesCollection> lockedRangesCollectionByContext; field in Antmicro.Renode.Peripherals.Bus.SystemBus