Searched refs:IS_E_PROCESSOR (Results 1 – 12 of 12) sorted by relevance
45 if (!IS_E_PROCESSOR(spridr)) in ft_cpu_setup()47 else if (IS_E_PROCESSOR(spridr) && in ft_cpu_setup()
104 if (IS_E_PROCESSOR(spridr)) in checkcpu()
90 if (!IS_E_PROCESSOR(svr)) in ft_cpu_setup()
266 if (IS_E_PROCESSOR(svr) && (ver != SOC_VER_SLS1020)) in print_cpuinfo()
82 if (!IS_E_PROCESSOR(get_svr())) in setup_sec_liodn_base()193 if (IS_E_PROCESSOR(get_svr())) { in set_liodns()
135 if (IS_E_PROCESSOR(svr)) in checkcpu()
606 if (!IS_E_PROCESSOR(get_svr()))
85 #define IS_E_PROCESSOR(svr) (!((svr >> 8) & 0x1)) macro
13 #define IS_E_PROCESSOR(svr) (svr & 0x80000) macro
1005 #define IS_E_PROCESSOR(svr) (svr & 0x80000) macro1008 #define IS_E_PROCESSOR(spridr) (!(spridr & 0x00010000)) macro
463 if (IS_E_PROCESSOR(svr)) in crypto_is_disabled()
419 if (IS_E_PROCESSOR(svr)) in cpu_name()
Completed in 32 milliseconds