Lines Matching +full:non +full:- +full:active
13 #include "target/arm/cpu-qom.h"
27 /* Exception priorities can range from -3 to 255; only the unmodifiable
33 uint8_t active; member
54 * Entries in sec_vectors[] for non-banked exception numbers are unused.
66 * - vectpending
67 * - vectpending_is_secure
68 * - exception_prio
69 * - vectpending_prio
76 int exception_prio; /* group prio of the highest prio active exception */
91 * @secure: false for non-banked exceptions or for the nonsecure
104 * @secure: false for non-banked exceptions or for the nonsecure
117 * @secure: false for non-banked exceptions or for the nonsecure
133 * exception (the one which would be made active by
141 * armv7m_nvic_acknowledge_irq: make highest priority pending exception active
145 * state to the active state, and update v7m.exception to indicate that
155 * Returns: -1 if the irq was not active
156 * 1 if completing this irq brought us back to base (no active irqs)
157 * 0 if there is still an irq active after this one was completed
158 * (Ignoring -1, this is the same as the RETTOBASE value before completion.)
165 * @secure: false for non-banked exceptions or for the nonsecure