Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm_xlat.c147 return SPM_MM_INVALID_PARAMETER; in spm_memory_attributes_get_smc_handler()
175 return (ret == 0) ? SPM_MM_SUCCESS : SPM_MM_INVALID_PARAMETER; in spm_memory_attributes_set_smc_handler()
H A Dspm_mm_main.c218 SMC_RET1(handle, SPM_MM_INVALID_PARAMETER); in mm_communicate()
223 SMC_RET1(handle, SPM_MM_INVALID_PARAMETER); in mm_communicate()
/rk3399_ARM-atf/include/services/
H A Dspm_mm_svc.h94 #define SPM_MM_INVALID_PARAMETER -2 macro