Searched refs:spm_memcpy (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.4.0/secure_fw/spm/include/ |
D | utilities.h | 48 #ifndef spm_memcpy 49 #define spm_memcpy memcpy macro
|
/trusted-firmware-m-3.4.0/secure_fw/spm/ffm/ |
D | tfm_boot_data.c | 189 (void)spm_memcpy(&tlv_entry, (const void *)offset, in tfm_core_get_boot_data_handler() 201 (void)spm_memcpy(ptr, (const void *)offset, next_tlv_offset); in tfm_core_get_boot_data_handler()
|
D | psa_api.c | 278 spm_memcpy(invecs, inptr, in_num * sizeof(psa_invec)); in tfm_spm_client_psa_call() 279 spm_memcpy(outvecs, outptr, out_num * sizeof(psa_outvec)); in tfm_spm_client_psa_call() 540 spm_memcpy(msg, &handle->msg, sizeof(psa_msg_t)); in tfm_spm_partition_psa_get() 607 spm_memcpy(buffer, handle->invec[invec_idx].base, bytes); in tfm_spm_partition_psa_read() 738 spm_memcpy((char *)handle->outvec[outvec_idx].base + in tfm_spm_partition_psa_write()
|
/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/ |
D | tfm_spe_mailbox.c | 166 spm_memcpy(&reply_ptr->return_val, &ret_result, in mailbox_direct_reply() 227 spm_memcpy(msg_ptr, &ns_queue->queue[idx].msg, sizeof(*msg_ptr)); in tfm_mailbox_handle_msg()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/ |
D | CMakeLists.txt | 157 spm_memcpy=spm_dma_memcpy
|