Lines Matching refs:peripheralsCollectionByContext
167 …var busRegisteredEntries = peripheralsCollectionByContext[context].Peripherals.Where(x => x.Periph… in MoveRegistrationWithinContext()
194 peripheralsCollectionByContext.WithStateCollection(context, null, collection => in MoveRegistrationWithinContext()
387 return peripheralsCollectionByContext.GetAllContextKeys(); in GetAllContextKeys()
1258 foreach(var pair in peripheralsCollectionByContext.GetAllContextKeys() in UnregisterInner()
1259 ….SelectMany(context => peripheralsCollectionByContext.GetAllStateKeys(context).Select(stateMask =>… in UnregisterInner()
1261 …peripheralsCollectionByContext.WithStateCollection(pair.context, stateMask: pair.stateMask, collec… in UnregisterInner()
1266 foreach(var stateMask in peripheralsCollectionByContext.GetAllStateKeys(context: null)) in UnregisterInner()
1268 … peripheralsCollectionByContext.WithStateCollection(context: null, stateMask, collection => in UnregisterInner()
1294 …peripheralsCollectionByContext.WithStateCollection(perCoreRegistration.Initiator, perCoreRegistrat… in UnregisterInner()
1317 … var locals = peripheralsCollectionByContext.GetValue(context, initiatorState).Peripherals; in GetAccessiblePeripheralsForContext()
1318 … return context != null ? locals.Concat(peripheralsCollectionByContext[null].Peripherals) : locals; in GetAccessiblePeripheralsForContext()
1676 …var busRegisteredInContext = peripheralsCollectionByContext.GetValue(context, stateMask?.State).Pe… in RegisterInner()
1702 peripheralsCollectionByContext.WithStateCollection(context, stateMask, collection => in RegisterInner()
1876 …peripheralsCollectionByContext = new ContextKeyDictionary<PeripheralCollection, IReadOnlyPeriphera… in InitStructures()
2055 peripheralsCollectionByContext.AddContextKey(peripheral); in AddContextKeys()
2061 peripheralsCollectionByContext.RemoveContextKey(peripheral); in RemoveContextKeys()
2082 …private IEnumerable<PeripheralCollection> allPeripherals => peripheralsCollectionByContext.GetAllD…
2086 …tKeyDictionary<PeripheralCollection, IReadOnlyPeripheralCollection> peripheralsCollectionByContext; field in Antmicro.Renode.Peripherals.Bus.SystemBus