Home
last modified time | relevance | path

Searched defs:onlyMemory (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs47 …dBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = false, IPer… in ReadBytes()
48 … byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral context = null); in ReadBytes()
50 … void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral context = null); in WriteBytes()
51 …void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory = fals… in WriteBytes()
52 …void WriteBytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, IPeripheral cont… in WriteBytes()
DBusControllerProxy.cs135 …dBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = false, IPer… in ReadBytes()
143 …public virtual byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral con… in ReadBytes()
155 …public virtual void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral c… in WriteBytes()
160 …iteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory = false, IPer… in WriteBytes()
168 …public virtual void WriteBytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, I… in WriteBytes()
DSystemBus.cs604 …dBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = false, IPer… in ReadBytes()
634 …public byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral context = n… in ReadBytes()
646 …public void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral context =… in WriteBytes()
651 …iteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory = false, IPer… in WriteBytes()
681 …public void WriteBytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, IPeripher… in WriteBytes()