Searched refs:WithStateCollection (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SystemBus.cs | 194 peripheralsCollectionByContext.WithStateCollection(context, null, collection => in MoveRegistrationWithinContext() 1066 … lockedRangesCollectionByContext.WithStateCollection(context, stateMask: null, collection => in SetAddressRangeLocked() 1261 …peripheralsCollectionByContext.WithStateCollection(pair.context, stateMask: pair.stateMask, collec… in UnregisterInner() 1268 … peripheralsCollectionByContext.WithStateCollection(context: null, stateMask, collection => in UnregisterInner() 1294 …peripheralsCollectionByContext.WithStateCollection(perCoreRegistration.Initiator, perCoreRegistrat… in UnregisterInner() 1702 peripheralsCollectionByContext.WithStateCollection(context, stateMask, collection => in RegisterInner() 2135 … public void WithStateCollection(IPeripheral context, StateMask? stateMask, Action<TValue> action) in WithStateCollection() method in Antmicro.Renode.Peripherals.Bus.SystemBus.TValue
|