Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs620 …ge.StartAddress + target.What.RegistrationPoint.Offset)), (int)target.SourceLength, destination, s… in ReadBytes()
625 for(var i = 0UL; i < target.SourceLength; ++i) in ReadBytes()
667 …istrationPoint.Offset)), bytes, startingIndex + (int)target.SourceIndex, (int)target.SourceLength); in WriteBytes()
672 for(var i = 0UL; i < target.SourceLength; ++i) in WriteBytes()
1802 singleResult.SourceLength = toWrite; in FindTargets()
2374 public ulong SourceLength; field