Searched refs:c_size_cache (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dcpu.h23 unsigned int (*c_size_cache)(struct cpuinfo_x86 *, unsigned int); member in struct:cpu_dev
H A Dcentaur.c496 .c_size_cache = centaur_size_cache,
H A Dintel.c511 .c_size_cache = intel_size_cache,
H A Damd.c591 .c_size_cache = amd_size_cache,
H A Dcommon.c419 if (this_cpu->c_size_cache)
420 l2size = this_cpu->c_size_cache(c, l2size);

Completed in 51 milliseconds