Home
last modified time | relevance | path

Searched refs:IOVEC_IS_UNMAPPED (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_mmiovec_api.c139 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()
Dpsa_api.c262 if (IOVEC_IS_MAPPED(handle, i) && (!IOVEC_IS_UNMAPPED(handle, i))) { in tfm_spm_partition_psa_reply()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h58 #define IOVEC_IS_UNMAPPED(handle, iovec_idx) \ macro