Searched refs:line_size (Results 1 – 1 of 1) sorted by relevance
1203 [[maybe_unused]] static void show_cache(const char* name, long size, long assoc, long line_size) { in show_cache() argument1204 printf("%s cache size: %ld bytes, line size %ld bytes, ", name, size, line_size); in show_cache()