Home
last modified time | relevance | path

Searched refs:spm_mm_setup (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/services/std_svc/spm/spm_mm/
Dspm_mm.mk25 spm_mm_setup.c \
Dspm_mm_main.c160 int32_t spm_mm_setup(void) in spm_mm_setup() function
/trusted-firmware-a-latest/include/services/
Dspm_mm_svc.h95 int32_t spm_mm_setup(void);
/trusted-firmware-a-latest/services/std_svc/
Dstd_svc_setup.c56 if (spm_mm_setup() != 0) { in std_svc_setup()