Home
last modified time | relevance | path

Searched defs:smc_fid (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/sm/
H A Dstd_smc.c46 uint32_t smc_fid = args->a0; in smc_std_handler() local
H A Dsm.c26 uint32_t smc_fid = args->a0; in smc_arch_handler() local
H A Dpsci.c142 uint32_t smc_fid = args->a0; in tee_psci_handler() local
/optee_os/core/drivers/
H A Dversal_pm.c108 static uint32_t versal_sip_call(uint32_t smc_fid, uint32_t arg0, uint32_t arg1, in versal_sip_call()