Home
last modified time | relevance | path

Searched refs:RemoveAfterReadHook (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DRegisterCollectionHookExtensions.cs65 @this.RemoveAfterReadHook(offset); in RemoveAfterReadByteHook()
125 @this.RemoveAfterReadHook(offset); in RemoveAfterReadWordHook()
185 @this.RemoveAfterReadHook(offset); in RemoveAfterReadDoubleWordHook()
245 @this.RemoveAfterReadHook(offset); in RemoveAfterReadQuadWordHook()
DRegisterCollectionHookExtensions.tt88 @this.RemoveAfterReadHook(offset);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/
DRegisterCollection.cs97 … public static void RemoveAfterReadHook<R>(this IProvidesRegisterCollection<R> @this, long offset)
100 @this.RegistersCollection.RemoveAfterReadHook(offset);
340 public void RemoveAfterReadHook(long offset) in RemoveAfterReadHook() method in Antmicro.Renode.Core.Structure.Registers.BaseRegisterCollection
464 void RemoveAfterReadHook(long offset); in RemoveAfterReadHook() method