Home
last modified time | relevance | path

Searched defs:long (Results 1 – 19 of 19) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterCollection.cs19 …public QuadWordRegisterCollection(IPeripheral parent, IDictionary<long, QuadWordRegister> register… in QuadWordRegisterCollection()
26 …public DoubleWordRegisterCollection(IPeripheral parent, IDictionary<long, DoubleWordRegister> regi… in DoubleWordRegisterCollection()
33 …public WordRegisterCollection(IPeripheral parent, IDictionary<long, WordRegister> registersMap = n… in WordRegisterCollection()
40 …public ByteRegisterCollection(IPeripheral parent, IDictionary<long, ByteRegister> registersMap = n… in ByteRegisterCollection()
123 public BaseRegisterCollection(IPeripheral parent, IDictionary<long, R> registersMap = null) in BaseRegisterCollection()
262 public void AddBeforeReadHook(long offset, Func<long, T?> hook) in AddBeforeReadHook()
280 public void AddAfterReadHook(long offset, Func<long, T, T?> hook) in AddAfterReadHook()
298 public void AddBeforeWriteHook(long offset, Func<long, T, T?> hook) in AddBeforeWriteHook()
314 public void AddAfterWriteHook(long offset, Action<long, T> hook) in AddAfterWriteHook()
471 void AddBeforeReadHook(long offset, Func<long, T?> hook); in AddBeforeReadHook()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DReadHookWrapper.cs17 …public ReadHookWrapper(IBusPeripheral peripheral, Func<long, T> originalMethod, Func<T, long, T> n… in ReadHookWrapper()
DWriteHookWrapper.cs17 …public WriteHookWrapper(IBusPeripheral peripheral, Action<long, T> originalMethod, Func<T, long, T… in WriteHookWrapper()
DReadLoggingWrapper.cs17 public ReadLoggingWrapper(IBusPeripheral peripheral, Func<long, T> originalMethod) : in ReadLoggingWrapper()
DWriteLoggingWrapper.cs18 …public WriteLoggingWrapper(IBusPeripheral peripheral, Action<long, T> originalMethod) : base(perip… in WriteLoggingWrapper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DPlatformLevelInterruptControllerBase.cs119 …protected void AddContextClaimCompleteRegister(Dictionary<long, DoubleWordRegister> registersMap, … in AddContextClaimCompleteRegister()
142 …protected void AddContextEnablesRegister(Dictionary<long, DoubleWordRegister> registersMap, long a… in AddContextEnablesRegister()
178 …protected void AddContextPriorityThresholdRegister(Dictionary<long, DoubleWordRegister> registersM… in AddContextPriorityThresholdRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DOpenTitan_PlatformLevelInterruptController.cs110 …protected void AddContextSoftwareInterruptRegister(Dictionary<long, DoubleWordRegister> registersM… in AddContextSoftwareInterruptRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBusGenerated.cs484 …public void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range?… in SetHookAfterPeripheralRead() argument
574 …public void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Rang… in SetHookBeforePeripheralWrite() argument
DIBusController.cs83 …void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subran… in SetHookAfterPeripheralRead() argument
84 …void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> hook, Range? subr… in SetHookBeforePeripheralWrite() argument
DBusControllerProxy.cs255 …public virtual void SetHookAfterPeripheralRead<T>(IBusPeripheral peripheral, Func<T, long, T> hook… in SetHookAfterPeripheralRead() argument
260 …public virtual void SetHookBeforePeripheralWrite<T>(IBusPeripheral peripheral, Func<T, long, T> ho… in SetHookBeforePeripheralWrite() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DRenesasRZG_MHU.cs106 …private void BuildInterruptRegisters(Dictionary<long, DoubleWordRegister> registerMap, GPIO irq, l… in BuildInterruptRegisters()
DRenesasRZG_CPG_SYSC.cs85 private void DefineSYSCRegisters(Dictionary<long, DoubleWordRegister> registerMap) in DefineSYSCRegisters()
691 private void DefineCPGRegisters(Dictionary<long, DoubleWordRegister> registerMap) in DefineCPGRegisters()
830 …private void DefineRegistersForPeripheral(Dictionary<long, DoubleWordRegister> registerMap, Regist… in DefineRegistersForPeripheral()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DMPFS_Timer.cs152 …private void GenerateRegistersForTimer(string name, int timerId, Dictionary<long, DoubleWordRegist… in GenerateRegistersForTimer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_DMA.cs93 public void DefineChannelRegisters(ref Dictionary<long, DoubleWordRegister> map) in DefineChannelRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DEFR32_GPIOPort.cs217 private void CreatePortRegisters(Dictionary<long, DoubleWordRegister> regs, int portNumber) in CreatePortRegisters()
DEFR32xG2_GPIO_1.cs366 private void BuildPortRegisters(Dictionary<long, DoubleWordRegister> regs, int portNumber) in BuildPortRegisters()
DEFR32xG2_GPIO_3.cs413 private void BuildPortRegisters(Dictionary<long, DoubleWordRegister> regs, int portNumber) in BuildPortRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2538RF.cs437 …private static void RegisterGroup(Dictionary<long, DoubleWordRegister> collection, long initialAdd… in RegisterGroup()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DMPFS_PCIe.cs252 …private void CreateAddressTranslationRegisters(Dictionary<long, DoubleWordRegister> registers, int… in CreateAddressTranslationRegisters()