Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs126 if(!gic.TryGetCPUEntryForCPU(Cpu, out entry)) in GetGICAndCPUEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs389 public bool TryGetCPUEntryForCPU(IARMSingleSecurityStateCPU cpu, out CPUEntry cpuEntry) in TryGetCPUEntryForCPU() method in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptController