Searched refs:cpu_has_3k_cache (Results 1 – 6 of 6) sorted by relevance
37 #define cpu_has_3k_cache 0 macro
33 #define cpu_has_3k_cache 0 macro
14 #define cpu_has_3k_cache 0 macro
22 #define cpu_has_3k_cache 0 macro
30 #ifndef cpu_has_3k_cache31 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE) macro
160 if (cpu_has_3k_cache) { in cpu_cache_init()