Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dtfm_svcalls.c55 static psa_api_svc_func_t psa_api_svc_func_table[] = { variable
158 if (svc_idx >= sizeof(psa_api_svc_func_table)/sizeof(psa_api_svc_func_t)) { in prepare_to_thread_mode_spm()
164 svc_func = psa_api_svc_func_table[svc_idx]; in prepare_to_thread_mode_spm()