Lines Matching defs:priority
17 /* Valid priorities set bit 0 of the priority handler. */
20 /* Marker for no handler registered for a valid priority */
23 /* Extract the specified number of top bits from 7 lower bits of priority */
27 /* Install exception priority descriptor at a suitable index */
28 #define EHF_PRI_DESC(plat_bits, priority) \
29 [EHF_PRI_TO_IDX(priority, plat_bits)] = { \
44 * Currently only supports 32 priority levels, allowing platforms to use up to 5
45 * top bits of priority. But the type can be changed to uint64_t should need
46 * arise to support 64 priority levels, allowing platforms to use up to 6 top
47 * bits of priority.
58 /* Priority mask value before any priority levels were active */
61 /* Non-secure priority mask value stashed during Secure execution */
71 * priority level is valid. This is effectively of ehf_handler_t type,
84 void ehf_activate_priority(unsigned int priority);
85 void ehf_deactivate_priority(unsigned int priority);