Searched refs:shape (Results 1 - 1 of 1) sorted by relevance

/arch/alpha/kernel/
H A Dsetup.c1190 show_cache_size (struct seq_file *f, const char *which, int shape) argument
1192 if (shape == -1)
1194 else if (shape == 0)
1198 which, shape >> 10, shape & 15,
1199 1 << ((shape >> 4) & 15));

Completed in 7 milliseconds