Home
last modified time | relevance | path

Searched refs:SET_IOVEC_UNMAPPED (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_mmiovec_api.c143 SET_IOVEC_UNMAPPED(handle, (invec_idx + INVEC_IDX_BASE)); in tfm_spm_partition_psa_unmap_invec()
278 SET_IOVEC_UNMAPPED(handle, (outvec_idx + OUTVEC_IDX_BASE)); in tfm_spm_partition_psa_unmap_outvec()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/ffm/
Dpsa_api.h67 #define SET_IOVEC_UNMAPPED(handle, iovec_idx) \ macro