Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithHooks.cs18 void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook); in AddHook()
19 void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook); in RemoveHook()
20 void RemoveHooksAt(ulong addr); in RemoveHooksAt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPhysicalLayer.cs16 V Read(T addr); in Read()
17 void Write(T addr, V val); in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DI2CHost.cs37 public void WriteBytes(uint addr, string hexString) in WriteBytes()
50 public byte[] ReadBytes(uint addr, int count) in ReadBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs46 public uint ReadDoubleWord(long addr) in ReadDoubleWord()
51 public void WriteDoubleWord(long addr, uint val) in WriteDoubleWord()
67 public void WriteWord(long addr, ushort val) in WriteWord()
77 public void WriteByte(long addr, byte val) in WriteByte()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DCpuHooksExtensions.cs17 …public static void AddHook(this ICPUWithHooks cpu, [AutoParameter]Machine m, ulong addr, string py… in AddHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Assembler/
DLLVMAssembler.cs61 …ool llvm_asm(string arch, string cpu, uint flags, string instructions, ulong addr, out IntPtr outp… in llvm_asm()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DEthernetPhysicalLayer.cs22 public ushort Read(ushort addr) in Read()
96 public void Write(ushort addr, ushort val) in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DISP1761.cs347 public void AttachHUBDevice(uint addr) in AttachHUBDevice()
1022 public void ProcessPacket(uint addr) in ProcessPacket()
1154 public void ProcessINT(uint addr) in ProcessINT()
1664 public void DetachHUBDevice(uint addr, uint port) in DetachHUBDevice()
DMassStorage.cs32 uint addr; field in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage
DSMSC9500.cs56 uint addr; field in Antmicro.Renode.Peripherals.USBDeprecated.SMSC9500
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs221 public static int Bind(int domain, SocketAddressCan addr, int addrSize) in Bind()
254 public static extern int bind(int sockfd, ref SocketAddressCan addr, int addrSize); in bind()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs95 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook()
104 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook()
114 public void RemoveHooksAt(ulong addr) in RemoveHooksAt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1176 public void AddHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in AddHook()
1190 public void RemoveHook(ulong addr, Action<ICpuSupportingGdb, ulong> hook) in RemoveHook()
1221 public void RemoveHooksAt(ulong addr) in RemoveHooksAt()
2165 … public string DisassembleBlock(ulong addr = ulong.MaxValue, uint blockSize = 40, uint flags = 0) in DisassembleBlock()
2185 public uint AssembleBlock(ulong addr, string instructions, uint flags = 0) in AssembleBlock()