Searched refs:EndOfInterruptModeEL3 (Results 1 – 1 of 1) sorted by relevance
1359 …iteCallback: (_, val) => GetAskingCPUEntryWithTwoSecurityStates().EndOfInterruptModeEL3 = (EndOfIn… in BuildCPUInterfaceSystemRegistersMap()1360 …ueProviderCallback: _ => GetAskingCPUEntryWithTwoSecurityStates().EndOfInterruptModeEL3 == EndOfIn… in BuildCPUInterfaceSystemRegistersMap()2878 EndOfInterruptModeEL3 = EndOfInterruptModes.PriorityDropAndDeactivation; in Reset()2900 …uptMode => cpu.ExceptionLevel == ExceptionLevel.EL3_MonitorMode ? EndOfInterruptModeEL3 : EndOfInt…2901 public EndOfInterruptModes EndOfInterruptModeEL3 { get; set; } property in Antmicro.Renode.Peripherals.IRQControllers.CPUEntryWithTwoSecurityStates