Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs159 …cpuEntry = new CPUEntryWithTwoSecurityStates(this, cpuTwoSecurityStates, groups.Keys, cpuMappedCon… in AttachCPU()
1941 private CPUEntryWithTwoSecurityStates GetAskingCPUEntryWithTwoSecurityStates() in GetAskingCPUEntryWithTwoSecurityStates()
1944 if(!(cpuEntry is CPUEntryWithTwoSecurityStates cpuEntryWithTwoSecurityStates)) in GetAskingCPUEntryWithTwoSecurityStates()
2868 public class CPUEntryWithTwoSecurityStates : CPUEntry class
2870 …public CPUEntryWithTwoSecurityStates(ARM_GenericInterruptController gic, IARMTwoSecurityStatesCPU … in CPUEntryWithTwoSecurityStates() method in Antmicro.Renode.Peripherals.IRQControllers.CPUEntryWithTwoSecurityStates