| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | BusRangeRegistration.cs | 19 …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()
|
| D | SystemBus.cs | 598 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()
|
| D | IBusController.cs | 54 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()
|
| D | BusControllerProxy.cs | 285 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/ |
| D | Range.cs | 231 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/ |
| D | ICPUWithMappedMemory.cs | 18 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/ |
| D | IPCIeRouter.cs | 16 void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar); in RegisterBar()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/ |
| D | PCIHost_Bridge.cs | 53 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
|
| D | MPFS_PCIe.cs | 294 public void RegisterBar(Range range, IPCIePeripheral peripheral, uint bar) in RegisterBar()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | MC3635.cs | 249 … private byte GetScaledValue(decimal value, MaximumValue maximumVal, GRange range, bool upperByte) in GetScaledValue() 600 private GRange range; field in Antmicro.Renode.Peripherals.Sensors.MC3635
|
| D | ADXL345.cs | 290 private Range range; field in Antmicro.Renode.Peripherals.Sensors.ADXL345
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | ResdCommand.cs | 138 …ge")] LiteralToken action, LiteralToken internalName, DecimalIntegerToken index, StringToken range) in Run()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ |
| D | SystemBusTests.cs | 582 …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/ |
| D | TranslationCPU.cs | 400 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/ |
| D | GenericSpiFlash.cs | 631 private void EraseRangeUnchecked(Range range) in EraseRangeUnchecked()
|