Searched refs:num_leaves (Results 1 – 11 of 11) sorted by relevance
63 detect_cache_level(&this_cpu_ci->num_levels, &this_cpu_ci->num_leaves); in early_cache_level()95 this_cpu_ci->num_leaves = leaves; in init_cache_level()107 idx < this_cpu_ci->num_leaves; level++) { in populate_cache_leaves()110 if (idx + 1 >= this_cpu_ci->num_leaves) in populate_cache_leaves()
356 ci->num_leaves = find_num_cache_leaves(c); in init_amd_cacheinfo()358 ci->num_leaves = (cpuid_edx(0x80000006) & 0xf000) ? 4 : 3; in init_amd_cacheinfo()365 ci->num_leaves = find_num_cache_leaves(c); in init_hygon_cacheinfo()436 if (!ci->num_leaves) in intel_cacheinfo_0x4()437 ci->num_leaves = find_num_cache_leaves(c); in intel_cacheinfo_0x4()439 if (!ci->num_leaves) in intel_cacheinfo_0x4()442 for (int i = 0; i < ci->num_leaves; i++) { in intel_cacheinfo_0x4()604 if (!ci->num_leaves) in init_cache_level()620 for (idx = 0; idx < this_cpu_ci->num_leaves; idx++) { in populate_cache_leaves()
74 for (idx = 0; idx < this_cpu_ci->num_leaves; idx++) { in show_cacheinfo()143 this_cpu_ci->num_leaves = leaves; in init_cache_level()157 idx < this_cpu_ci->num_leaves; idx++, level++) { in populate_cache_leaves()
480 pt_vaddr_t num_leaves; member539 unsigned int num_leaves; in __map_range_leaf() local556 if (pts.index + map->num_leaves < pts.end_index) { in __map_range_leaf()558 pts.end_index = pts.index + map->num_leaves; in __map_range_leaf()559 num_leaves = 0; in __map_range_leaf()561 num_leaves = map->num_leaves - (pts.end_index - pts.index); in __map_range_leaf()589 map->num_leaves = num_leaves; in __map_range_leaf()590 if (ret || num_leaves) in __map_range_leaf()612 map->num_leaves = pt_pgsz_count(iommu_table->domain.pgsize_bitmap, in __map_range_leaf()929 map.num_leaves = 1; in NS()[all …]
79 unsigned int num_leaves; member128 for (i = 0; i < ci->num_leaves; i++) { in get_cpu_cacheinfo_level()
42 for (index = 0; index < this_cpu_ci->num_leaves; index++) { in get_cacheinfo()94 (split_levels + fw_levels > this_cpu_ci->num_leaves)); in populate_cache_leaves()
54 this_cpu_ci->num_leaves = leaves; in init_cache_level()
78 this_cpu_ci->num_leaves = leaves; in init_cache_level()
27 #define cache_leaves(cpu) (ci_cacheinfo(cpu)->num_leaves)359 this_cpu_ci->num_leaves = leaves; in init_of_cache_level()541 this_cpu_ci->num_leaves = levels + split_levels; in fetch_cache_info()
558 unsigned int num_leaves) in btrfs_delayed_item_release_leaves() argument561 const u64 bytes = btrfs_calc_insert_metadata_size(fs_info, num_leaves); in btrfs_delayed_item_release_leaves()
961 for (i = 0; i < cacheinfo->num_leaves; i++) { in hybrid_has_l3()