Lines Matching full:exceptions
21 /* Highest permitted number of exceptions (architectural limit) */
23 /* Number of internal exceptions */
34 uint8_t level; /* exceptions <=15 never set level */
46 * exceptions are banked between security states (ie there exists both
49 * The rest (including all the external exceptions) are not banked, though
52 * exceptions, and otherwise use only vectors[] (including for exceptions
91 * @secure: false for non-banked exceptions or for the nonsecure
97 * of architecturally banked exceptions.
104 * @secure: false for non-banked exceptions or for the nonsecure
109 * exceptions (exceptions generated in the course of trying to take
117 * @secure: false for non-banked exceptions or for the nonsecure
121 * Similar to armv7m_nvic_set_pending(), but specifically for exceptions
165 * @secure: false for non-banked exceptions or for the nonsecure