Lines Matching defs:smc_fid
26 static uintptr_t nxp_plat_sip_handler(unsigned int smc_fid,
35 ERROR("%s: unhandled SMC (0x%x)\n", __func__, smc_fid);
45 static void clean_top_32b_of_param(uint32_t smc_fid,
52 if (GET_SMC_CC(smc_fid) == SMC_32) {
61 static uintptr_t nxp_sip_handler(unsigned int smc_fid,
75 clean_top_32b_of_param(smc_fid, &x1, &x2, &x3, &x4);
87 switch (smc_fid & SMC_FUNC_MASK) {
132 ret = prefetch_disable(smc_fid, x1);
140 ret = el2_2_aarch32(smc_fid, x1, x2, x3);
151 return nxp_plat_sip_handler(smc_fid, x1, x2, x3, x4,
157 static uintptr_t sip_smc_handler(unsigned int smc_fid,
166 switch (smc_fid & SMC_FUNC_MASK) {
181 return nxp_sip_handler(smc_fid, x1, x2, x3, x4,