| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A 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() 228 static int associativity_to_nid(const __be32 *associativity) in associativity_to_nid() argument 235 if (of_read_number(associativity, 1) >= min_common_depth) in associativity_to_nid() 236 nid = of_read_number(&associativity[min_common_depth], 1); in associativity_to_nid() 243 of_read_number(associativity, 1) >= distance_ref_points_depth) { in associativity_to_nid() 247 initialize_distance_lookup_table(nid, associativity + 1); in associativity_to_nid() 468 __be32 associativity[VPHN_ASSOC_BUFSIZE] = {0}; in vphn_get_nid() local 486 rc = hcall_vphn(hwid, VPHN_FLAG_VCPU, associativity); in vphn_get_nid() 488 return associativity_to_nid(associativity); in vphn_get_nid() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | cache-pl310.c | 24 u32 assoc_16, associativity, way_mask; in pl310_background_op_all_ways() local 29 associativity = 16; in pl310_background_op_all_ways() 31 associativity = 8; in pl310_background_op_all_ways() 33 way_mask = (1 << associativity) - 1; in pl310_background_op_all_ways()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/vphn/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | dtl.h | 50 extern long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
|
| H A D | lppaca.h | 148 extern long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_gpuprops_types.h | 60 u8 associativity; member
|
| H A D | mali_kbase_gpuprops.c | 304 gpu_props->l2_props.associativity = KBASE_UBFX32(raw->l2_features, 8U, 8); in kbase_gpuprops_set()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/vphn/asm/ |
| H A D | lppaca.h | 148 extern long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_gpuprops_types.h | 88 u8 associativity; member
|
| H A D | mali_kbase_gpuprops.c | 431 gpu_props->l2_props.associativity = KBASE_UBFX32(raw->l2_features, 8U, 8); in kbase_gpuprops_set()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.N1213 | 35 - Set associativity: 2-way, 4-way or direct-mapped.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | cacheinfo.c | 604 unsigned int associativity; in associativity_show() local 609 if (cache_associativity(cache, &associativity)) in associativity_show() 612 return sprintf(buf, "%u\n", associativity); in associativity_show()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/nios2/ |
| H A D | nios2.txt | 23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.h | 167 uint8_t associativity; member
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | arm-realview-pbx-a9.dts | 70 * associativity as these may be erroneously set
|
| H A D | arm-realview-eb-mp.dtsi | 73 * associativity as these may be erroneously set
|
| H A D | arm-realview-pb1176.dts | 335 * associativity as these may be erroneously set
|
| H A D | arm-realview-pb11mp.dts | 106 * associativity as these may be erroneously set
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | pptt.c | 369 this_leaf->ways_of_associativity = found_cache->associativity; in update_cache_properties()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-devices-node | 157 The caches associativity indexing: 0 for direct mapped,
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 163 for any other indexed based, multi-way associativity.
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | actbl2.h | 1507 u8 associativity; member
|