Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/spm/include/
Dutilities.h52 #ifndef spm_memset
53 #define spm_memset memset macro
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/arch/
Dtfm_arch.c85 spm_memset(p_tctx, 0, sizeof(*p_tctx)); in tfm_arch_init_context()
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/
Dtfm_pools.c37 spm_memset(pool, 0, poolsz); in tfm_pool_init()
Dtfm_spe_mailbox.c141 spm_memset(&spe_mailbox_queue.queue[idx], 0, in mailbox_clean_queue_slot()
383 spm_memset(&spe_mailbox_queue, 0, sizeof(spe_mailbox_queue)); in tfm_mailbox_init()
Dspm_ipc.c149 spm_memset(p_handle, 0, sizeof(*p_handle)); in tfm_spm_create_conn_handle()
377 spm_memset(&conn_handle->msg, 0, sizeof(psa_msg_t)); in spm_fill_message()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/openamp/
Dtfm_spe_psa_client_lib_unordered_map.c123 spm_memset(&psa_client_lib_map_.map[handle], 0, in unordered_map_free()
Dtfm_spe_dual_core_psa_client_secure_lib.c114 spm_memset(s_map_entry->output_buffer, 0x0, length); in alloc_outout_buffer_in_shared_mem()
/trusted-firmware-m-3.4.0/secure_fw/spm/ffm/
Dpsa_api.c274 spm_memset(invecs, 0, sizeof(invecs)); in tfm_spm_client_psa_call()
275 spm_memset(outvecs, 0, sizeof(outvecs)); in tfm_spm_client_psa_call()