Searched refs:EndOfInterruptModeEL1NonSecure (Results 1 – 1 of 1) sorted by relevance
1351 …writeCallback: (_, val) => GetAskingCPUEntry().EndOfInterruptModeEL1NonSecure = (EndOfInterruptMod… in BuildCPUInterfaceSystemRegistersMap()1352 …valueProviderCallback: _ => GetAskingCPUEntry().EndOfInterruptModeEL1NonSecure == EndOfInterruptMo… in BuildCPUInterfaceSystemRegistersMap()1609 …writeCallback: (_, val) => GetAskingCPUEntry().EndOfInterruptModeEL1NonSecure = (EndOfInterruptMod… in BuildCPUInterfaceRegistersMapSecurityView()1610 …valueProviderCallback: _ => GetAskingCPUEntry().EndOfInterruptModeEL1NonSecure == EndOfInterruptMo… in BuildCPUInterfaceRegistersMapSecurityView()1623 …writeCallback: (_, val) => GetAskingCPUEntry().EndOfInterruptModeEL1NonSecure = (EndOfInterruptMod… in BuildCPUInterfaceRegistersMapSecurityView()1624 …valueProviderCallback: _ => GetAskingCPUEntry().EndOfInterruptModeEL1NonSecure == EndOfInterruptMo… in BuildCPUInterfaceRegistersMapSecurityView()2137 EndOfInterruptModeEL1NonSecure = EndOfInterruptModes.PriorityDropAndDeactivation; in Reset()2422 …c.DisabledSecurity || IsStateSecure ? EndOfInterruptModeEL1Secure : EndOfInterruptModeEL1NonSecure;2435 EndOfInterruptModeEL1NonSecure = value;2440 public EndOfInterruptModes EndOfInterruptModeEL1NonSecure { get; set; } property in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry