Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMCommon.cs28 …void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out SecurityState … in GetAtomicExceptionLevelAndSecurityState() method
DARM_GenericInterruptController.cs2912 … cpu.GetAtomicExceptionLevelAndSecurityState(out var exceptionLevel, out var securityState); in GetBestPendingInterruptSignalType()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8A.cs56 …public void GetAtomicExceptionLevelAndSecurityState(out ExceptionLevel exceptionLevel, out Securit… in GetAtomicExceptionLevelAndSecurityState() method in Antmicro.Renode.Peripherals.CPU.ARMv8A