Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/lib/runtime/
Dsfn_common_thread.c25 sfn_init_fn_t sfn_init; in common_sfn_thread()
28 sfn_init = (sfn_init_fn_t)meta->entry; in common_sfn_thread()
/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dbackend_sfn.c57 status = ((sfn_init_fn_t)p_target->p_ldinf->entry)(NULL); in backend_messaging()
109 status = ((sfn_init_fn_t)p_part->p_ldinf->entry)(NULL); in spm_thread_fn()
/trusted-firmware-m-3.6.0/secure_fw/spm/include/interface/
Druntime_defs.h24 typedef psa_status_t (*sfn_init_fn_t)(void *param); typedef