Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs810 prioritizeSecureInterrupts = value; in DefineRegisters()
818 return prioritizeSecureInterrupts; in DefineRegisters()
937 prioritizeSecureInterrupts = false; in InitInterrupts()
1514 return (prioritizeSecureInterrupts && !IsInterruptTargetNonSecure(excp)) in ShouldRaiseException()
1536 return (prioritizeSecureInterrupts && !IsInterruptTargetNonSecure(excp)) in ShouldRaiseException()
1554 if(!prioritizeSecureInterrupts) in AdjustPriority()
2118 private bool prioritizeSecureInterrupts; field in Antmicro.Renode.Peripherals.IRQControllers.NVIC