Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/common/
H A Dplat_arm_sip_svc.c31 uint64_t ret = SMC_INVALID_PARAM; in plat_protect_memory()
42 SMC_RET1(handle, SMC_INVALID_PARAM); in plat_protect_memory()
48 SMC_RET1(handle, SMC_INVALID_PARAM); in plat_protect_memory()
68 SMC_RET2(handle, SMC_INVALID_PARAM, last_updated); in plat_protect_memory()
/rk3399_ARM-atf/include/lib/
H A Dsmccc.h117 #define SMC_INVALID_PARAM -4 /* Not defined by the SMCCC */ macro
/rk3399_ARM-atf/services/arm_arch_svc/
H A Darm_arch_svc_setup.c240 SMC_RET2(handle, SMC_INVALID_PARAM, ULL(0)); in smccc_arch_feature_availability()