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