Home
last modified time | relevance | path

Searched defs:InstallPostGprAccessHookOn (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithPostGprAccessHooks.cs13 void InstallPostGprAccessHookOn(UInt32 registerIndex, Action<bool> callback, UInt32 value); in InstallPostGprAccessHookOn() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs330 … public void InstallPostGprAccessHookOn(uint registerIndex, Action<bool> callback, uint value) in InstallPostGprAccessHookOn() method in Antmicro.Renode.Peripherals.CPU.BaseRiscV