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

/linux-master/arch/x86/kernel/cpu/
H A Dcpu.h25 unsigned int (*legacy_cache_size)(struct cpuinfo_x86 *, member in struct:cpu_dev
H A Dzhaoxin.c110 .legacy_cache_size = zhaoxin_size_cache,
H A Dcentaur.c242 .legacy_cache_size = centaur_size_cache,
H A Dcommon.c833 if (this_cpu->legacy_cache_size)
834 l2size = this_cpu->legacy_cache_size(c, l2size);
H A Dintel.c945 .legacy_cache_size = intel_size_cache,
H A Damd.c1132 .legacy_cache_size = amd_size_cache,

Completed in 159 milliseconds