Home
last modified time | relevance | path

Searched refs:BufferAddress (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/VirtIO/
DVirtqueue.cs46 …from buffer at addr {0}, toRead {1}, length {2}, len {3}", Descriptor.BufferAddress, toRead, Descr… in TryReadFromBuffers()
48 …var readData = parent.SystemBus.ReadBytes(Descriptor.BufferAddress, toRead, context: GetCurrentCon… in TryReadFromBuffers()
80 …parent.SystemBus.WriteBytes(data, Descriptor.BufferAddress, (long)toWrite, context: GetCurrentCont… in TryWriteToBuffers()
165 … buffer of addr: {0}, next: {1}, length: {2}, flags: {3}", Descriptor.BufferAddress, Descriptor.Ne… in ReadDescriptorMetadata()
197 …o: index: {0}, Address: {1}, Flags: {2}", DescriptorIndex, Descriptor.BufferAddress, Descriptor.Fl… in CanSafelyWriteToBuffer()
262 public ulong BufferAddress; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSunxiMMC.cs172 destination = currentDescriptor.BufferAddress; in DmaTransfer()
178 source = currentDescriptor.BufferAddress; in DmaTransfer()
327 BufferAddress = BitConverter.ToUInt32(descriptorData, 8); in SunxiDMADescriptor()
341 public uint BufferAddress property in Antmicro.Renode.Peripherals.SD.SunxiMMC.SunxiDMADescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DVirtIOBlockDevice.cs57 SystemBus.WriteByte(vqueue.Descriptor.BufferAddress, status); in WriteStatus()