/linux-6.6.21/arch/powerpc/mm/ |
D | numa.c | 170 static int __associativity_to_nid(const __be32 *associativity, in __associativity_to_nid() argument 182 nid = of_read_number(&associativity[index], 1); in __associativity_to_nid() 193 static int associativity_to_nid(const __be32 *associativity) in associativity_to_nid() argument 195 int array_sz = of_read_number(associativity, 1); in associativity_to_nid() 198 return __associativity_to_nid((associativity + 1), array_sz); in associativity_to_nid() 304 static void __initialize_form1_numa_distance(const __be32 *associativity, in __initialize_form1_numa_distance() argument 312 nid = __associativity_to_nid(associativity, max_array_sz); in __initialize_form1_numa_distance() 324 entry = &associativity[index]; in __initialize_form1_numa_distance() 330 static void initialize_form1_numa_distance(const __be32 *associativity) in initialize_form1_numa_distance() argument 334 array_sz = of_read_number(associativity, 1); in initialize_form1_numa_distance() [all …]
|
/linux-6.6.21/Documentation/powerpc/ |
D | associativity.rst | 2 NUMA resource associativity 15 associativity grouping. Form 0 is the oldest format and is now considered deprecated. 17 Hypervisor indicates the type/form of associativity used via "ibm,architecture-vec-5 property". 19 A value of 1 indicates the usage of Form 1 associativity. For Form 2 associativity 24 Form 0 associativity supports only two NUMA distances (LOCAL and REMOTE). 28 With Form 1 a combination of ibm,associativity-reference-points, and ibm,associativity 31 The “ibm,associativity” property contains a list of one or more numbers (domainID) 34 The “ibm,associativity-reference-points” property contains a list of one or more numbers 35 (domainID index) that represents the 1 based ordinal in the associativity lists. 49 Form 2 associativity format adds separate device tree properties representing NUMA node distance [all …]
|
D | index.rst | 10 associativity
|
/linux-6.6.21/tools/testing/selftests/powerpc/vphn/ |
D | vphn.c | 79 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity) in hcall_vphn() argument 86 vphn_unpack_associativity(retbuf, associativity); in hcall_vphn()
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | vphn.c | 79 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity) in hcall_vphn() argument 86 vphn_unpack_associativity(retbuf, associativity); in hcall_vphn()
|
/linux-6.6.21/tools/testing/selftests/powerpc/vphn/asm/ |
D | vphn.h | 22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | vphn.h | 22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | cacheinfo.c | 640 unsigned int associativity; in associativity_show() local 645 if (cache_associativity(cache, &associativity)) in associativity_show() 648 return sprintf(buf, "%u\n", associativity); in associativity_show()
|
D | prom_init.c | 921 u8 associativity; member 1095 .associativity = OV5_FEAT(OV5_FORM1_AFFINITY) | OV5_FEAT(OV5_PRRN) |
|
/linux-6.6.21/Documentation/devicetree/bindings/pmem/ |
D | pmem-region.txt | 33 - Any relevant NUMA associativity properties for the target platform.
|
/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.h | 171 uint8_t associativity; member
|
D | kfd_crat.c | 1109 props->cache_assoc = cache->associativity; in kfd_parse_subtype_cache()
|
/linux-6.6.21/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB.
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | pal.h | 160 associativity : 8, /* 16-8 Associativity*/ member 201 #define pcci_assoc pcci_info_1.pcci1_bits.associativity 1577 associativity : 8, member 1590 #define tc_associativity pal_tc_info_s.associativity
|
/linux-6.6.21/arch/arm/boot/dts/arm/ |
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 | 351 * associativity as these may be erroneously set
|
D | arm-realview-pb11mp.dts | 106 * associativity as these may be erroneously set
|
/linux-6.6.21/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-6.6.21/drivers/acpi/ |
D | pptt.c | 372 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
|
/linux-6.6.21/Documentation/ABI/stable/ |
D | sysfs-devices-node | 157 The caches associativity indexing: 0 for direct mapped,
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | numaperf.rst | 162 for any other indexed based, multi-way associativity.
|
/linux-6.6.21/tools/arch/x86/kcpuid/ |
D | cpuid.csv | 102 4, 0, EBX, 31:22, cache_ways, Ways of associativity
|
/linux-6.6.21/include/acpi/ |
D | actbl2.h | 2553 u8 associativity; member
|