Searched defs:startAddress (Results 1 – 10 of 10) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Range.cs | 337 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/ |
| D | PeripheralCollection.cs | 26 …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()
|
| D | SystemBusGenerated.cs | 659 … IPeripheral context, out PeripheralAccessMethods accessMethods, out ulong startAddress, ulong? cp… in TryFindPeripheralAccessMethods()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithMappedMemory.cs | 17 void RegisterAccessFlags(ulong startAddress, ulong size, bool isIoMemory = false); in RegisterAccessFlags()
|
| D | ICPUWithExternalMmu.cs | 18 void SetMmuWindowStart(uint index, ulong startAddress); in SetMmuWindowStart()
|
| D | ExternalMmuBase.cs | 41 public void SetWindowStart(uint index, ulong startAddress) in SetWindowStart()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | ExternalWindowMMU.cs | 20 …public ExternalWindowMMU(ICPUWithExternalMmu cpu, ulong startAddress, ulong windowSize, uint numbe… in ExternalWindowMMU()
|
| D | CC2538_Cryptoprocessor.cs | 728 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/ |
| D | CortexM.cs | 178 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/ |
| D | TranslationCPU.cs | 395 public void RegisterAccessFlags(ulong startAddress, ulong size, bool isIoMemory = false) in RegisterAccessFlags() 907 public void SetMmuWindowStart(uint index, ulong startAddress) in SetMmuWindowStart()
|