Searched refs:FUNCID_CC_SHIFT (Results 1 – 13 of 13) sorted by relevance
13 ((SMC_32) << FUNCID_CC_SHIFT) | \
32 ((0) << FUNCID_CC_SHIFT) | \36 ((1) << FUNCID_CC_SHIFT) | \
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()
20 (SMC_64 << FUNCID_CC_SHIFT) | \67 (SMC_64 << FUNCID_CC_SHIFT) | \
55 (((_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64))
23 (SMC_64 << FUNCID_CC_SHIFT) | \
75 ((smc_cc) << FUNCID_CC_SHIFT) | \
29 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in pmf_smc_handler()
32 #define FUNCID_CC_SHIFT U(30) macro54 #define GET_SMC_CC(id) (((id) >> FUNCID_CC_SHIFT) & \
104 if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { in std_svc_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()
226 tst r0, #(FUNCID_CC_MASK << FUNCID_CC_SHIFT)
458 tbnz x0, #FUNCID_CC_SHIFT, smc_prohibited
Completed in 13 milliseconds