Searched refs:associativity (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dvphn.h9 * 6 64-bit registers unpacked into up to 24 be32 associativity values. To
16 * 1 for retrieving associativity information for a guest cpu
17 * 2 for retrieving associativity information for a host/hypervisor cpu
22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
/linux-master/tools/testing/selftests/powerpc/vphn/asm/
H A Dvphn.h9 * 6 64-bit registers unpacked into up to 24 be32 associativity values. To
16 * 1 for retrieving associativity information for a guest cpu
17 * 2 for retrieving associativity information for a host/hypervisor cpu
22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
/linux-master/arch/powerpc/mm/
H A Dnuma.c170 static int __associativity_to_nid(const __be32 *associativity, argument
182 nid = of_read_number(&associativity[index], 1);
193 static int associativity_to_nid(const __be32 *associativity) argument
195 int array_sz = of_read_number(associativity, 1);
197 /* Skip the first element in the associativity array */
198 return __associativity_to_nid((associativity + 1), array_sz);
246 return of_get_property(dev, "ibm,associativity", NULL);
285 /* Walk the device tree upwards, looking for an associativity id */
304 static void __initialize_form1_numa_distance(const __be32 *associativity, argument
312 nid = __associativity_to_nid(associativity, max_array_s
330 initialize_form1_numa_distance(const __be32 *associativity) argument
349 const __be32 *associativity; local
602 const __be32 *associativity; local
638 const __be32 *associativity; local
649 __vphn_get_associativity(long lcpu, __be32 *associativity) argument
678 __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; local
689 __vphn_get_associativity(long lcpu, __be32 *associativity) argument
902 const __be32 *associativity; local
1389 vphn_get_associativity(unsigned long cpu, __be32 *associativity) argument
1424 __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; local
1446 __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; local
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dvphn.c6 * The associativity domain numbers are returned from the hypervisor as a
23 * Convert to the sequence they would appear in the ibm,associativity property.
79 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity) argument
86 vphn_unpack_associativity(retbuf, associativity);
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c6 * The associativity domain numbers are returned from the hypervisor as a
23 * Convert to the sequence they would appear in the ibm,associativity property.
79 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity) argument
86 vphn_unpack_associativity(retbuf, associativity);
/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c640 unsigned int associativity; local
645 if (cache_associativity(cache, &associativity))
648 return sprintf(buf, "%u\n", associativity);
H A Dprom_init.c921 u8 associativity; member in struct:option_vector5
1103 .associativity = OV5_FEAT(OV5_FORM1_AFFINITY) | OV5_FEAT(OV5_PRRN) |
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h171 uint8_t associativity; member in struct:crat_subtype_cache
H A Dkfd_crat.c1198 props->cache_assoc = cache->associativity;
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c939 * @associativity: variable to return the calculated associativity in
944 u32 *associativity,
988 * associativity = ways = cache size / way size
991 *associativity = cache_size / way_size;
1003 pr_info("L2C OF: override associativity: %d\n", *associativity);
1074 pr_err("l2x0 of: cache setting yield too high associativity\n");
1175 pr_err("L2C-310 OF cache associativity %d invalid, only 8 or 16 permitted\n",
942 l2x0_cache_size_of_parse(const struct device_node *np, u32 *aux_val, u32 *aux_mask, u32 *associativity, u32 max_way_size) argument
/linux-master/drivers/acpi/
H A Dpptt.c372 this_leaf->ways_of_associativity = found_cache->associativity;
/linux-master/include/acpi/
H A Dactbl2.h2561 u8 associativity; member in struct:acpi_pptt_cache

Completed in 307 milliseconds