| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | MemoryDumpExtensions.cs | 18 …public static void DumpBinary(this IMemory memory, SequencedFilePath fileName, ulong offset = 0, I… in DumpBinary() 23 …public static void DumpBinary(this IMemory memory, SequencedFilePath fileName, ulong offset, ulong… in DumpBinary() 48 …public static void DumpHEX(this IMemory memory, SequencedFilePath fileName, ulong offset = 0, ICPU… in DumpHEX() 53 …public static void DumpHEX(this IMemory memory, SequencedFilePath fileName, ulong offset, ulong si… in DumpHEX() 96 …private static void WriteBinaryMemoryChunk(FileStream writer, IMemory memory, ulong offset, int ch… in WriteBinaryMemoryChunk() 102 …private static void WriteHexMemoryChunk(StreamWriter writer, IMemory memory, ulong offset, ulong b… in WriteHexMemoryChunk() 147 private static void AssertArguments(this IMemory memory, ulong offset, ulong size) in AssertArguments()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/ |
| D | LLVMDisassembler.cs | 37 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 42 public int DisassembleBlock(ulong pc, byte[] memory, uint flags, out string text) in DisassembleBlock() 185 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 277 …public bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult r… in TryDisassembleInstruction() 352 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 374 …public bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memor… in TryDecodeInstruction() 393 private int DecodeRiscVOpcodeLength(byte[] memory, int memoryOffset) in DecodeRiscVOpcodeLength()
|
| D | IDisassembler.cs | 14 …bool TryDisassembleInstruction(ulong pc, byte[] memory, uint flags, out DisassemblyResult result, … in TryDisassembleInstruction() 15 …bool TryDecodeInstruction(ulong pc, byte[] memory, uint flags, out byte[] opcode, int memoryOffset… in TryDecodeInstruction()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/ |
| D | LiteX_Framebuffer.cs | 22 …public LiteX_Framebuffer(IMachine machine, PixelFormat format, IBusPeripheral memory) : base(machi… in LiteX_Framebuffer() 105 private readonly IBusPeripheral memory; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer
|
| D | LiteX_Framebuffer_CSR32.cs | 19 …public LiteX_Framebuffer_CSR32(IMachine machine, PixelFormat format, IBusPeripheral memory, uint o… in LiteX_Framebuffer_CSR32() 119 private readonly IBusPeripheral memory; field in Antmicro.Renode.Peripherals.Video.LiteX_Framebuffer_CSR32
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/ |
| D | PCIeMemory.cs | 58 private uint[] memory; field in Antmicro.Renode.Peripherals.PCI.PCIeMemory
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | TCMConfiguration.cs | 24 …tic bool TryFindRegistrationAddress(IBusController sysbus, ICPU cpu, IMemory memory, out ulong add… in TryFindRegistrationAddress()
|
| D | Arm.cs | 316 public void RegisterTCMRegion(IMemory memory, uint interfaceIndex, uint regionIndex) in RegisterTCMRegion() 382 private bool TryRegisterTCMRegion(IMemory memory, uint interfaceIndex, uint regionIndex) in TryRegisterTCMRegion()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | NPCX_Flash.cs | 22 public NPCX_Flash(MappedMemory memory) in NPCX_Flash() 264 private readonly MappedMemory memory; field in Antmicro.Renode.Peripherals.SPI.NPCX_Flash
|
| D | AmbiqApollo4_IOMaster.cs | 1087 private readonly uint[] memory = new uint[DoubleWordCapacity]; field in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster.Fifo
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Memory/ |
| D | GenericI2cEeprom.cs | 20 …public GenericI2cEeprom(IMemory memory, int addressBitSize = DefaultAddressBitSize, bool writable … in GenericI2cEeprom()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | ARMv8R.cs | 133 public void RegisterTCMRegion(IMemory memory, uint regionIndex) in RegisterTCMRegion() 157 private bool TryRegisterTCMRegion(IMemory memory, uint regionIndex) in TryRegisterTCMRegion()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | MB85RC1MT.cs | 100 private readonly byte[] memory = new byte[8 * 128 * 1 << 10]; field in Antmicro.Renode.Peripherals.I2C.MB85RC1MT
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/ |
| D | MPFS_eNVM.cs | 25 public MPFS_eNVM(IMachine machine, MappedMemory memory) in MPFS_eNVM() 389 private readonly MappedMemory memory; field in Antmicro.Renode.Peripherals.MTD.MPFS_eNVM
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_LockbitsData.cs | 218 private byte[] memory; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_LockbitsData
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I3C/ |
| D | Caliptra_I3C_generated.cs | 2564 private byte[] memory; field in Antmicro.Renode.Peripherals.I3C.Caliptra_I3C.Dat_DatMemoryContainer 2604 private byte[] memory; field in Antmicro.Renode.Peripherals.I3C.Caliptra_I3C.Dat_DatMemoryContainer.Dat_DatMemoryWrapper 2776 public Dat_DatMemoryWrapper(byte[] memory, long spanBegin) in Dat_DatMemoryWrapper() 2786 private byte[] memory; field in Antmicro.Renode.Peripherals.I3C.Caliptra_I3C.Dct_DctMemoryContainer 2826 private byte[] memory; field in Antmicro.Renode.Peripherals.I3C.Caliptra_I3C.Dct_DctMemoryContainer.Dct_DctMemoryWrapper 2902 public Dct_DctMemoryWrapper(byte[] memory, long spanBegin) in Dct_DctMemoryWrapper()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | CC2520.cs | 860 private byte[] memory; field in Antmicro.Renode.Peripherals.Wireless.CC2520
|