Home
last modified time | relevance | path

Searched defs:startAddress (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DRange.cs337 public static Range By(this ulong startAddress, ulong size) in By()
342 public static Range By(this long startAddress, ulong size) in By()
347 public static Range By(this long startAddress, long size) in By()
352 public static Range By(this int startAddress, ulong size) in By()
357 public static Range By(this int startAddress, long size) in By()
362 public static Range By(this uint startAddress, ulong size) in By()
367 public static Range By(this uint startAddress, long size) in By()
373 public static Range To(this int startAddress, ulong endAddress) in To()
379 public static Range To(this long startAddress, ulong endAddress) in To()
385 public static Range To(this ulong startAddress, ulong endAddress) in To()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs26 …PeripheralAccessMethods FindAccessMethods(ulong address, out ulong startAddress, out ulong endAddr… in FindAccessMethods()
207 …public PeripheralAccessMethods FindAccessMethods(ulong address, out ulong startAddress, out ulong … in FindAccessMethods()
DSystemBusGenerated.cs659 … IPeripheral context, out PeripheralAccessMethods accessMethods, out ulong startAddress, ulong? cp… in TryFindPeripheralAccessMethods()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMappedMemory.cs17 void RegisterAccessFlags(ulong startAddress, ulong size, bool isIoMemory = false); in RegisterAccessFlags()
DICPUWithExternalMmu.cs18 void SetMmuWindowStart(uint index, ulong startAddress); in SetMmuWindowStart()
DExternalMmuBase.cs41 public void SetWindowStart(uint index, ulong startAddress) in SetWindowStart()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DExternalWindowMMU.cs20 …public ExternalWindowMMU(ICPUWithExternalMmu cpu, ulong startAddress, ulong windowSize, uint numbe… in ExternalWindowMMU()
DCC2538_Cryptoprocessor.cs728 protected SysbusReaderWriterBase(IBusController bus, ulong startAddress, int length) in SysbusReaderWriterBase()
744 …public SysbusReader(IBusController bus, ulong startAddress, int length) : base(bus, startAddress, … in SysbusReader()
761 …public SysbusWriter(IBusController bus, ulong startAddress, int length) : base(bus, startAddress, … in SysbusWriter()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs178 public bool TryAddImplementationDefinedExemptionRegion(uint startAddress, uint endAddress) in TryAddImplementationDefinedExemptionRegion()
186 … public bool TryRemoveImplementationDefinedExemptionRegion(uint startAddress, uint endAddress) in TryRemoveImplementationDefinedExemptionRegion()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs395 public void RegisterAccessFlags(ulong startAddress, ulong size, bool isIoMemory = false) in RegisterAccessFlags()
907 public void SetMmuWindowStart(uint index, ulong startAddress) in SetMmuWindowStart()