Searched defs:cache_size (Results 1 - 4 of 4) sorted by relevance

/arch/sh/kernel/cpu/
H A Dproc.c65 unsigned int cache_size; local
67 cache_size = info.ways * info.sets * info.linesz;
70 type, cache_size >> 10, info.ways);
/arch/cris/arch-v32/kernel/
H A Dsetup.c30 unsigned short cache_size; member in struct:cpu_info
99 info->cache_size,
/arch/powerpc/kernel/
H A Dcacheinfo.c195 static int cache_size(const struct cache *cache, unsigned int *ret) function
198 const u32 *cache_size; local
202 cache_size = of_get_property(cache->ofnode, propname, NULL);
203 if (!cache_size)
206 *ret = *cache_size;
214 if (cache_size(cache, &size))
279 if (cache_size(cache, &size))
/arch/ia64/include/asm/
H A Dpal.h171 u32 cache_size; /*cache size in bytes*/ member in struct:pal_cache_config_info_2_s::__anon1591
205 #define pcci_cache_size pcci_info_2.pcci2_bits.cache_size

Completed in 430 milliseconds