Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMemoryAccessHooks.cs16 void SetHookAtMemoryAccess(Action<ulong, MemoryOperation, ulong, ulong, ulong> hook); in SetHookAtMemoryAccess() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DExecutionTracer.cs170 … AttachedCPU.SetHookAtMemoryAccess((pc, operation, virtualAddress, physicalAddress, value) => in TrackMemoryAccesses()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32L0_FlashController.cs314 cpu.SetHookAtMemoryAccess(enabled ? hook : null); in SetEraseMode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs532 public void SetHookAtMemoryAccess(Action<ulong, MemoryOperation, ulong, ulong, ulong> hook) in SetHookAtMemoryAccess() method in Antmicro.Renode.Peripherals.CPU.TranslationCPU
2292 SetHookAtMemoryAccess((_, operation, __, physicalAddress, value) => in EnableProfiling()