Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs493 foreach(var peripherals in allPeripherals) in SetHookAfterPeripheralRead()
512 foreach(var peripherals in allPeripherals) in SetHookAfterPeripheralRead()
531 foreach(var peripherals in allPeripherals) in SetHookAfterPeripheralRead()
550 foreach(var peripherals in allPeripherals) in SetHookAfterPeripheralRead()
583 foreach(var peripherals in allPeripherals) in SetHookBeforePeripheralWrite()
602 foreach(var peripherals in allPeripherals) in SetHookBeforePeripheralWrite()
621 foreach(var peripherals in allPeripherals) in SetHookBeforePeripheralWrite()
640 foreach(var peripherals in allPeripherals) in SetHookBeforePeripheralWrite()
DSystemBus.cs290 foreach(var p in allPeripherals.SelectMany(x => x.Peripherals)) in LogAllPeripheralsAccess()
299 foreach(var peripherals in allPeripherals) in LogPeripheralAccess()
326 foreach(var p in allPeripherals.SelectMany(x => x.Peripherals)) in EnableAllTranslations()
334 foreach(var peripherals in allPeripherals) in EnableAllTranslations()
531 foreach(var peripherals in allPeripherals) in Dispose()
1646 foreach(var peripherals in allPeripherals) in UpdateAccessMethods()
1841 …foreach(var p in allPeripherals.SelectMany(x => x.Peripherals).Select(x => x.Peripheral).Distinct(… in ClearAll()
1888 …return allPeripherals.SelectMany(x => x.Peripherals).Where(x => x.Peripheral is MappedMemory).Orde… in ObtainMemoryList()
2082 …private IEnumerable<PeripheralCollection> allPeripherals => peripheralsCollectionByContext.GetAllD… field in Antmicro.Renode.Peripherals.Bus.SystemBus
DSystemBusGenerated.tt189 foreach(var peripherals in allPeripherals)