Searched refs:size_prop (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 51 const char *size_prop; member 75 .size_prop = "cache-size", 85 .size_prop = "d-cache-size", 92 .size_prop = "i-cache-size", 99 .size_prop = "d-cache-size", 211 propname = cache_type_info[cache->type].size_prop; in cache_size() 351 cache_type_info[CACHE_TYPE_UNIFIED_D].size_prop, NULL) ? in cache_is_unified_d()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 50 const char *size_prop; member 74 .size_prop = "cache-size", 84 .size_prop = "d-cache-size", 91 .size_prop = "i-cache-size", 98 .size_prop = "d-cache-size", 213 propname = cache_type_info[cache->type].size_prop; in cache_size() 357 cache_type_info[CACHE_TYPE_UNIFIED_D].size_prop, NULL) ? in cache_is_unified_d()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | cacheinfo.c | 43 const char *size_prop; member 50 .size_prop = "cache-size", 55 .size_prop = "i-cache-size", 60 .size_prop = "d-cache-size", 80 propname = cache_type_info[ct_idx].size_prop; in cache_size()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | cacheinfo.c | 90 const char *size_prop; member 97 .size_prop = "cache-size", 102 .size_prop = "i-cache-size", 107 .size_prop = "d-cache-size", 127 propname = cache_type_info[ct_idx].size_prop; in cache_size()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | fdt.c | 50 const __be32 *size_prop; in of_fdt_limit_memory() local 63 size_prop = fdt_getprop(initial_boot_params, root_offset, in of_fdt_limit_memory() 65 if (size_prop) in of_fdt_limit_memory() 66 nr_size_cells = fdt32_to_cpu(*size_prop); in of_fdt_limit_memory()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | fdt.c | 51 const __be32 *size_prop; in of_fdt_limit_memory() local 64 size_prop = fdt_getprop(initial_boot_params, root_offset, in of_fdt_limit_memory() 66 if (size_prop) in of_fdt_limit_memory() 67 nr_size_cells = fdt32_to_cpu(*size_prop); in of_fdt_limit_memory()
|
Completed in 9 milliseconds