Home
last modified time | relevance | path

Searched defs:start (Results 1 – 19 of 19) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbol.cs85 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()
DPeripheralCollection.cs54 …public void Add(ulong start, ulong end, IBusRegistered<IBusPeripheral> peripheral, PeripheralAcces… in Add()
166 public void Remove(ulong start, ulong end) in Remove()
DSymbolLookup.cs80 …public void InsertSymbol(string name, SymbolAddress start, SymbolAddress size, SymbolType type = S… in InsertSymbol()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/
Drenode_memory.c16 uint64_t start; member
22 uint64_t start; member
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/
DInterval.cs67 public Interval(TScalar start, TScalar end) in Interval()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/SymbolLookup/
DSymbolLookupTests.cs524 private Symbol MakeSymbolEntry(string name, uint start, uint length) in MakeSymbolEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Memory/
DGenericI2cEeprom.cs155 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/
DAIC.cs228 private int IsOffsetInRange(uint offset, uint start, uint step, byte count) in IsOffsetInRange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs167 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/
DSAM_TC.cs414 public void Enable(bool start = false, bool debugLog = true) in Enable()
584 private void UpdateTimer(bool start = false) in UpdateTimer()
DRenesasRA_GPT.cs434 private IEnumerable<OffsetWithLetter> RangeWithLetters(int start, int count, int step = 1) in RangeWithLetters()
DRenesasRZG_GPT.cs388 private IEnumerable<OffsetWithLetter> RangeWithLetters(int start, int count, int step = 1) in RangeWithLetters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSTM32F7_I2C.cs476 private IFlagRegisterField start; field in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C
DSAM4S_TWI.cs432 private void TriggerAction(bool start, bool stop) in TriggerAction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_DMA.cs389 …ate void IncreaseDescriptorPointer(IValueRegisterField current, IValueRegisterField start, IValueR… in IncreaseDescriptorPointer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/S32K3XX_FlexCAN/
DS32K3XX_FlexCAN.cs601 …Flags(DoubleWordRegister flagRegister, DoubleWordRegister maskRegister, int start, int fieldStart … in RegisterMessageBufferInterruptFlags()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs692 private void InvalidateMemoryFragment(long start, int length) in InvalidateMemoryFragment()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1036 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/
DMisc.cs499 …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()