Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs510 if((hook == null) ^ (blockBeginUserHook == null)) in SetHookAtBlockBegin()
514 blockBeginUserHook = hook; in SetHookAtBlockBegin()
1066 blockBeginUserHook?.Invoke(address, size); in OnBlockBegin()
1506 private Action<ulong, uint> blockBeginUserHook; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU
1870 …TlibSetBlockBeginHookPresent((blockBeginInternalHook != null || blockBeginUserHook != null || IsSi… in UpdateBlockBeginHookPresent()