Searched defs:onlyMemory (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IBusController.cs | 47 …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()
|
| D | BusControllerProxy.cs | 135 …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()
|
| D | SystemBus.cs | 604 …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()
|