Searched refs:FUNCID_CC_SHIFT (Results 1 – 8 of 8) sorted by relevance
74 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in plat_sip_handler()85 local_smc_fid |= (SMC_64 << FUNCID_CC_SHIFT); in plat_sip_handler()
32 #define FUNCID_CC_SHIFT U(30) macro48 #define GET_SMC_CC(id) (((id) >> FUNCID_CC_SHIFT) & \
13 ((SMC_32) << FUNCID_CC_SHIFT) | \
29 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in pmf_smc_handler()
344 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()
98 (((_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64))
222 tst r0, #(FUNCID_CC_MASK << FUNCID_CC_SHIFT)
359 tbnz x0, #FUNCID_CC_SHIFT, smc_prohibited