Lines Matching refs:smc_id
57 SMC_HANDLER_DEBUG(SMC_HANDLER_DEBUG_NOT_IMP_MSG, #_smc_id, smc_id); \
65 SMC_HANDLER_DEBUG(SMC_HANDLER_DEBUG_START_MSG, #_smc_id, smc_id, \
69 SMC_HANDLER_DEBUG(SMC_HANDLER_DEBUG_END_MSG, #_smc_id, smc_id); \
137 static uintptr_t mtk_smc_handler_bl33(uint32_t smc_id, in mtk_smc_handler_bl33() argument
149 switch (smc_id) { in mtk_smc_handler_bl33()
152 INFO("BL33 SMC ID:0x%x not supported\n", smc_id); in mtk_smc_handler_bl33()
160 static uintptr_t mtk_smc_handler_nsel1(uint32_t smc_id, in mtk_smc_handler_nsel1() argument
172 switch (smc_id) { in mtk_smc_handler_nsel1()
175 INFO("NSEL1 SMC ID:0x%x not supported\n", smc_id); in mtk_smc_handler_nsel1()
182 static uintptr_t mtk_smc_handler(uint32_t smc_id, in mtk_smc_handler() argument
197 smc_ori = GET_SMC_ORI(smc_id); in mtk_smc_handler()
199 smc_num = GET_SMC_ORI_NUM(smc_id); in mtk_smc_handler()
205 ERROR("%s: Forbidden SMC call (0x%x)\n", __func__, smc_id); in mtk_smc_handler()
211 INFO("Secure SMC ID:0x%x not supported\n", smc_id); in mtk_smc_handler()
223 INFO("SMC ID:0x%x not supported\n", smc_id); in mtk_smc_handler()