Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs311 var index = TlibInstallPostOpcodeExecutionHook(mask, value); in AddPostOpcodeExecutionHook()
960 private Func<ulong, ulong, uint> TlibInstallPostOpcodeExecutionHook; field in Antmicro.Renode.Peripherals.CPU.BaseRiscV