Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl31/
H A Dehf.c48 #define IS_PRI_SECURE(pri) (((pri) & 0x80U) == 0U) macro
248 if (IS_PRI_SECURE(run_pri)) in ehf_exited_normal_world()
261 if (IS_PRI_SECURE(pe_data->ns_pri_mask)) { in ehf_exited_normal_world()
291 if (IS_PRI_SECURE(run_pri)) in ehf_entering_normal_world()
382 if (IS_PRI_SECURE(run_pri)) in ehf_is_ns_preemption_allowed()
434 assert(IS_PRI_SECURE(pri)); in ehf_el3_interrupt_handler()