Searched refs:SCM_SMC_N_REG_ARGS (Results 1 – 1 of 1) sorted by relevance
30 #define SCM_SMC_N_REG_ARGS 4 macro31 #define SCM_SMC_FIRST_EXT_IDX (SCM_SMC_N_REG_ARGS - 1)32 #define SCM_SMC_N_EXT_ARGS (MAX_QCOM_SCM_ARGS - SCM_SMC_N_REG_ARGS + 1)34 #define SCM_SMC_LAST_REG_IDX (SCM_SMC_FIRST_REG_IDX + SCM_SMC_N_REG_ARGS - 1)171 for (i = 0; i < SCM_SMC_N_REG_ARGS; i++) in __scm_smc_call()174 if (unlikely(arglen > SCM_SMC_N_REG_ARGS)) { in __scm_smc_call()