Lines Matching defs:smc_id
58 SMC_HANDLER_DEBUG(SMC_HANDLER_DEBUG_NOT_IMP_MSG, #_smc_id, smc_id); \
66 SMC_HANDLER_DEBUG(SMC_HANDLER_DEBUG_START_MSG, #_smc_id, smc_id, \
70 SMC_HANDLER_DEBUG(SMC_HANDLER_DEBUG_END_MSG, #_smc_id, smc_id); \
139 static u_register_t mtk_smc_handler_sel1(uint32_t smc_id,
151 switch (smc_id) {
154 INFO("SEL1 SMC ID:0x%x not support\n", smc_id);
161 static uintptr_t mtk_smc_handler_bl33(uint32_t smc_id,
173 switch (smc_id) {
176 INFO("BL33 SMC ID:0x%x not supported\n", smc_id);
184 static uintptr_t mtk_smc_handler_nsel1(uint32_t smc_id,
196 switch (smc_id) {
199 INFO("NSEL1 SMC ID:0x%x not supported\n", smc_id);
206 static uintptr_t mtk_smc_handler(uint32_t smc_id,
221 smc_ori = GET_SMC_ORI(smc_id);
223 smc_num = GET_SMC_ORI_NUM(smc_id);
229 ERROR("%s: Forbidden SMC call (0x%x)\n", __func__, smc_id);
247 INFO("SMC ID:0x%x not supported\n", smc_id);