Searched refs:ivecs_local (Results 1 – 1 of 1) sorted by relevance
24 psa_invec ivecs_local[PSA_MAX_IOVEC]; in spm_associate_call_params() local68 spm_memset(ivecs_local, 0, sizeof(ivecs_local)); in spm_associate_call_params()69 spm_memcpy(ivecs_local, inptr, ivec_num * sizeof(psa_invec)); in spm_associate_call_params()93 if (!((char *) ivecs_local[j].base + ivecs_local[j].len <= in spm_associate_call_params()94 (char *) ivecs_local[i].base || in spm_associate_call_params()95 (char *) ivecs_local[j].base >= in spm_associate_call_params()96 (char *) ivecs_local[i].base + ivecs_local[i].len)) { in spm_associate_call_params()117 curr_partition->boundary, (uintptr_t)ivecs_local[i].base, in spm_associate_call_params()118 ivecs_local[i].len, TFM_HAL_ACCESS_READABLE | ns_access); in spm_associate_call_params()123 p_connection->msg.in_size[i] = ivecs_local[i].len; in spm_associate_call_params()[all …]