Searched refs:number_of_sets (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/arch/ia64/kernel/ |
D | topology.c | 196 unsigned number_of_sets = this_leaf->cci.pcci_cache_size; in show_number_of_sets() local 197 number_of_sets /= this_leaf->cci.pcci_assoc; in show_number_of_sets() 198 number_of_sets /= 1 << this_leaf->cci.pcci_line_size; in show_number_of_sets() 200 return sprintf(buf, "%u\n", number_of_sets); in show_number_of_sets() 242 define_one_ro(number_of_sets); 253 &number_of_sets.attr,
|
/linux-6.6.21/drivers/base/ |
D | cacheinfo.c | 163 of_property_read_u32(np, propname, &this_leaf->number_of_sets); in cache_nr_sets() 169 unsigned int nr_sets = this_leaf->number_of_sets; in cache_associativity() 626 show_one(number_of_sets, number_of_sets); 717 static DEVICE_ATTR_RO(number_of_sets); 767 this_leaf->number_of_sets) in cache_default_attrs_is_visible()
|
/linux-6.6.21/include/linux/ |
D | cacheinfo.h | 54 unsigned int number_of_sets; member
|
/linux-6.6.21/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 167 unsigned int number_of_sets:32; member 312 ecx->split.number_of_sets = (size_in_kb * 1024) / line_size / in amd_cpuid4() 636 this_leaf->size = (ecx.split.number_of_sets + 1) * in cpuid4_cache_lookup_regs() 995 this_leaf->number_of_sets = base->ecx.split.number_of_sets + 1; in ci_leaf_init()
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | cacheinfo.c | 75 this_leaf->number_of_sets = cd->sets; in populate_cache_leaves()
|
/linux-6.6.21/arch/mips/kernel/ |
D | cacheinfo.c | 13 leaf->number_of_sets = c->cache.sets; \
|
/linux-6.6.21/arch/s390/kernel/ |
D | cache.c | 119 this_leaf->number_of_sets = num_sets; in ci_leaf_init()
|
/linux-6.6.21/drivers/acpi/ |
D | pptt.c | 370 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
|
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/ |
D | scan.c | 2125 if (scan_rsp->number_of_sets > MWIFIEX_MAX_AP) { in mwifiex_ret_802_11_scan() 2128 scan_rsp->number_of_sets); in mwifiex_ret_802_11_scan() 2145 scan_rsp->number_of_sets); in mwifiex_ret_802_11_scan() 2157 + sizeof(scan_rsp->number_of_sets) in mwifiex_ret_802_11_scan() 2186 scan_rsp->number_of_sets), in mwifiex_ret_802_11_scan() 2190 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan() 2193 for (idx = 0; idx < scan_rsp->number_of_sets && bytes_left; idx++) { in mwifiex_ret_802_11_scan()
|
D | fw.h | 1584 u8 number_of_sets; member
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | cacheinfo.c | 636 __ATTR(number_of_sets, 0444, nr_sets_show, NULL);
|
/linux-6.6.21/include/acpi/ |
D | actbl2.h | 2552 u32 number_of_sets; member
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 367 number_of_sets:
|