Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
A Dcpu.h25 unsigned int (*legacy_cache_size)(struct cpuinfo_x86 *, member
A Dzhaoxin.c110 .legacy_cache_size = zhaoxin_size_cache,
A Dcentaur.c242 .legacy_cache_size = centaur_size_cache,
A Damd.c1155 .legacy_cache_size = amd_size_cache,
A Dintel.c901 .legacy_cache_size = intel_size_cache,
A Dcommon.c835 if (this_cpu->legacy_cache_size) in cpu_detect_cache_sizes()
836 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()

Completed in 14 milliseconds