Searched refs:lockedRangesCollectionByContext (Results 1 – 1 of 1) sorted by relevance
1054 lock(lockedRangesCollectionByContext) in SetAddressRangeLocked()1057 …if(locked ? lockedRangesCollectionByContext[context].ContainsWholeRange(range) : !IsAddressRangeLo… in SetAddressRangeLocked()1066 … lockedRangesCollectionByContext.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()1878 …lockedRangesCollectionByContext = 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