Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1738 … if(!CanRangeBeLocked(range, context, out var mappedInRange, out var onlyPartiallyInRange)) in RelockRange()
1746 foreach(var busRegistered in mappedInRange) in RelockRange()
1762 … range, IPeripheral context, out IEnumerable<IBusRegistered<IMapped>> mappedInRange, out IEnumerab… in CanRangeBeLocked() argument
1764mappedInRange = GetMappedPeripherals(context).Where(x => x.RegistrationPoint.Range.Intersects(rang… in CanRangeBeLocked()
1766 … onlyPartiallyInRange = mappedInRange.Where(x => !range.Contains(x.RegistrationPoint.Range)); in CanRangeBeLocked()