Searched refs:number_of_sets (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/ia64/kernel/ |
| D | topology.c | 207 unsigned number_of_sets = this_leaf->cci.pcci_cache_size; in show_number_of_sets() local 208 number_of_sets /= this_leaf->cci.pcci_assoc; in show_number_of_sets() 209 number_of_sets /= 1 << this_leaf->cci.pcci_line_size; in show_number_of_sets() 211 return sprintf(buf, "%u\n", number_of_sets); in show_number_of_sets() 253 define_one_ro(number_of_sets); 264 &number_of_sets.attr,
|
| /Linux-v5.4/arch/nds32/kernel/ |
| D | cacheinfo.c | 16 this_leaf->number_of_sets = CACHE_SET(cache_type); in ci_leaf_init() 18 this_leaf->size = this_leaf->number_of_sets * in ci_leaf_init()
|
| /Linux-v5.4/drivers/base/ |
| D | cacheinfo.c | 116 of_property_read_u32(np, propname, &this_leaf->number_of_sets); in cache_nr_sets() 122 unsigned int nr_sets = this_leaf->number_of_sets; in cache_associativity() 371 show_one(number_of_sets, number_of_sets); 455 static DEVICE_ATTR_RO(number_of_sets); 505 this_leaf->number_of_sets) in cache_default_attrs_is_visible()
|
| /Linux-v5.4/include/linux/ |
| D | cacheinfo.h | 54 unsigned int number_of_sets; member
|
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | cacheinfo.c | 152 unsigned int number_of_sets:32; member 297 ecx->split.number_of_sets = (size_in_kb * 1024) / line_size / in amd_cpuid4() 621 this_leaf->size = (ecx.split.number_of_sets + 1) * in cpuid4_cache_lookup_regs() 982 this_leaf->number_of_sets = base->ecx.split.number_of_sets + 1; in ci_leaf_init()
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | cacheinfo.c | 13 leaf->number_of_sets = c->cache.sets; \
|
| /Linux-v5.4/drivers/acpi/ |
| D | pptt.c | 366 this_leaf->number_of_sets = found_cache->number_of_sets; in update_cache_properties()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | cache.c | 122 this_leaf->number_of_sets = num_sets; in ci_leaf_init()
|
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
| D | scan.c | 2145 if (scan_rsp->number_of_sets > MWIFIEX_MAX_AP) { in mwifiex_ret_802_11_scan() 2148 scan_rsp->number_of_sets); in mwifiex_ret_802_11_scan() 2165 scan_rsp->number_of_sets); in mwifiex_ret_802_11_scan() 2177 + sizeof(scan_rsp->number_of_sets) in mwifiex_ret_802_11_scan() 2207 scan_rsp->number_of_sets, GFP_ATOMIC); in mwifiex_ret_802_11_scan() 2210 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan() 2213 for (idx = 0; idx < scan_rsp->number_of_sets && bytes_left; idx++) { in mwifiex_ret_802_11_scan()
|
| D | fw.h | 1586 u8 number_of_sets; member
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | cacheinfo.c | 583 __ATTR(number_of_sets, 0444, nr_sets_show, NULL);
|
| /Linux-v5.4/include/acpi/ |
| D | actbl2.h | 1491 u32 number_of_sets; member
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-devices-system-cpu | 353 number_of_sets: total number of sets in the cache, a set is a
|