Searched refs:smc_fid (Results 1 – 4 of 4) sorted by relevance
46 uint32_t smc_fid = args->a0; in smc_std_handler() local48 if (is_psci_fid(smc_fid)) { in smc_std_handler()53 switch (smc_fid) { in smc_std_handler()
26 uint32_t smc_fid = args->a0; in smc_arch_handler() local29 switch (smc_fid) { in smc_arch_handler()
142 uint32_t smc_fid = args->a0; in tee_psci_handler() local147 switch (smc_fid) { in tee_psci_handler()
108 static uint32_t versal_sip_call(uint32_t smc_fid, uint32_t arg0, uint32_t arg1, in versal_sip_call() argument113 .a0 = smc_fid, in versal_sip_call()
Completed in 6 milliseconds