Home
last modified time | relevance | path

Searched refs:ehf_pri_bits_t (Results 1 – 2 of 2) sorted by relevance

/tf-a-ffa_el3_spmc/include/bl31/
A Dehf.h49 typedef uint32_t ehf_pri_bits_t; typedef
56 ehf_pri_bits_t active_pri_bits;
/tf-a-ffa_el3_spmc/bl31/
A Dehf.c34 #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