Home
last modified time | relevance | path

Searched refs:FUNCID_CC_MASK (Results 1 – 7 of 7) sorted by relevance

/tf-a-ffa_el3_spmc/lib/pmf/
A Dpmf_smc.c29 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in pmf_smc_handler()
/tf-a-ffa_el3_spmc/include/lib/
A Dsmccc.h33 #define FUNCID_CC_MASK U(0x1) macro
49 FUNCID_CC_MASK)
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t186/
A Dplat_sip_calls.c74 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in plat_sip_handler()
/tf-a-ffa_el3_spmc/include/services/
A Dsdei.h55 (((_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64))
/tf-a-ffa_el3_spmc/services/std_svc/
A Dstd_svc_setup.c87 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in std_svc_smc_handler()
/tf-a-ffa_el3_spmc/lib/psci/
A Dpsci_main.c344 if (((psci_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64) in psci_features()
394 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in psci_smc_handler()
/tf-a-ffa_el3_spmc/bl32/sp_min/aarch32/
A Dentrypoint.S226 tst r0, #(FUNCID_CC_MASK << FUNCID_CC_SHIFT)

Completed in 8 milliseconds