Searched refs:x86_cache_size (Results 1 – 5 of 5) sorted by relevance
144 c->x86_clflush_size && c->x86_cache_size && sz && in flush_area_local()145 ((sz >> 10) < c->x86_cache_size) ) in flush_area_local()
234 c->x86_cache_size=(ecx>>24)+(edx>>24); in display_cacheinfo()243 c->x86_cache_size = l2size; in display_cacheinfo()423 c->x86_cache_size = -1; in identify_cpu()
270 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d)); in init_intel_cacheinfo()
133 int x86_cache_size; /* in KB - valid for CPUS which support this call */ member
969 xcp->mc_cache_size = c->x86_cache_size; in do_mc_get_cpu_info()
Completed in 9 milliseconds