Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dbackend_sfn.c56 SET_CURRENT_COMPONENT(p_target); in backend_messaging()
78 SET_CURRENT_COMPONENT(handle->p_client); in backend_replying()
109 SET_CURRENT_COMPONENT(p_part); in spm_init_function()
121 SET_CURRENT_COMPONENT(p_curr); in spm_init_function()
146 SET_CURRENT_COMPONENT(p_pt); in backend_init_comp_assuredly()
Dinterrupt.c80 SET_CURRENT_COMPONENT(p_owner_sp); in tfm_flih_prepare_depriv_flih()
121 SET_CURRENT_COMPONENT(p_prev_sp); in tfm_flih_return_to_isr()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/
Dcurrent.h17 #define SET_CURRENT_COMPONENT(p) THRD_UPDATE_CUR_CTXCTRL(&(p)->ctx_ctrl) macro
23 #define SET_CURRENT_COMPONENT(p) p_current_partition = p macro