Searched refs:associativity (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/powerpc/mm/ |
D | numa.c | 218 const __be32 *associativity) in initialize_distance_lookup_table() argument 228 entry = &associativity[be32_to_cpu(distance_ref_points[i])]; in initialize_distance_lookup_table() 236 static int associativity_to_nid(const __be32 *associativity) in associativity_to_nid() argument 243 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid() 244 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid() 251 of_read_number(associativity, 1) >= distance_ref_points_depth) in associativity_to_nid() 252 initialize_distance_lookup_table(nid, associativity); in associativity_to_nid() 1264 static long hcall_vphn(unsigned long cpu, __be32 *associativity) in hcall_vphn() argument 1272 vphn_unpack_associativity(retbuf, associativity); in hcall_vphn() 1278 __be32 *associativity) in vphn_get_associativity() argument [all …]
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | cacheinfo.c | 590 unsigned int associativity; in associativity_show() local 595 if (cache_associativity(cache, &associativity)) in associativity_show() 598 return sprintf(buf, "%u\n", associativity); in associativity_show()
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.h | 162 uint8_t associativity; member
|
D | kfd_topology.c | 243 props->cache_assoc = cache->associativity; in kfd_parse_subtype_cache()
|
/linux-4.1.27/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB.
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 158 associativity : 8, /* 16-8 Associativity*/ member 199 #define pcci_assoc pcci_info_1.pcci1_bits.associativity 1575 associativity : 8, member 1588 #define tc_associativity pal_tc_info_s.associativity
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | l2cc.txt | 52 - cache-sets : specifies the number of associativity sets of the cache
|
/linux-4.1.27/arch/arm/mm/ |
D | cache-l2x0.c | 932 u32 *associativity, in l2x0_cache_size_of_parse() argument 979 *associativity = cache_size / way_size; in l2x0_cache_size_of_parse() 991 pr_info("L2C OF: override associativity: %d\n", *associativity); in l2x0_cache_size_of_parse()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | arm-realview-pb1176.dts | 200 * associativity as these may be erroneously set
|