Home
last modified time | relevance | path

Searched refs:l2size (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kernel/cpu/
Dcommon.c502 unsigned int n, dummy, ebx, ecx, edx, l2size; in cpu_detect_cache_sizes() local
519 l2size = ecx >> 16; in cpu_detect_cache_sizes()
526 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
530 l2size = cachesize_override; in cpu_detect_cache_sizes()
532 if (l2size == 0) in cpu_detect_cache_sizes()
536 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()