Searched refs:FUNCID_CC_MASK (Results 1 – 5 of 5) sorted by relevance
21 #define FUNCID_CC_MASK U(0x1) macro31 FUNCID_CC_MASK)
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()
69 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in plat_sip_handler()
176 tst r0, #(FUNCID_CC_MASK << FUNCID_CC_SHIFT)