Home
last modified time | relevance | path

Searched defs:context (Results 1 – 22 of 22) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs27 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 …]
DSystemBusGenerated.cs23 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 …]
DBusControllerProxy.cs33 … 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 …]
DSystemBus.cs160 …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 …]
DIMultibyteWritePeripheral.cs14 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()
DRedirector.cs78 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()
DWindowMMUBusController.cs42 …ol ValidateOperation(ref ulong address, BusAccessPrivileges accessType, IPeripheral context = null) in ValidateOperation()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DMemoryDumpExtensions.cs18 … 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/
DMachineExtensions.cs53 …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/
DDmaEngine.cs23 public Response IssueCopy(Request request, CPU.ICPU context = null) in IssueCopy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs129 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()
DMappedMemory.cs297 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/
DObjectCreator.cs91 private void CloseContext(Context context) in CloseContext()
DEmulation.cs550 …public bool TryGetEmulationElementByName(string name, object context, out IEmulationElement elemen… in TryGetEmulationElementByName()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DVirtualConsole.cs95 public long WriteBufferToMemory(ulong address, int maxCount, ICPU context = null) in WriteBufferToMemory()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DBaseProfiler.cs123 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/
DCommand.cs206 …private static object HandleArgumentNotResolved(ParsingContext context, ParameterInfo parameterInf… in HandleArgumentNotResolved()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_FrameAssembler.cs43 …t parent, byte[] header, uint defaultMaximumSegmentSize, TxDescriptor.ContextDescriptor? context, … in FrameAssembler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DAT86RF233.cs332 private int context; field in Antmicro.Renode.Peripherals.Wireless.AT86RF233
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DPAC1934.cs160 private Registers context; field in Antmicro.Renode.Peripherals.Sensors.PAC1934
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs267 private readonly IntPtr context; field in Antmicro.Renode.Peripherals.CPU.Disassembler.LLVMDisassembler.LLVMDisasWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs1021 … private object InvokeWithContext(InvokeContext context, MethodInfo method, object[] parameters) in InvokeWithContext()