Searched refs:SPM_MM_INVALID_PARAMETER (Results 1 – 3 of 3) sorted by relevance
147 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()
218 SMC_RET1(handle, SPM_MM_INVALID_PARAMETER); in mm_communicate()223 SMC_RET1(handle, SPM_MM_INVALID_PARAMETER); in mm_communicate()
94 #define SPM_MM_INVALID_PARAMETER -2 macro