Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h531 psa_status_t tfm_spm_partition_psa_eoi(psa_signal_t irq_signal);
533 #define tfm_spm_partition_psa_eoi NULL macro
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_irq_api.c87 psa_status_t tfm_spm_partition_psa_eoi(psa_signal_t irq_signal) in tfm_spm_partition_psa_eoi() function
Dpsa_interface_thread_fn_call.c194 TFM_THREAD_FN_CALL_ENTRY(tfm_spm_partition_psa_eoi); in psa_eoi_thread_fn_call()
Dpsa_interface_sfn.c206 tfm_spm_partition_psa_eoi(irq_signal); in psa_eoi()
Dtfm_svcalls.c72 (psa_api_svc_func_t)tfm_spm_partition_psa_eoi,