Searched refs:CACHE_WAY (Results 1 – 3 of 3) sorted by relevance
100 L1_cache_info[ICACHE].ways = CACHE_WAY(ICACHE); in dump_cpu_info()109 L1_cache_info[DCACHE].ways = CACHE_WAY(DCACHE); in dump_cpu_info()322 CACHE_SET(ICACHE) * CACHE_WAY(ICACHE) * in c_show()324 CACHE_WAY(ICACHE), CACHE_LINE_SIZE(ICACHE)); in c_show()327 CACHE_SET(DCACHE) * CACHE_WAY(DCACHE) * in c_show()329 CACHE_WAY(DCACHE), CACHE_LINE_SIZE(DCACHE)); in c_show()
17 this_leaf->ways_of_associativity = CACHE_WAY(cache_type); in ci_leaf_init()
46 static inline unsigned long CACHE_WAY(unsigned char cache) in CACHE_WAY() function