Home
last modified time | relevance | path

Searched refs:onlyPartiallyInRange (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()
1762 …sRegistered<IMapped>> mappedInRange, out IEnumerable<IBusRegistered<IMapped>> onlyPartiallyInRange) in CanRangeBeLocked() argument
1766onlyPartiallyInRange = mappedInRange.Where(x => !range.Contains(x.RegistrationPoint.Range)); in CanRangeBeLocked()
1767 return !onlyPartiallyInRange.Any(); in CanRangeBeLocked()