Home
last modified time | relevance | path

Searched defs:baseAddress (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/BAR/
DBaseAddressRegister.cs28 protected uint baseAddress; field in Antmicro.Renode.Peripherals.PCI.BAR.BaseAddressRegister
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DAthenaX5200_BigIntegerHelper.cs51 …reBigIntegerBytes(InternalMemoryManager manager, uint length, byte[] resultBytes, long baseAddress) in StoreBigIntegerBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUlpi.cs14 public Ulpi(long baseAddress) in Ulpi()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/
DBaseX86.cs26 …public void SetDescriptor(SegmentDescriptor descriptor, uint selector, uint baseAddress, uint limi… in SetDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DMemoryDumpExtensions.cs102 …teHexMemoryChunk(StreamWriter writer, IMemory memory, ulong offset, ulong baseAddress, ref ulong e… in WriteHexMemoryChunk()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DK6xF_Ethernet.cs644 …public DmaBufferDescriptorsQueue(IBusController bus, uint baseAddress, Func<IBusController, uint, … in DmaBufferDescriptorsQueue() argument
688 private readonly uint baseAddress; field in Antmicro.Renode.Peripherals.Network.K6xF_Ethernet.T
DCadenceGEM.cs708 …public DmaBufferDescriptorsQueue(IBusController bus, uint baseAddress, Func<IBusController, uint, … in DmaBufferDescriptorsQueue() argument
759 private readonly uint baseAddress; field in Antmicro.Renode.Peripherals.Network.CadenceGEM.T
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs326 private static ulong? CalculateOffset(ulong? baseAddress, ulong? addressOffset) in CalculateOffset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs167 …public void SetIDAURegion(uint regionIndex, uint baseAddress, uint limitAddress, bool enabled, boo… in SetIDAURegion()