Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/pmf/
Dpmf_smc.c33 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in pmf_smc_handler()
/trusted-firmware-a-latest/include/lib/
Dsmccc.h33 #define FUNCID_CC_MASK U(0x1) macro
59 FUNCID_CC_MASK)
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t186/
Dplat_sip_calls.c74 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in plat_sip_handler()
/trusted-firmware-a-latest/include/services/
Dsdei.h55 (((_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64))
/trusted-firmware-a-latest/services/std_svc/
Dstd_svc_setup.c105 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in std_svc_smc_handler()
/trusted-firmware-a-latest/lib/psci/
Dpsci_main.c370 if (((psci_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64) in psci_features()
449 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in psci_smc_handler()
/trusted-firmware-a-latest/bl32/sp_min/aarch32/
Dentrypoint.S211 tst r0, #(FUNCID_CC_MASK << FUNCID_CC_SHIFT)