Searched refs:AddAfterReadHook (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | RegisterCollectionHookExtensions.cs | 31 @this.AddAfterReadHook<byte, ByteRegisterCollection>(offset, (addr, value) => in AddAfterReadByteHook() 91 @this.AddAfterReadHook<ushort, WordRegisterCollection>(offset, (addr, value) => in AddAfterReadWordHook() 151 @this.AddAfterReadHook<uint, DoubleWordRegisterCollection>(offset, (addr, value) => in AddAfterReadDoubleWordHook() 211 @this.AddAfterReadHook<ulong, QuadWordRegisterCollection>(offset, (addr, value) => in AddAfterReadQuadWordHook()
|
| D | RegisterCollectionHookExtensions.tt | 54 … @this.AddAfterReadHook<<#= type #>, <#= suffix #>RegisterCollection>(offset, (addr, value) =>
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ |
| D | RegisterCollection.cs | 58 …public static void AddAfterReadHook<T, R>(this IProvidesRegisterCollection<R> @this, long offset, … 66 registerCollection.AddAfterReadHook(offset, func); in registerCollection.AddAfterReadHook() 280 public void AddAfterReadHook(long offset, Func<long, T, T?> hook) in AddAfterReadHook() method in Antmicro.Renode.Core.Structure.Registers.BaseRegisterCollection 472 void AddAfterReadHook(long offset, Func<long, T, T?> hook); in AddAfterReadHook() method
|