Home
last modified time | relevance | path

Searched refs:line_size_props (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/base/
A Dcacheinfo.c44 const char *line_size_props[2]; member
51 .line_size_props = { "cache-line-size",
56 .line_size_props = { "i-cache-line-size",
61 .line_size_props = { "d-cache-line-size",
92 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props); in cache_get_line_size()
99 propname = cache_type_info[ct_idx].line_size_props[i]; in cache_get_line_size()
/linux/arch/powerpc/kernel/
A Dcacheinfo.c60 const char *line_size_props[2]; member
76 .line_size_props = { "cache-line-size",
86 .line_size_props = { "d-cache-line-size",
93 .line_size_props = { "i-cache-line-size",
100 .line_size_props = { "d-cache-line-size",
241 lim = ARRAY_SIZE(cache_type_info[cache->type].line_size_props); in cache_get_line_size()
246 propname = cache_type_info[cache->type].line_size_props[i]; in cache_get_line_size()

Completed in 8 milliseconds