Home
last modified time | relevance | path

Searched defs:range (Results 1 – 15 of 15) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusRangeRegistration.cs19 …public BusRangeRegistration(Range range, ulong offset = 0, IPeripheral cpu = null, ICluster<ICPU> … in BusRangeRegistration()
23 …public BusRangeRegistration(Range range, string condition, ulong offset = 0) : this(range, stateMa… in BusRangeRegistration()
57 public static implicit operator BusRangeRegistration(Range range) in operator BusRangeRegistration()
87 …protected BusRangeRegistration(Range range, StateMask? stateMask, ulong offset = 0, IPeripheral cp… in BusRangeRegistration()
DSystemBus.cs598 public void SilenceRange(Range range) in SilenceRange()
691 public void ZeroRange(Range range, IPeripheral context = null) in ZeroRange()
865 public void UnmapMemory(Range range, ICPU context = null) in UnmapMemory()
996 public void Tag(Range range, string tag, ulong defaultValue = 0, bool pausing = false) in Tag()
1052 public void SetAddressRangeLocked(Range range, bool locked, IPeripheral context = null) in SetAddressRangeLocked()
1097 public bool IsAddressRangeLocked(Range range, IPeripheral context = null) in IsAddressRangeLocked()
1731 private void RelockRange(Range range, bool locked, IPeripheral context) in RelockRange()
1762 …private bool CanRangeBeLocked(Range range, IPeripheral context, out IEnumerable<IBusRegistered<IMa… in CanRangeBeLocked()
DIBusController.cs54 void ZeroRange(Range range, IPeripheral context = null); in ZeroRange()
60 bool IsAddressRangeLocked(Range range, IPeripheral context = null); in IsAddressRangeLocked()
61 void SetAddressRangeLocked(Range range, bool locked, IPeripheral context = null); in SetAddressRangeLocked()
97 void Tag(Range range, string tag, ulong defaultValue = 0, bool pausing = false); in Tag()
DBusControllerProxy.cs285 public virtual bool IsAddressRangeLocked(Range range, IPeripheral context = null) in IsAddressRangeLocked()
290 … public virtual void SetAddressRangeLocked(Range range, bool locked, IPeripheral context = null) in SetAddressRangeLocked()
410 public virtual void ZeroRange(Range range, IPeripheral context = null) in ZeroRange()
440 … public virtual void Tag(Range range, string tag, ulong defaultValue = 0, bool pausing = false) in Tag()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DRange.cs231 bool ContainsOverlappingRange(Range range); in ContainsOverlappingRange()
232 bool ContainsWholeRange(Range range); in ContainsWholeRange()
251 public void Add(Range range) in Add()
280 public bool ContainsOverlappingRange(Range range) in ContainsOverlappingRange()
285 public bool ContainsWholeRange(Range range) in ContainsWholeRange()
301 public bool Remove(Range range) in Remove()
322 public static bool SubtractAll(this ICollection<Range> ranges, Range range) in SubtractAll()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs18 void SetMappedMemoryEnabled(Range range, bool enabled); in SetMappedMemoryEnabled()
19 void UnmapMemory(Range range); in UnmapMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/
DIPCIeRouter.cs16 void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar); in RegisterBar()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DPCIHost_Bridge.cs53 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
DMPFS_PCIe.cs294 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DMC3635.cs249 … private byte GetScaledValue(decimal value, MaximumValue maximumVal, GRange range, bool upperByte) in GetScaledValue()
600 private GRange range; field in Antmicro.Renode.Peripherals.Sensors.MC3635
DADXL345.cs290 private Range range; field in Antmicro.Renode.Peripherals.Sensors.ADXL345
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DResdCommand.cs138 …ge")] LiteralToken action, LiteralToken internalName, DecimalIntegerToken index, StringToken range) in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs582 …c void Register(this SystemBus sysbus, IBusPeripheral peripheral, Antmicro.Renode.Core.Range range) in Register()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs400 public void SetMappedMemoryEnabled(Range range, bool enabled) in SetMappedMemoryEnabled()
422 public void UnmapMemory(Range range) in UnmapMemory()
964 private void SetAccessMethod(Range range, bool asMemory) in SetAccessMethod()
987 private void ValidateMemoryRangeAndThrow(Range range) in ValidateMemoryRangeAndThrow()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGenericSpiFlash.cs631 private void EraseRangeUnchecked(Range range) in EraseRangeUnchecked()