Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DPSCIHookExtensions.cs14 …public static void AddCustomPSCIStub(this ICPUWithPSCI cpu, ulong functionIdentifier, string pytho… in AddCustomPSCIStub() method in Antmicro.Renode.Hooks.PSCIHookExtensions
17 cpu.AddCustomPSCIStub(functionIdentifier, engine.Hook); in AddCustomPSCIStub()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithPSCI.cs13 void AddCustomPSCIStub(ulong functionIdentifier, Action stub); in AddCustomPSCIStub() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DBaseARMv8.cs41 public void AddCustomPSCIStub(ulong functionIdentifier, Action stub) in AddCustomPSCIStub() method in Antmicro.Renode.Peripherals.CPU.BaseARMv8