Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/
Dcpu.h21 unsigned int (*legacy_cache_size)(struct cpuinfo_x86 *, member
Dcentaur.c283 .legacy_cache_size = centaur_size_cache,
Dcommon.c628 if (this_cpu->legacy_cache_size) in cpu_detect_cache_sizes()
629 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
Damd.c1003 .legacy_cache_size = amd_size_cache,
Dintel.c1021 .legacy_cache_size = intel_size_cache,