Searched refs:IS_MT_LPM_SMC (Results 1 – 4 of 4) sorted by relevance
29 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_lpm_dispatch()57 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_secure_lpm_dispatch()
33 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_lpm_dispatch()56 if (!IS_MT_LPM_SMC(x1)) in invoke_mt_secure_lpm_dispatch()
41 #define IS_MT_LPM_SMC(smcid) ((smcid & MT_LPM_SMC_MAGIC_MASK) == MT_LPM_SMC_MAGIC) macro
35 #define IS_MT_LPM_SMC(smcid) \ macro