Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs465 SetInternalHookAtBlockBegin(null); in LogFunctionNames()
475 SetInternalHookAtBlockBegin((pc, size) => in LogFunctionNames()
818 private void SetInternalHookAtBlockBegin(Action<ulong, uint> hook) in SetInternalHookAtBlockBegin() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU