Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/include/bl31/
A Dehf.h18 #define EHF_PRI_VALID_ BIT(0) macro
21 #define EHF_NO_HANDLER_ (0U | EHF_PRI_VALID_)
/tf-a-ffa_el3_spmc/bl31/
A Dehf.c31 ((ehf_handler_t) ((((h) & EHF_PRI_VALID_) != 0U) ? \
32 ((h) & ~EHF_PRI_VALID_) : 0U))
45 ((exception_data.ehf_priorities[idx].ehf_handler & EHF_PRI_VALID_) != 0U)
520 (((uintptr_t) handler) | EHF_PRI_VALID_); in ehf_register_priority_handler()

Completed in 3 milliseconds