Searched refs:functionIdentifier (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | PSCIHookExtensions.cs | 14 …public static void AddCustomPSCIStub(this ICPUWithPSCI cpu, ulong functionIdentifier, string pytho… in AddCustomPSCIStub() argument 16 var engine = new PSCIPythonEngine(cpu, pythonScript, functionIdentifier); in AddCustomPSCIStub() 17 cpu.AddCustomPSCIStub(functionIdentifier, engine.Hook); in AddCustomPSCIStub()
|
| D | PSCIPythonEngine.cs | 19 public PSCIPythonEngine(ICPUWithPSCI cpu, string script, ulong functionIdentifier) in PSCIPythonEngine() argument 29 Scope.SetVariable("function_id", functionIdentifier); in PSCIPythonEngine()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/ |
| D | BaseARMv8.cs | 41 public void AddCustomPSCIStub(ulong functionIdentifier, Action stub) in AddCustomPSCIStub() argument 45 customFunctionHandlers.Add(functionIdentifier, stub); in AddCustomPSCIStub() 49 …eException(string.Format("There's already a handler for a function: 0x{0:X}", functionIdentifier)); in AddCustomPSCIStub() 51 this.Log(LogLevel.Debug, "Adding a handler for function: 0x{0:X}", functionIdentifier); in AddCustomPSCIStub()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithPSCI.cs | 13 void AddCustomPSCIStub(ulong functionIdentifier, Action stub); in AddCustomPSCIStub() argument
|