Searched refs:IOVEC_IS_UNMAPPED (Results 1 – 3 of 3) sorted by relevance
139 if (IOVEC_IS_UNMAPPED(handle, (invec_idx + INVEC_IDX_BASE))) { in tfm_spm_partition_psa_unmap_invec()274 if (IOVEC_IS_UNMAPPED(handle, (outvec_idx + OUTVEC_IDX_BASE))) { in tfm_spm_partition_psa_unmap_outvec()
262 if (IOVEC_IS_MAPPED(handle, i) && (!IOVEC_IS_UNMAPPED(handle, i))) { in tfm_spm_partition_psa_reply()
58 #define IOVEC_IS_UNMAPPED(handle, iovec_idx) \ macro