Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dpsa_mmiovec_api.c35 if (!SERVICE_ENABLED_MM_IOVEC(handle->service->p_ldinf->flags)) { in tfm_spm_partition_psa_map_invec()
107 if (!SERVICE_ENABLED_MM_IOVEC(handle->service->p_ldinf->flags)) { in tfm_spm_partition_psa_unmap_invec()
165 if (!SERVICE_ENABLED_MM_IOVEC(handle->service->p_ldinf->flags)) { in tfm_spm_partition_psa_map_outvec()
235 if (!SERVICE_ENABLED_MM_IOVEC(handle->service->p_ldinf->flags)) { in tfm_spm_partition_psa_unmap_outvec()
/trusted-firmware-m-3.7.0/secure_fw/spm/include/load/
Dservice_defs.h40 #define SERVICE_ENABLED_MM_IOVEC(flag) \ macro