Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs31 bool IsEL3UsingAArch32State { get; } property
DARM_GenericInterruptController.cs2916 …e.Group1Secure && exceptionLevel == ExceptionLevel.EL3_MonitorMode && !cpu.IsEL3UsingAArch32State)) in GetBestPendingInterruptSignalType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs196 … public bool IsEL3UsingAArch32State => false; // ARM8vA currently supports only AArch64 execution field in Antmicro.Renode.Peripherals.CPU.ARMv8A