Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcpu.h20 unsigned int (*legacy_cache_size)(struct cpuinfo_x86 *, member
H A Dzhaoxin.c128 .legacy_cache_size = zhaoxin_size_cache,
H A Dcentaur.c246 .legacy_cache_size = centaur_size_cache,
H A Dcommon.c716 if (this_cpu->legacy_cache_size) in cpu_detect_cache_sizes()
717 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
H A Dintel.c974 .legacy_cache_size = intel_size_cache,
H A Damd.c1136 .legacy_cache_size = amd_size_cache,