Searched refs:spm_memset (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-m-3.6.0/secure_fw/spm/include/ |
D | utilities.h | 53 #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/ |
D | psa_call_api.c | 70 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()
|
D | tfm_pools.c | 37 spm_memset(pool, 0, poolsz); in tfm_pool_init()
|
D | tfm_spe_mailbox.c | 118 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()
|
D | spm_ipc.c | 304 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/ |
D | tfm_arch.c | 132 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/ |
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 | 115 spm_memset(s_map_entry->output_buffer, 0x0, length); in alloc_output_buffer_in_shared_mem()
|