Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dflushtlb.c244 c->x86_clflush_size && c->x86_cache_size && sz && in flush_area_local()
245 ((sz >> 10) < c->x86_cache_size) ) in flush_area_local()
/xen/xen/arch/x86/cpu/
A Dcommon.c251 c->x86_cache_size=(ecx>>24)+(edx>>24); in display_cacheinfo()
260 c->x86_cache_size = l2size; in display_cacheinfo()
441 c->x86_cache_size = -1; in identify_cpu()
A Dintel_cacheinfo.c264 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d)); in init_intel_cacheinfo()
/xen/xen/include/asm-x86/
A Dprocessor.h124 int x86_cache_size; /* in KB - valid for CPUS which support this call */ member
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c999 xcp->mc_cache_size = c->x86_cache_size; in do_mc_get_cpu_info()

Completed in 17 milliseconds