Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dsfn_common_thread.c20 void common_sfn_thread(void *param) in common_sfn_thread() function
/trusted-firmware-m-latest/secure_fw/spm/core/
Dbackend_ipc.c239 extern void common_sfn_thread(void *param);
267 thrd_entry = (thrd_fn_t)common_sfn_thread; in partition_init()