/Linux-v5.4/arch/powerpc/platforms/pseries/ |
D | vphn.c | 79 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity) in hcall_vphn() argument 85 vphn_unpack_associativity(retbuf, associativity); in hcall_vphn()
|
/Linux-v5.4/tools/testing/selftests/powerpc/vphn/ |
D | vphn.c | 79 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity) in hcall_vphn() argument 85 vphn_unpack_associativity(retbuf, associativity); in hcall_vphn()
|
/Linux-v5.4/arch/powerpc/mm/ |
D | numa.c | 209 const __be32 *associativity) in initialize_distance_lookup_table() argument 219 entry = &associativity[be32_to_cpu(distance_ref_points[i]) - 1]; in initialize_distance_lookup_table() 227 static int associativity_to_nid(const __be32 *associativity) in associativity_to_nid() argument 234 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid() 235 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid() 242 of_read_number(associativity, 1) >= distance_ref_points_depth) { in associativity_to_nid() 246 initialize_distance_lookup_table(nid, associativity + 1); in associativity_to_nid() 1186 __be32 *associativity) in vphn_get_associativity() argument 1191 VPHN_FLAG_VCPU, associativity); in vphn_get_associativity() 1216 __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; in find_and_online_cpu_nid() local [all …]
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | lppaca.h | 192 extern long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
|
/Linux-v5.4/tools/testing/selftests/powerpc/vphn/asm/ |
D | lppaca.h | 192 extern long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | cacheinfo.c | 587 unsigned int associativity; in associativity_show() local 592 if (cache_associativity(cache, &associativity)) in associativity_show() 595 return sprintf(buf, "%u\n", associativity); in associativity_show()
|
D | prom_init.c | 886 u8 associativity; member 1045 .associativity = OV5_FEAT(OV5_TYPE1_AFFINITY) | OV5_FEAT(OV5_PRRN),
|
/Linux-v5.4/Documentation/devicetree/bindings/riscv/ |
D | sifive-l2-cache.txt | 17 - cache-sets: Specifies the number of associativity sets of the cache.
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/socionext/ |
D | cache-uniphier.txt | 14 - cache-sets: specifies the number of associativity sets of the cache
|
/Linux-v5.4/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB.
|
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.h | 167 uint8_t associativity; member
|
D | kfd_crat.c | 322 props->cache_assoc = cache->associativity; in kfd_parse_subtype_cache()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pal.h | 159 associativity : 8, /* 16-8 Associativity*/ member 200 #define pcci_assoc pcci_info_1.pcci1_bits.associativity 1576 associativity : 8, member 1589 #define tc_associativity pal_tc_info_s.associativity
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | arm-realview-pbx-a9.dts | 70 * associativity as these may be erroneously set
|
D | arm-realview-eb-mp.dtsi | 73 * associativity as these may be erroneously set
|
D | arm-realview-pb1176.dts | 335 * associativity as these may be erroneously set
|
D | arm-realview-pb11mp.dts | 106 * associativity as these may be erroneously set
|
/Linux-v5.4/arch/arm/mm/ |
D | cache-l2x0.c | 944 u32 *associativity, in l2x0_cache_size_of_parse() argument 991 *associativity = cache_size / way_size; in l2x0_cache_size_of_parse() 1003 pr_info("L2C OF: override associativity: %d\n", *associativity); in l2x0_cache_size_of_parse()
|
/Linux-v5.4/drivers/acpi/ |
D | pptt.c | 368 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
|
/Linux-v5.4/Documentation/ABI/stable/ |
D | sysfs-devices-node | 157 The caches associativity indexing: 0 for direct mapped,
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | numaperf.rst | 155 for any other indexed based, multi-way associativity.
|
/Linux-v5.4/include/acpi/ |
D | actbl2.h | 1492 u8 associativity; member
|