Searched refs:ehf_pri_bits_t (Results 1 – 2 of 2) sorted by relevance
49 typedef uint32_t ehf_pri_bits_t; typedef56 ehf_pri_bits_t active_pri_bits;
34 #define PRI_BIT(idx) (((ehf_pri_bits_t) 1u) << (idx))467 assert(exception_data.num_priorities <= (sizeof(ehf_pri_bits_t) * 8U)); in ehf_init()
Completed in 3 milliseconds