Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_irq_api.c56 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in tfm_spm_partition_psa_reset_signal() local
77 CRITICAL_SECTION_ENTER(cs_assert); in tfm_spm_partition_psa_reset_signal()
79 CRITICAL_SECTION_LEAVE(cs_assert); in tfm_spm_partition_psa_reset_signal()
89 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in tfm_spm_partition_psa_eoi() local
111 CRITICAL_SECTION_ENTER(cs_assert); in tfm_spm_partition_psa_eoi()
113 CRITICAL_SECTION_LEAVE(cs_assert); in tfm_spm_partition_psa_eoi()
Dpsa_api.c162 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in tfm_spm_partition_psa_get() local
165 CRITICAL_SECTION_ENTER(cs_assert); in tfm_spm_partition_psa_get()
180 CRITICAL_SECTION_LEAVE(cs_assert); in tfm_spm_partition_psa_get()
206 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in tfm_spm_partition_psa_reply() local
299 CRITICAL_SECTION_ENTER(cs_assert); in tfm_spm_partition_psa_reply()
301 CRITICAL_SECTION_LEAVE(cs_assert); in tfm_spm_partition_psa_reply()
336 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in tfm_spm_partition_psa_clear() local
349 CRITICAL_SECTION_ENTER(cs_assert); in tfm_spm_partition_psa_clear()
351 CRITICAL_SECTION_LEAVE(cs_assert); in tfm_spm_partition_psa_clear()
Dspm_connection_pool.c134 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in spm_free_connection() local
138 CRITICAL_SECTION_ENTER(cs_assert); in spm_free_connection()
141 CRITICAL_SECTION_LEAVE(cs_assert); in spm_free_connection()
Dspm_ipc.c57 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in spm_get_handle_by_signal() local
60 CRITICAL_SECTION_ENTER(cs_assert); in spm_get_handle_by_signal()
80 CRITICAL_SECTION_LEAVE(cs_assert); in spm_get_handle_by_signal()
188 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in spm_get_idle_connection() local
223 CRITICAL_SECTION_ENTER(cs_assert); in spm_get_idle_connection()
225 CRITICAL_SECTION_LEAVE(cs_assert); in spm_get_idle_connection()
Dpsa_connection_api.c42 struct critical_section_t cs_assert = CRITICAL_SECTION_STATIC_INIT; in spm_psa_connect_client_id_associated() local
79 CRITICAL_SECTION_ENTER(cs_assert); in spm_psa_connect_client_id_associated()
81 CRITICAL_SECTION_LEAVE(cs_assert); in spm_psa_connect_client_id_associated()