Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/include/
Dutilities.h53 #ifndef spm_memset
54 #define spm_memset memset macro
56 void *spm_memset(void *s, int c, size_t n);
/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dpsa_call_api.c70 spm_memset(ivecs_local, 0, sizeof(ivecs_local)); in spm_associate_call_params()
85 spm_memset(ovecs_local, 0, sizeof(ovecs_local)); in spm_associate_call_params()
Dtfm_pools.c37 spm_memset(pool, 0, poolsz); in tfm_pool_init()
Dtfm_spe_mailbox.c118 spm_memset(&spe_mailbox_queue.queue[idx], 0, in mailbox_clean_queue_slot()
444 spm_memset(&spe_mailbox_queue, 0, sizeof(spe_mailbox_queue)); in tfm_mailbox_init()
Dspm_ipc.c304 spm_memset(&p_connection->msg, 0, sizeof(psa_msg_t)); in spm_init_connection()
/trusted-firmware-m-3.6.0/secure_fw/spm/core/arch/
Dtfm_arch.c132 spm_memset(p_tctx, 0, sizeof(*p_tctx)); in tfm_arch_init_context()
/trusted-firmware-m-3.6.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.c115 spm_memset(s_map_entry->output_buffer, 0x0, length); in alloc_output_buffer_in_shared_mem()