Lines Matching refs:associativity
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
1282 rc = hcall_vphn(cpu, associativity); in vphn_get_associativity()
1365 __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; in arch_update_cpu_topology() local
1401 vphn_get_associativity(cpu, associativity); in arch_update_cpu_topology()
1402 new_nid = associativity_to_nid(associativity); in arch_update_cpu_topology()