| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | Symbol.cs | 85 public Symbol(SymbolAddress start, SymbolAddress end) in Symbol() 100 …public Symbol(SymbolAddress start, SymbolAddress end, string name, SymbolType type = SymbolType.No… in Symbol() 171 public bool TryGetLeftTrimmed(SymbolAddress start, out Symbol trimmedSymbol) in TryGetLeftTrimmed() 292 private Symbol GetTrimmedCopy(SymbolAddress start, SymbolAddress end) in GetTrimmedCopy()
|
| D | PeripheralCollection.cs | 54 …public void Add(ulong start, ulong end, IBusRegistered<IBusPeripheral> peripheral, PeripheralAcces… in Add() 166 public void Remove(ulong start, ulong end) in Remove()
|
| D | SymbolLookup.cs | 80 …public void InsertSymbol(string name, SymbolAddress start, SymbolAddress size, SymbolType type = S… in InsertSymbol()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/ |
| D | renode_memory.c | 16 uint64_t start; member 22 uint64_t start; member
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | Interval.cs | 67 public Interval(TScalar start, TScalar end) in Interval()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/SymbolLookup/ |
| D | SymbolLookupTests.cs | 524 private Symbol MakeSymbolEntry(string name, uint start, uint length) in MakeSymbolEntry()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Memory/ |
| D | GenericI2cEeprom.cs | 155 private IEnumerable<byte> ReadRollover(int start, int size, int offset, int count) in ReadRollover()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | AIC.cs | 228 private int IsOffsetInRange(uint offset, uint start, uint step, byte count) in IsOffsetInRange()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | Command.cs | 167 protected void ExpandRegisterValue(ref StringBuilder data, int start, int end, int register) in ExpandRegisterValue()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | SAM_TC.cs | 414 public void Enable(bool start = false, bool debugLog = true) in Enable() 584 private void UpdateTimer(bool start = false) in UpdateTimer()
|
| D | RenesasRA_GPT.cs | 434 private IEnumerable<OffsetWithLetter> RangeWithLetters(int start, int count, int step = 1) in RangeWithLetters()
|
| D | RenesasRZG_GPT.cs | 388 private IEnumerable<OffsetWithLetter> RangeWithLetters(int start, int count, int step = 1) in RangeWithLetters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | STM32F7_I2C.cs | 476 private IFlagRegisterField start; field in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C
|
| D | SAM4S_TWI.cs | 432 private void TriggerAction(bool start, bool stop) in TriggerAction()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_DMA.cs | 389 …ate void IncreaseDescriptorPointer(IValueRegisterField current, IValueRegisterField start, IValueR… in IncreaseDescriptorPointer()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/S32K3XX_FlexCAN/ |
| D | S32K3XX_FlexCAN.cs | 601 …Flags(DoubleWordRegister flagRegister, DoubleWordRegister maskRegister, int start, int fieldStart … in RegisterMessageBufferInterruptFlags()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | MappedMemory.cs | 692 private void InvalidateMemoryFragment(long start, int length) in InvalidateMemoryFragment()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 1036 private uint IsMemoryDisabled(ulong start, ulong size) in IsMemoryDisabled() 1212 public void InvalidateTranslationBlocks(IntPtr start, IntPtr end) in InvalidateTranslationBlocks() 1451 private void InvalidateTbInOtherCpus(IntPtr start, IntPtr end) in InvalidateTbInOtherCpus()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 499 …ic IEnumerable<int> ConcatRangeFromTo(this IEnumerable<int> enumerable, int start, int stopInclude… in ConcatRangeFromTo() 828 private static ushort ComputeHeaderIpChecksum(byte[] header, int start, int length) in ComputeHeaderIpChecksum()
|