Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
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()