Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs26 public interface IARMTwoSecurityStatesCPU : IARMSingleSecurityStateCPU interface
DARM_GenericInterruptController.cs156 var cpuTwoSecurityStates = cpu as IARMTwoSecurityStatesCPU; in AttachCPU()
2870 …UEntryWithTwoSecurityStates(ARM_GenericInterruptController gic, IARMTwoSecurityStatesCPU cpu, IEnu… in CPUEntryWithTwoSecurityStates()
2923 private readonly IARMTwoSecurityStatesCPU cpu;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs24 …public partial class ARMv8A : BaseARMv8, IARMTwoSecurityStatesCPU, IPeripheralRegister<ARM_Generic…