| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IBusController.cs | 27 byte ReadByte(ulong address, IPeripheral context = null, ulong? cpuState = null); in ReadByte() 28 byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadByteWithState() 29 … void WriteByte(ulong address, byte value, IPeripheral context = null, ulong? cpuState = null); in WriteByte() 30 … void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextState stateObj); in WriteByteWithState() 32 ushort ReadWord(ulong address, IPeripheral context = null, ulong? cpuState = null); in ReadWord() 33 ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadWordWithState() 34 … void WriteWord(ulong address, ushort value, IPeripheral context = null, ulong? cpuState = null); in WriteWord() 35 … void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextState stateObj); in WriteWordWithState() 37 uint ReadDoubleWord(ulong address, IPeripheral context = null, ulong? cpuState = null); in ReadDoubleWord() 38 uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stateObj); in ReadDoubleWordWithState() [all …]
|
| D | SystemBusGenerated.cs | 23 public byte ReadByte(ulong address, IPeripheral context = null, ulong? cpuState = null) in ReadByte() 67 public byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState() 79 …public void WriteByte(ulong address, byte value, IPeripheral context = null, ulong? cpuState = nul… in WriteByte() 125 …public void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextState state… in WriteByteWithState() 137 public ushort ReadWord(ulong address, IPeripheral context = null, ulong? cpuState = null) in ReadWord() 181 public ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState() 193 …public void WriteWord(ulong address, ushort value, IPeripheral context = null, ulong? cpuState = n… in WriteWord() 239 …public void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextState sta… in WriteWordWithState() 251 … public uint ReadDoubleWord(ulong address, IPeripheral context = null, ulong? cpuState = null) in ReadDoubleWord() 295 … public uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadDoubleWordWithState() [all …]
|
| D | BusControllerProxy.cs | 33 … public virtual byte ReadByte(ulong address, IPeripheral context = null, ulong? cpuState = null) in ReadByte() 42 … public virtual byte ReadByteWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadByteWithState() 51 …public virtual void WriteByte(ulong address, byte value, IPeripheral context = null, ulong? cpuSta… in WriteByte() 59 …public virtual void WriteByteWithState(ulong address, byte value, IPeripheral context, IContextSta… in WriteByteWithState() 67 … public virtual ushort ReadWord(ulong address, IPeripheral context = null, ulong? cpuState = null) in ReadWord() 76 …public virtual ushort ReadWordWithState(ulong address, IPeripheral context, IContextState stateObj) in ReadWordWithState() 85 …public virtual void WriteWord(ulong address, ushort value, IPeripheral context = null, ulong? cpuS… in WriteWord() 93 …public virtual void WriteWordWithState(ulong address, ushort value, IPeripheral context, IContextS… in WriteWordWithState() 101 …public virtual uint ReadDoubleWord(ulong address, IPeripheral context = null, ulong? cpuState = nu… in ReadDoubleWord() 110 …public virtual uint ReadDoubleWordWithState(ulong address, IPeripheral context, IContextState stat… in ReadDoubleWordWithState() [all …]
|
| D | SystemBus.cs | 160 …text(IBusPeripheral peripheral, BusRangeRegistration newRegistration, ICPU context, Func<IEnumerab… in MoveRegistrationWithinContext() 411 …public bool TryConvertStateToUlongForContext(IPeripheral context, IContextState cpuStateObj, out u… in TryConvertStateToUlongForContext() 427 private IEnumerable<ICPU> GetCPUsForContext(IPeripheral context) in GetCPUsForContext() 510 public void UnregisterFromAddress(ulong address, ICPU context = null) in UnregisterFromAddress() 551 public IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt() 556 public IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null) in WhatPeripheralIsAt() 566 public IBusRegistered<MappedMemory> FindMemory(ulong address, ICPU context = null) in FindMemory() 574 public bool IsMemory(ulong address, ICPU context = null) in IsMemory() 580 public IEnumerable<IBusRegistered<IMapped>> GetMappedPeripherals(IPeripheral context = null) in GetMappedPeripherals() 587 …le<IBusRegistered<IBusPeripheral>> GetRegistrationsForPeripheralType<T>(IPeripheral context = null) in GetRegistrationsForPeripheralType() [all …]
|
| D | IMultibyteWritePeripheral.cs | 14 byte[] ReadBytes(long offset, int count, IPeripheral context = null); in ReadBytes() 15 …id WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = null); in WriteBytes()
|
| D | Redirector.cs | 78 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() 83 …oid WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = null) in WriteBytes()
|
| D | WindowMMUBusController.cs | 42 …ol ValidateOperation(ref ulong address, BusAccessPrivileges accessType, IPeripheral context = null) in ValidateOperation()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | MemoryDumpExtensions.cs | 18 … DumpBinary(this IMemory memory, SequencedFilePath fileName, ulong offset = 0, ICPU context = null) in DumpBinary() 23 …ary(this IMemory memory, SequencedFilePath fileName, ulong offset, ulong size, ICPU context = null) in DumpBinary() 48 …EX(this IMemory memory, SequencedFilePath fileName, ulong offset = 0, ICPU context = null, HexAddr… in DumpHEX() 53 …IMemory memory, SequencedFilePath fileName, ulong offset, ulong size, ICPU context = null, HexAddr… in DumpHEX() 96 …moryChunk(FileStream writer, IMemory memory, ulong offset, int chunk, ICPU context, ulong size = W… in WriteBinaryMemoryChunk() 102 …long offset, ulong baseAddress, ref ulong extendedAddress, int chunk, ICPU context, ulong size = M… in WriteHexMemoryChunk()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/ |
| D | MachineExtensions.cs | 53 …ddress, string bootargs = null, bool append = true, string disabledNodes = "", ICPU context = null) in LoadFdt() 115 …iteASCIIString(this IBusController sysbus, ulong address, string stringToLoad, ICPU context = null) in WriteASCIIString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/ |
| D | DmaEngine.cs | 23 public Response IssueCopy(Request request, CPU.ICPU context = null) in IssueCopy()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | ArrayMemory.cs | 129 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() 140 …oid WriteBytes(long offset, byte[] bytes, int startingIndex, int count, IPeripheral context = null) in WriteBytes()
|
| D | MappedMemory.cs | 297 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() 314 …oid WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = null) in WriteBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | ObjectCreator.cs | 91 private void CloseContext(Context context) in CloseContext()
|
| D | Emulation.cs | 550 …public bool TryGetEmulationElementByName(string name, object context, out IEmulationElement elemen… in TryGetEmulationElementByName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/ |
| D | VirtualConsole.cs | 95 public long WriteBufferToMemory(ulong address, int maxCount, ICPU context = null) in WriteBufferToMemory()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/ |
| D | BaseProfiler.cs | 123 private readonly Stack<Stack<string>> context; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.BaseProfiler.ProfilerContext
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/ |
| D | Command.cs | 206 …private static object HandleArgumentNotResolved(ParsingContext context, ParameterInfo parameterInf… in HandleArgumentNotResolved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/ |
| D | SynopsysDWCEthernetQualityOfService_FrameAssembler.cs | 43 …t parent, byte[] header, uint defaultMaximumSegmentSize, TxDescriptor.ContextDescriptor? context, … in FrameAssembler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | AT86RF233.cs | 332 private int context; field in Antmicro.Renode.Peripherals.Wireless.AT86RF233
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | PAC1934.cs | 160 private Registers context; field in Antmicro.Renode.Peripherals.Sensors.PAC1934
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/ |
| D | LLVMDisassembler.cs | 267 private readonly IntPtr context; field in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.LLVMDisasWrapper
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | MonitorCommands.cs | 1021 … private object InvokeWithContext(InvokeContext context, MethodInfo method, object[] parameters) in InvokeWithContext()
|