Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs1355 …writeCallback: (_, val) => GetAskingCPUEntry().EndOfInterruptModeEL1Secure = (EndOfInterruptModes)… in BuildCPUInterfaceSystemRegistersMap()
1356 …valueProviderCallback: _ => GetAskingCPUEntry().EndOfInterruptModeEL1Secure == EndOfInterruptModes… in BuildCPUInterfaceSystemRegistersMap()
1613 …writeCallback: (_, val) => GetAskingCPUEntry().EndOfInterruptModeEL1Secure = (EndOfInterruptModes)… in BuildCPUInterfaceRegistersMapSecurityView()
1614 …valueProviderCallback: _ => GetAskingCPUEntry().EndOfInterruptModeEL1Secure == EndOfInterruptModes… in BuildCPUInterfaceRegistersMapSecurityView()
2138 EndOfInterruptModeEL1Secure = EndOfInterruptModes.PriorityDropAndDeactivation; in Reset()
2422 …: gic.DisabledSecurity || IsStateSecure ? EndOfInterruptModeEL1Secure : EndOfInterruptModeEL1NonSe…
2431 EndOfInterruptModeEL1Secure = value;
2441 public EndOfInterruptModes EndOfInterruptModeEL1Secure { get; set; } property in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry