Searched refs:EndOfInterruptModeEL1 (Results 1 – 1 of 1) sorted by relevance
1332 …writeCallback: (_, val) => GetAskingCPUEntry().EndOfInterruptModeEL1 = (EndOfInterruptModes)(val ?… in BuildCPUInterfaceSystemRegistersMap()1333 …valueProviderCallback: _ => GetAskingCPUEntry().EndOfInterruptModeEL1 == EndOfInterruptModes.Prior… in BuildCPUInterfaceSystemRegistersMap()1600 …writeCallback: (_, val) => GetAskingCPUEntry().EndOfInterruptModeEL1 = (EndOfInterruptModes)(val ?… in BuildCPUInterfaceRegistersMapSecurityView()1601 …valueProviderCallback: _ => GetAskingCPUEntry().EndOfInterruptModeEL1 == EndOfInterruptModes.Prior… in BuildCPUInterfaceRegistersMapSecurityView()2416 public virtual EndOfInterruptModes CurrentEndOfInterruptMode => EndOfInterruptModeEL1;2418 public EndOfInterruptModes EndOfInterruptModeEL1 property in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry2900 …u.ExceptionLevel == ExceptionLevel.EL3_MonitorMode ? EndOfInterruptModeEL3 : EndOfInterruptModeEL1;