Searched refs:spm_memset (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-m-3.4.0/secure_fw/spm/include/ |
D | utilities.h | 52 #ifndef spm_memset 53 #define spm_memset memset macro
|
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/arch/ |
D | tfm_arch.c | 85 spm_memset(p_tctx, 0, sizeof(*p_tctx)); in tfm_arch_init_context()
|
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/ |
D | tfm_pools.c | 37 spm_memset(pool, 0, poolsz); in tfm_pool_init()
|
D | tfm_spe_mailbox.c | 141 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()
|
D | spm_ipc.c | 149 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/ |
D | tfm_spe_psa_client_lib_unordered_map.c | 123 spm_memset(&psa_client_lib_map_.map[handle], 0, in unordered_map_free()
|
D | tfm_spe_dual_core_psa_client_secure_lib.c | 114 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/ |
D | psa_api.c | 274 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()
|