Lines Matching defs:smc_fid
51 static uintptr_t arm_sip_handler(unsigned int smc_fid,
68 if (is_pmf_fid(smc_fid)) {
69 return pmf_smc_handler(smc_fid, x1, x2, x3, x4, cookie,
77 if (is_debugfs_fid(smc_fid)) {
78 return debugfs_smc_handler(smc_fid, x1, x2, x3, x4, cookie,
86 if (is_ethosn_fid(smc_fid)) {
87 return ethosn_smc_handler(smc_fid, x1, x2, x3, x4, cookie,
93 switch (smc_fid) {
104 return (uintptr_t) arm_execution_state_switch(smc_fid,
144 return plat_arm_sip_handler(smc_fid, x1, x2, x3, x4,