Home
last modified time | relevance | path

Searched defs:endAddress (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs26 …pheralAccessMethods FindAccessMethods(ulong address, out ulong startAddress, out ulong endAddress); in FindAccessMethods()
207 …ipheralAccessMethods FindAccessMethods(ulong address, out ulong startAddress, out ulong endAddress) in FindAccessMethods()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DRange.cs373 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/CPU/
DICPUWithExternalMmu.cs19 void SetMmuWindowEnd(uint index, ulong endAddress); in SetMmuWindowEnd()
DExternalMmuBase.cs49 public void SetWindowEnd(uint index, ulong endAddress) in SetWindowEnd()
/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.cs915 public void SetMmuWindowEnd(uint index, ulong endAddress) in SetMmuWindowEnd()