Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs237 foreach(var mapping in mappingsForPeripheral.SelectMany(x => x.Value) in Register()
1278 if(mappingsForPeripheral.ContainsKey(busRegistered.Peripheral)) in UnregisterInner()
1282 …foreach(var mapping in mappingsForPeripheral[busRegistered.Peripheral].Where(x => busRegistered.Re… in UnregisterInner()
1287mappingsForPeripheral[busRegistered.Peripheral].RemoveAll(x => toRemove.Contains(x)); in UnregisterInner()
1288 if(mappingsForPeripheral[busRegistered.Peripheral].Count == 0) in UnregisterInner()
1290 mappingsForPeripheral.Remove(busRegistered.Peripheral); in UnregisterInner()
1879 mappingsForPeripheral = new Dictionary<IBusPeripheral, List<MappedSegmentWrapper>>(); in InitStructures()
1899 if(mappingsForPeripheral.ContainsKey(owner)) in AddMappings()
1901 mappingsForPeripheral[owner].AddRange(newMappings); in AddMappings()
1905 mappingsForPeripheral[owner] = mappingsList; in AddMappings()
[all …]