Searched refs:FUNCID_CC_SHIFT (Results 1 – 7 of 7) sorted by relevance
16 #define FUNCID_CC_SHIFT U(30) macro30 #define GET_SMC_CC(id) ((id >> FUNCID_CC_SHIFT) & \
69 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in plat_sip_handler()80 smc_fid |= (SMC_64 << FUNCID_CC_SHIFT); in plat_sip_handler()
13 ((SMC_32) << FUNCID_CC_SHIFT) | \
27 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in pmf_smc_handler()
309 if (((psci_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64) in psci_features()355 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in psci_smc_handler()
176 tst r0, #(FUNCID_CC_MASK << FUNCID_CC_SHIFT)
278 tbnz x0, #FUNCID_CC_SHIFT, smc_prohibited