Visible to Intel only — GUID: rfs1741142989529
Ixiasoft
Visible to Intel only — GUID: rfs1741142989529
Ixiasoft
4.3.11.2.4. Uninterruptible Critical Section in an Interrupt Handlers
In CLIC mode, an interrupt with lower level is subjected to pre-emption by a higher interrupt level. Any uninterruptible critical section in the interrupt handler with lower level are vulnerable to CLIC’s pre-emption, putting the system at risk.
To support uninterruptible critical section in CLIC, Altera recommends either one of the following three software implementations.
Approach | Description |
---|---|
Non-preemptive |
|
Preemptive with global interrupt enable (mstatus.mie) disabled |
|
Preemptive with interrupt-level threshold (mintthresh.th) management |
|