Searched refs:cache_level (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | cache-uniphier.c | 316 unsigned int *cache_level) in __uniphier_cache_init() argument 325 *cache_level); in __uniphier_cache_init() 330 pr_err("L%d: cache-level is not specified\n", *cache_level); in __uniphier_cache_init() 334 if (level != *cache_level) { in __uniphier_cache_init() 336 *cache_level, level); in __uniphier_cache_init() 341 pr_err("L%d: cache-unified is not specified\n", *cache_level); in __uniphier_cache_init() 352 *cache_level); in __uniphier_cache_init() 360 *cache_level); in __uniphier_cache_init() 368 *cache_level); in __uniphier_cache_init() 378 pr_err("L%d: failed to map control register\n", *cache_level); in __uniphier_cache_init() [all …]
|
| H A D | cache-l2x0.c | 1768 u32 cache_level = 2; in l2x0_of_init() local 1802 if (of_property_read_u32(np, "cache-level", &cache_level)) in l2x0_of_init() 1805 if (cache_level != 2) in l2x0_of_init()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | huge_gem_object.c | 107 unsigned int cache_level; in huge_gem_object() local 126 cache_level = HAS_LLC(i915) ? I915_CACHE_LLC : I915_CACHE_NONE; in huge_gem_object() 127 i915_gem_object_set_cache_coherency(obj, cache_level); in huge_gem_object()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_domain.h | 13 enum i915_cache_level cache_level);
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.h | 166 uint8_t cache_level; member 303 uint32_t cache_level; member
|
| H A D | kfd_topology.c | 339 sysfs_show_32bit_prop(buffer, offs, "level", cache->cache_level); in kfd_cache_show() 1646 pcache->cache_level = pcache_info[cache_type].cache_level; in fill_in_l1_pcache() 1731 pcache->cache_level = pcache_info[cache_type].cache_level; in fill_in_l2_l3_pcache() 1743 if (mode && pcache->cache_level == 3) in fill_in_l2_l3_pcache() 1828 if (pcache_info[ct].cache_level == 1) { in kfd_fill_cache_non_crat_info()
|
| /linux/drivers/iommu/ |
| H A D | fsl_pamu.c | 260 u32 cache_level; in get_stash_id() local 293 …for (cache_level = PAMU_ATTR_CACHE_L1; (cache_level < PAMU_ATTR_CACHE_L3) && found; cache_level++)… in get_stash_id() 294 if (stash_dest_hint == cache_level) { in get_stash_id()
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 1322 u32 cache_level = stat_config.aggr_level; in cpu__get_cache_details() local 1326 cache->cache_lvl = (cache_level > MAX_CACHE_LVL) ? 0 : cache_level; in cpu__get_cache_details() 1349 if (cache_level > MAX_CACHE_LVL) { in cpu__get_cache_details() 1366 if (caches[i].level == cache_level) { in cpu__get_cache_details() 1367 cache->cache_lvl = cache_level; in cpu__get_cache_details() 1672 u32 cache_level, struct aggr_cpu_id *id) in perf_env__get_cache_id_for_cpu() argument 1678 id->cache_lvl = (cache_level > MAX_CACHE_LVL) ? 0 : cache_level; in perf_env__get_cache_id_for_cpu() 1693 if (cache_level <= MAX_CACHE_LVL && caches[i].level != cache_level) in perf_env__get_cache_id_for_cpu() 1715 u32 cache_level = (perf_stat.aggr_level) ?: stat_config.aggr_level; in perf_env__get_cache_aggr_by_cpu() local 1719 perf_env__get_cache_id_for_cpu(cpu, env, cache_level, &id); in perf_env__get_cache_aggr_by_cpu()
|
| /linux/drivers/resctrl/ |
| H A D | mpam_internal.h | 391 int mpam_get_cpumask_from_cache_id(unsigned long cache_id, u32 cache_level,
|
| H A D | mpam_devices.c | 448 int mpam_get_cpumask_from_cache_id(unsigned long cache_id, u32 cache_level, in mpam_get_cpumask_from_cache_id() argument
|
| /linux/drivers/of/ |
| H A D | base.c | 2084 u32 cache_level = 0; in of_find_last_cache_level() local 2093 of_property_read_u32(prev, "cache-level", &cache_level); in of_find_last_cache_level() 2096 return cache_level; in of_find_last_cache_level()
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 123 0x4, 31:0, eax, 7:5, cache_level , Cache level (1-based) 934 0x8000001d, 31:0, eax, 7:5, cache_level , Cache level (1-based)
|