Searched defs:pythonScript (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | CpuHooksExtensions.cs | 17 …tic void AddHook(this ICPUWithHooks cpu, [AutoParameter]Machine m, ulong addr, string pythonScript) in AddHook() 23 …void AddHookAtWfiStateChange(this ICPUWithHooks cpu, [AutoParameter]Machine m, string pythonScript) in AddHookAtWfiStateChange() 29 …void AddHookAtInterruptBegin(this ICPUWithHooks cpu, [AutoParameter]Machine m, string pythonScript) in AddHookAtInterruptBegin() 35 …c void AddHookAtInterruptEnd(this ICPUWithHooks cpu, [AutoParameter]Machine m, string pythonScript) in AddHookAtInterruptEnd()
|
| D | SystemBusHooksExtensions.cs | 18 …ipheralRead(this IBusController sysbus, IBusPeripheral peripheral, string pythonScript, Range? sub… in SetHookAfterPeripheralRead() 27 …pheralWrite(this IBusController sysbus, IBusPeripheral peripheral, string pythonScript, Range? sub… in SetHookBeforePeripheralWrite() 36 … IBusController sysbus, ulong address, SysbusAccessWidth width, Access access, string pythonScript) in AddWatchpointHook()
|
| D | GPIOHookExtensions.cs | 14 public static void AddStateChangedHook(this IGPIOWithHooks gpio, string pythonScript) in AddStateChangedHook()
|
| D | PSCIHookExtensions.cs | 14 …static void AddCustomPSCIStub(this ICPUWithPSCI cpu, ulong functionIdentifier, string pythonScript) in AddCustomPSCIStub()
|
| D | UserStateHookExtensions.cs | 15 … public static void AddUserStateHook(this IMachine machine, string stateName, string pythonScript) in AddUserStateHook()
|
| D | UartHooksExtensions.cs | 46 …ddLineHook(this IUART uart, [AutoParameter] IMachine machine, string contains, string pythonScript) in AddLineHook()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RiscVCpuHooksExtensions.cs | 16 …c void RegisterCSRHandlerFromString(this BaseRiscV cpu, ulong csr, string pythonScript, bool inita… in RegisterCSRHandlerFromString() 28 … InstallCustomInstructionHandlerFromString(this BaseRiscV cpu, string pattern, string pythonScript) in InstallCustomInstructionHandlerFromString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 39 …c void SetHookAtBlockBegin(this TranslationCPU cpu, [AutoParameter]IMachine m, string pythonScript) in SetHookAtBlockBegin() 45 …tic void SetHookAtBlockEnd(this TranslationCPU cpu, [AutoParameter]IMachine m, string pythonScript) in SetHookAtBlockEnd()
|