Lines Matching +full:2 +full:- +full:way
27 unsigned int cache_type = (unsigned int)file->private; in cache_debugfs_show()
29 unsigned int waysize, way; in cache_debugfs_show() local
55 waysize = cache->sets; in cache_debugfs_show()
64 waysize <<= cache->entry_shift; in cache_debugfs_show()
66 for (way = 0; way < cache->ways; way++) { in cache_debugfs_show()
70 seq_printf(file, "-----------------------------------------\n"); in cache_debugfs_show()
71 seq_printf(file, "Way %d\n", way); in cache_debugfs_show()
72 seq_printf(file, "-----------------------------------------\n"); in cache_debugfs_show()
76 addr += cache->linesz, line++) { in cache_debugfs_show()
85 line, data & 2 ? 'U' : ' ', in cache_debugfs_show()
89 addrstart += cache->way_incr; in cache_debugfs_show()