Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dcpudata_64.h26 unsigned int ecache_size; member
/openbmc/linux/arch/sparc/kernel/
H A Dprom_64.c548 cpu_data(cpuid).ecache_size = in fill_in_one_cpu()
552 if (!cpu_data(cpuid).ecache_size || in fill_in_one_cpu()
554 cpu_data(cpuid).ecache_size = in fill_in_one_cpu()
576 cpu_data(cpuid).ecache_size = in fill_in_one_cpu()
H A Dsysfs.c193 SHOW_CPUDATA_UINT_NAME(l2_cache_size, ecache_size);
H A Dmdesc.c840 c->ecache_size = *size; in fill_in_one_cache()
H A Dtraps_64.c867 val = cpu_data(i).ecache_size; in cheetah_ecache_flush_init()