1 /* Initialize x86 cache info.
2 Copyright (C) 2020-2023 Free Software Foundation, Inc.
3 This file is part of the GNU C Library.
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public
16 License along with the GNU C Library; if not, see
17 <https://www.gnu.org/licenses/>. */
19 static const struct intel_02_cache_info
23 unsigned char linesize
;
24 unsigned char rel_name
;
28 #define M(sc) ((sc) - _SC_LEVEL1_ICACHE_SIZE)
29 { 0x06, 4, 32, M(_SC_LEVEL1_ICACHE_SIZE
), 8192 },
30 { 0x08, 4, 32, M(_SC_LEVEL1_ICACHE_SIZE
), 16384 },
31 { 0x09, 4, 32, M(_SC_LEVEL1_ICACHE_SIZE
), 32768 },
32 { 0x0a, 2, 32, M(_SC_LEVEL1_DCACHE_SIZE
), 8192 },
33 { 0x0c, 4, 32, M(_SC_LEVEL1_DCACHE_SIZE
), 16384 },
34 { 0x0d, 4, 64, M(_SC_LEVEL1_DCACHE_SIZE
), 16384 },
35 { 0x0e, 6, 64, M(_SC_LEVEL1_DCACHE_SIZE
), 24576 },
36 { 0x21, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 262144 },
37 { 0x22, 4, 64, M(_SC_LEVEL3_CACHE_SIZE
), 524288 },
38 { 0x23, 8, 64, M(_SC_LEVEL3_CACHE_SIZE
), 1048576 },
39 { 0x25, 8, 64, M(_SC_LEVEL3_CACHE_SIZE
), 2097152 },
40 { 0x29, 8, 64, M(_SC_LEVEL3_CACHE_SIZE
), 4194304 },
41 { 0x2c, 8, 64, M(_SC_LEVEL1_DCACHE_SIZE
), 32768 },
42 { 0x30, 8, 64, M(_SC_LEVEL1_ICACHE_SIZE
), 32768 },
43 { 0x39, 4, 64, M(_SC_LEVEL2_CACHE_SIZE
), 131072 },
44 { 0x3a, 6, 64, M(_SC_LEVEL2_CACHE_SIZE
), 196608 },
45 { 0x3b, 2, 64, M(_SC_LEVEL2_CACHE_SIZE
), 131072 },
46 { 0x3c, 4, 64, M(_SC_LEVEL2_CACHE_SIZE
), 262144 },
47 { 0x3d, 6, 64, M(_SC_LEVEL2_CACHE_SIZE
), 393216 },
48 { 0x3e, 4, 64, M(_SC_LEVEL2_CACHE_SIZE
), 524288 },
49 { 0x3f, 2, 64, M(_SC_LEVEL2_CACHE_SIZE
), 262144 },
50 { 0x41, 4, 32, M(_SC_LEVEL2_CACHE_SIZE
), 131072 },
51 { 0x42, 4, 32, M(_SC_LEVEL2_CACHE_SIZE
), 262144 },
52 { 0x43, 4, 32, M(_SC_LEVEL2_CACHE_SIZE
), 524288 },
53 { 0x44, 4, 32, M(_SC_LEVEL2_CACHE_SIZE
), 1048576 },
54 { 0x45, 4, 32, M(_SC_LEVEL2_CACHE_SIZE
), 2097152 },
55 { 0x46, 4, 64, M(_SC_LEVEL3_CACHE_SIZE
), 4194304 },
56 { 0x47, 8, 64, M(_SC_LEVEL3_CACHE_SIZE
), 8388608 },
57 { 0x48, 12, 64, M(_SC_LEVEL2_CACHE_SIZE
), 3145728 },
58 { 0x49, 16, 64, M(_SC_LEVEL2_CACHE_SIZE
), 4194304 },
59 { 0x4a, 12, 64, M(_SC_LEVEL3_CACHE_SIZE
), 6291456 },
60 { 0x4b, 16, 64, M(_SC_LEVEL3_CACHE_SIZE
), 8388608 },
61 { 0x4c, 12, 64, M(_SC_LEVEL3_CACHE_SIZE
), 12582912 },
62 { 0x4d, 16, 64, M(_SC_LEVEL3_CACHE_SIZE
), 16777216 },
63 { 0x4e, 24, 64, M(_SC_LEVEL2_CACHE_SIZE
), 6291456 },
64 { 0x60, 8, 64, M(_SC_LEVEL1_DCACHE_SIZE
), 16384 },
65 { 0x66, 4, 64, M(_SC_LEVEL1_DCACHE_SIZE
), 8192 },
66 { 0x67, 4, 64, M(_SC_LEVEL1_DCACHE_SIZE
), 16384 },
67 { 0x68, 4, 64, M(_SC_LEVEL1_DCACHE_SIZE
), 32768 },
68 { 0x78, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 1048576 },
69 { 0x79, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 131072 },
70 { 0x7a, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 262144 },
71 { 0x7b, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 524288 },
72 { 0x7c, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 1048576 },
73 { 0x7d, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 2097152 },
74 { 0x7f, 2, 64, M(_SC_LEVEL2_CACHE_SIZE
), 524288 },
75 { 0x80, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 524288 },
76 { 0x82, 8, 32, M(_SC_LEVEL2_CACHE_SIZE
), 262144 },
77 { 0x83, 8, 32, M(_SC_LEVEL2_CACHE_SIZE
), 524288 },
78 { 0x84, 8, 32, M(_SC_LEVEL2_CACHE_SIZE
), 1048576 },
79 { 0x85, 8, 32, M(_SC_LEVEL2_CACHE_SIZE
), 2097152 },
80 { 0x86, 4, 64, M(_SC_LEVEL2_CACHE_SIZE
), 524288 },
81 { 0x87, 8, 64, M(_SC_LEVEL2_CACHE_SIZE
), 1048576 },
82 { 0xd0, 4, 64, M(_SC_LEVEL3_CACHE_SIZE
), 524288 },
83 { 0xd1, 4, 64, M(_SC_LEVEL3_CACHE_SIZE
), 1048576 },
84 { 0xd2, 4, 64, M(_SC_LEVEL3_CACHE_SIZE
), 2097152 },
85 { 0xd6, 8, 64, M(_SC_LEVEL3_CACHE_SIZE
), 1048576 },
86 { 0xd7, 8, 64, M(_SC_LEVEL3_CACHE_SIZE
), 2097152 },
87 { 0xd8, 8, 64, M(_SC_LEVEL3_CACHE_SIZE
), 4194304 },
88 { 0xdc, 12, 64, M(_SC_LEVEL3_CACHE_SIZE
), 2097152 },
89 { 0xdd, 12, 64, M(_SC_LEVEL3_CACHE_SIZE
), 4194304 },
90 { 0xde, 12, 64, M(_SC_LEVEL3_CACHE_SIZE
), 8388608 },
91 { 0xe2, 16, 64, M(_SC_LEVEL3_CACHE_SIZE
), 2097152 },
92 { 0xe3, 16, 64, M(_SC_LEVEL3_CACHE_SIZE
), 4194304 },
93 { 0xe4, 16, 64, M(_SC_LEVEL3_CACHE_SIZE
), 8388608 },
94 { 0xea, 24, 64, M(_SC_LEVEL3_CACHE_SIZE
), 12582912 },
95 { 0xeb, 24, 64, M(_SC_LEVEL3_CACHE_SIZE
), 18874368 },
96 { 0xec, 24, 64, M(_SC_LEVEL3_CACHE_SIZE
), 25165824 },
99 #define nintel_02_known (sizeof (intel_02_known) / sizeof (intel_02_known [0]))
102 intel_02_known_compare (const void *p1
, const void *p2
)
104 const struct intel_02_cache_info
*i1
;
105 const struct intel_02_cache_info
*i2
;
107 i1
= (const struct intel_02_cache_info
*) p1
;
108 i2
= (const struct intel_02_cache_info
*) p2
;
110 if (i1
->idx
== i2
->idx
)
113 return i1
->idx
< i2
->idx
? -1 : 1;
118 __attribute__ ((noinline
))
119 intel_check_word (int name
, unsigned int value
, bool *has_level_2
,
120 bool *no_level_2_or_3
,
121 const struct cpu_features
*cpu_features
)
123 if ((value
& 0x80000000) != 0)
124 /* The register value is reserved. */
127 /* Fold the name. The _SC_ constants are always in the order SIZE,
129 int folded_rel_name
= (M(name
) / 3) * 3;
133 unsigned int byte
= value
& 0xff;
137 *no_level_2_or_3
= true;
139 if (folded_rel_name
== M(_SC_LEVEL3_CACHE_SIZE
))
140 /* No need to look further. */
143 else if (byte
== 0xff)
145 /* CPUID leaf 0x4 contains all the information. We need to
152 unsigned int round
= 0;
155 __cpuid_count (4, round
, eax
, ebx
, ecx
, edx
);
157 enum { null
= 0, data
= 1, inst
= 2, uni
= 3 } type
= eax
& 0x1f;
159 /* That was the end. */
162 unsigned int level
= (eax
>> 5) & 0x7;
164 if ((level
== 1 && type
== data
165 && folded_rel_name
== M(_SC_LEVEL1_DCACHE_SIZE
))
166 || (level
== 1 && type
== inst
167 && folded_rel_name
== M(_SC_LEVEL1_ICACHE_SIZE
))
168 || (level
== 2 && folded_rel_name
== M(_SC_LEVEL2_CACHE_SIZE
))
169 || (level
== 3 && folded_rel_name
== M(_SC_LEVEL3_CACHE_SIZE
))
170 || (level
== 4 && folded_rel_name
== M(_SC_LEVEL4_CACHE_SIZE
)))
172 unsigned int offset
= M(name
) - folded_rel_name
;
176 return (((ebx
>> 22) + 1)
177 * (((ebx
>> 12) & 0x3ff) + 1)
178 * ((ebx
& 0xfff) + 1)
181 return (ebx
>> 22) + 1;
183 assert (offset
== 2);
184 return (ebx
& 0xfff) + 1;
189 /* There is no other cache information anywhere else. */
194 if (byte
== 0x49 && folded_rel_name
== M(_SC_LEVEL3_CACHE_SIZE
))
196 /* Intel reused this value. For family 15, model 6 it
197 specifies the 3rd level cache. Otherwise the 2nd
199 unsigned int family
= cpu_features
->basic
.family
;
200 unsigned int model
= cpu_features
->basic
.model
;
202 if (family
== 15 && model
== 6)
204 /* The level 3 cache is encoded for this model like
205 the level 2 cache is for other models. Pretend
206 the caller asked for the level 2 cache. */
207 name
= (_SC_LEVEL2_CACHE_SIZE
208 + (name
- _SC_LEVEL3_CACHE_SIZE
));
209 folded_rel_name
= M(_SC_LEVEL2_CACHE_SIZE
);
213 struct intel_02_cache_info
*found
;
214 struct intel_02_cache_info search
;
217 found
= bsearch (&search
, intel_02_known
, nintel_02_known
,
218 sizeof (intel_02_known
[0]), intel_02_known_compare
);
221 if (found
->rel_name
== folded_rel_name
)
223 unsigned int offset
= M(name
) - folded_rel_name
;
231 assert (offset
== 2);
232 return found
->linesize
;
235 if (found
->rel_name
== M(_SC_LEVEL2_CACHE_SIZE
))
240 /* Next byte for the next round. */
249 static long int __attribute__ ((noinline
))
250 handle_intel (int name
, const struct cpu_features
*cpu_features
)
252 unsigned int maxidx
= cpu_features
->basic
.max_cpuid
;
254 /* Return -1 for older CPUs. */
258 /* OK, we can use the CPUID instruction to get all info about the
260 unsigned int cnt
= 0;
261 unsigned int max
= 1;
263 bool no_level_2_or_3
= false;
264 bool has_level_2
= false;
272 __cpuid (2, eax
, ebx
, ecx
, edx
);
274 /* The low byte of EAX in the first round contain the number of
275 rounds we have to make. At least one, the one we are already
283 /* Process the individual registers' value. */
284 result
= intel_check_word (name
, eax
, &has_level_2
,
285 &no_level_2_or_3
, cpu_features
);
289 result
= intel_check_word (name
, ebx
, &has_level_2
,
290 &no_level_2_or_3
, cpu_features
);
294 result
= intel_check_word (name
, ecx
, &has_level_2
,
295 &no_level_2_or_3
, cpu_features
);
299 result
= intel_check_word (name
, edx
, &has_level_2
,
300 &no_level_2_or_3
, cpu_features
);
305 if (name
>= _SC_LEVEL2_CACHE_SIZE
&& name
<= _SC_LEVEL3_CACHE_LINESIZE
313 static long int __attribute__ ((noinline
))
314 handle_amd (int name
)
320 unsigned int count
= 0x1;
322 /* No level 4 cache (yet). */
323 if (name
> _SC_LEVEL3_CACHE_LINESIZE
)
326 if (name
>= _SC_LEVEL3_CACHE_SIZE
)
328 else if (name
>= _SC_LEVEL2_CACHE_SIZE
)
330 else if (name
>= _SC_LEVEL1_DCACHE_SIZE
)
333 __cpuid_count (0x8000001D, count
, eax
, ebx
, ecx
, edx
);
337 case _SC_LEVEL1_ICACHE_ASSOC
:
338 case _SC_LEVEL1_DCACHE_ASSOC
:
339 case _SC_LEVEL2_CACHE_ASSOC
:
340 case _SC_LEVEL3_CACHE_ASSOC
:
341 return ecx
? ((ebx
>> 22) & 0x3ff) + 1 : 0;
342 case _SC_LEVEL1_ICACHE_LINESIZE
:
343 case _SC_LEVEL1_DCACHE_LINESIZE
:
344 case _SC_LEVEL2_CACHE_LINESIZE
:
345 case _SC_LEVEL3_CACHE_LINESIZE
:
346 return ecx
? (ebx
& 0xfff) + 1 : 0;
347 case _SC_LEVEL1_ICACHE_SIZE
:
348 case _SC_LEVEL1_DCACHE_SIZE
:
349 case _SC_LEVEL2_CACHE_SIZE
:
350 case _SC_LEVEL3_CACHE_SIZE
:
351 return ecx
? (((ebx
>> 22) & 0x3ff) + 1) * ((ebx
& 0xfff) + 1) * (ecx
+ 1): 0;
353 __builtin_unreachable ();
359 static long int __attribute__ ((noinline
))
360 handle_zhaoxin (int name
)
367 int folded_rel_name
= (M(name
) / 3) * 3;
369 unsigned int round
= 0;
372 __cpuid_count (4, round
, eax
, ebx
, ecx
, edx
);
374 enum { null
= 0, data
= 1, inst
= 2, uni
= 3 } type
= eax
& 0x1f;
378 unsigned int level
= (eax
>> 5) & 0x7;
380 if ((level
== 1 && type
== data
381 && folded_rel_name
== M(_SC_LEVEL1_DCACHE_SIZE
))
382 || (level
== 1 && type
== inst
383 && folded_rel_name
== M(_SC_LEVEL1_ICACHE_SIZE
))
384 || (level
== 2 && folded_rel_name
== M(_SC_LEVEL2_CACHE_SIZE
))
385 || (level
== 3 && folded_rel_name
== M(_SC_LEVEL3_CACHE_SIZE
)))
387 unsigned int offset
= M(name
) - folded_rel_name
;
391 return (((ebx
>> 22) + 1)
392 * (((ebx
>> 12) & 0x3ff) + 1)
393 * ((ebx
& 0xfff) + 1)
396 return (ebx
>> 22) + 1;
398 assert (offset
== 2);
399 return (ebx
& 0xfff) + 1;
410 get_common_cache_info (long int *shared_ptr
, long int * shared_per_thread_ptr
, unsigned int *threads_ptr
,
418 /* Number of logical processors sharing L2 cache. */
421 /* Number of logical processors sharing L3 cache. */
424 const struct cpu_features
*cpu_features
= __get_cpu_features ();
425 int max_cpuid
= cpu_features
->basic
.max_cpuid
;
426 unsigned int family
= cpu_features
->basic
.family
;
427 unsigned int model
= cpu_features
->basic
.model
;
428 long int shared
= *shared_ptr
;
429 long int shared_per_thread
= *shared_per_thread_ptr
;
430 unsigned int threads
= *threads_ptr
;
431 bool inclusive_cache
= true;
432 bool support_count_mask
= true;
435 unsigned int level
= 3;
437 if (cpu_features
->basic
.kind
== arch_kind_zhaoxin
&& family
== 6)
438 support_count_mask
= false;
442 /* Try L2 otherwise. */
445 shared_per_thread
= core
;
455 /* A value of 0 for the HTT bit indicates there is only a single
456 logical processor. */
457 if (HAS_CPU_FEATURE (HTT
))
459 /* Figure out the number of logical threads that share the
460 highest cache level. */
465 /* Query until cache level 2 and 3 are enumerated. */
466 int check
= 0x1 | (threads_l3
== 0) << 1;
469 __cpuid_count (4, i
++, eax
, ebx
, ecx
, edx
);
471 /* There seems to be a bug in at least some Pentium Ds
472 which sometimes fail to iterate all cache parameters.
473 Do not loop indefinitely here, stop in this case and
474 assume there is no such information. */
475 if (cpu_features
->basic
.kind
== arch_kind_intel
476 && (eax
& 0x1f) == 0 )
477 goto intel_bug_no_cache_info
;
479 switch ((eax
>> 5) & 0x7)
486 /* Get maximum number of logical processors
488 threads_l2
= (eax
>> 14) & 0x3ff;
493 if ((check
& (0x1 << 1)))
495 /* Get maximum number of logical processors
497 threads_l3
= (eax
>> 14) & 0x3ff;
499 /* Check if L2 and L3 caches are inclusive. */
500 inclusive_cache
= (edx
& 0x2) != 0;
501 check
&= ~(0x1 << 1);
508 /* If max_cpuid >= 11, THREADS_L2/THREADS_L3 are the maximum
509 numbers of addressable IDs for logical processors sharing
510 the cache, instead of the maximum number of threads
511 sharing the cache. */
512 if (max_cpuid
>= 11 && support_count_mask
)
514 /* Find the number of logical processors shipped in
515 one core and apply count mask. */
518 /* Count SMT only if there is L3 cache. Always count
519 core if there is no L3 cache. */
520 int count
= ((threads_l2
> 0 && level
== 3)
522 || (threads_l2
> 0 && level
== 2)) << 1));
526 __cpuid_count (11, i
++, eax
, ebx
, ecx
, edx
);
528 int shipped
= ebx
& 0xff;
529 int type
= ecx
& 0xff00;
530 if (shipped
== 0 || type
== 0)
532 else if (type
== 0x100)
539 /* Compute count mask. */
541 : "=r" (count_mask
) : "g" (threads_l2
));
542 count_mask
= ~(-1 << (count_mask
+ 1));
543 threads_l2
= (shipped
- 1) & count_mask
;
547 else if (type
== 0x200)
550 if ((count
& (0x1 << 1)))
554 = (level
== 2 ? threads_l2
: threads_l3
);
556 /* Compute count mask. */
558 : "=r" (count_mask
) : "g" (threads_core
));
559 count_mask
= ~(-1 << (count_mask
+ 1));
560 threads_core
= (shipped
- 1) & count_mask
;
562 threads_l2
= threads_core
;
564 threads_l3
= threads_core
;
565 count
&= ~(0x1 << 1);
578 threads
= threads_l2
;
579 if (cpu_features
->basic
.kind
== arch_kind_intel
589 /* Silvermont has L2 cache shared by 2 cores. */
598 threads
= threads_l3
;
602 intel_bug_no_cache_info
:
603 /* Assume that all logical threads share the highest cache
605 threads
= ((cpu_features
->features
[CPUID_INDEX_1
].cpuid
.ebx
>> 16)
608 /* Get per-thread size of highest level cache. */
609 if (shared_per_thread
> 0 && threads
> 0)
610 shared_per_thread
/= threads
;
614 /* Account for non-inclusive L2 and L3 caches. */
615 if (!inclusive_cache
)
618 shared_per_thread
+= core
/ threads_l2
;
622 *shared_ptr
= shared
;
623 *shared_per_thread_ptr
= shared_per_thread
;
624 *threads_ptr
= threads
;
628 dl_init_cacheinfo (struct cpu_features
*cpu_features
)
630 /* Find out what brand of processor. */
632 long int shared
= -1;
633 long int shared_per_thread
= -1;
635 unsigned int threads
= 0;
636 unsigned long int level1_icache_size
= -1;
637 unsigned long int level1_icache_linesize
= -1;
638 unsigned long int level1_dcache_size
= -1;
639 unsigned long int level1_dcache_assoc
= -1;
640 unsigned long int level1_dcache_linesize
= -1;
641 unsigned long int level2_cache_size
= -1;
642 unsigned long int level2_cache_assoc
= -1;
643 unsigned long int level2_cache_linesize
= -1;
644 unsigned long int level3_cache_size
= -1;
645 unsigned long int level3_cache_assoc
= -1;
646 unsigned long int level3_cache_linesize
= -1;
647 unsigned long int level4_cache_size
= -1;
649 if (cpu_features
->basic
.kind
== arch_kind_intel
)
651 data
= handle_intel (_SC_LEVEL1_DCACHE_SIZE
, cpu_features
);
652 core
= handle_intel (_SC_LEVEL2_CACHE_SIZE
, cpu_features
);
653 shared
= handle_intel (_SC_LEVEL3_CACHE_SIZE
, cpu_features
);
654 shared_per_thread
= shared
;
657 = handle_intel (_SC_LEVEL1_ICACHE_SIZE
, cpu_features
);
658 level1_icache_linesize
659 = handle_intel (_SC_LEVEL1_ICACHE_LINESIZE
, cpu_features
);
660 level1_dcache_size
= data
;
662 = handle_intel (_SC_LEVEL1_DCACHE_ASSOC
, cpu_features
);
663 level1_dcache_linesize
664 = handle_intel (_SC_LEVEL1_DCACHE_LINESIZE
, cpu_features
);
665 level2_cache_size
= core
;
667 = handle_intel (_SC_LEVEL2_CACHE_ASSOC
, cpu_features
);
668 level2_cache_linesize
669 = handle_intel (_SC_LEVEL2_CACHE_LINESIZE
, cpu_features
);
670 level3_cache_size
= shared
;
672 = handle_intel (_SC_LEVEL3_CACHE_ASSOC
, cpu_features
);
673 level3_cache_linesize
674 = handle_intel (_SC_LEVEL3_CACHE_LINESIZE
, cpu_features
);
676 = handle_intel (_SC_LEVEL4_CACHE_SIZE
, cpu_features
);
678 get_common_cache_info (&shared
, &shared_per_thread
, &threads
, core
);
680 else if (cpu_features
->basic
.kind
== arch_kind_zhaoxin
)
682 data
= handle_zhaoxin (_SC_LEVEL1_DCACHE_SIZE
);
683 core
= handle_zhaoxin (_SC_LEVEL2_CACHE_SIZE
);
684 shared
= handle_zhaoxin (_SC_LEVEL3_CACHE_SIZE
);
685 shared_per_thread
= shared
;
687 level1_icache_size
= handle_zhaoxin (_SC_LEVEL1_ICACHE_SIZE
);
688 level1_icache_linesize
= handle_zhaoxin (_SC_LEVEL1_ICACHE_LINESIZE
);
689 level1_dcache_size
= data
;
690 level1_dcache_assoc
= handle_zhaoxin (_SC_LEVEL1_DCACHE_ASSOC
);
691 level1_dcache_linesize
= handle_zhaoxin (_SC_LEVEL1_DCACHE_LINESIZE
);
692 level2_cache_size
= core
;
693 level2_cache_assoc
= handle_zhaoxin (_SC_LEVEL2_CACHE_ASSOC
);
694 level2_cache_linesize
= handle_zhaoxin (_SC_LEVEL2_CACHE_LINESIZE
);
695 level3_cache_size
= shared
;
696 level3_cache_assoc
= handle_zhaoxin (_SC_LEVEL3_CACHE_ASSOC
);
697 level3_cache_linesize
= handle_zhaoxin (_SC_LEVEL3_CACHE_LINESIZE
);
699 get_common_cache_info (&shared
, &shared_per_thread
, &threads
, core
);
701 else if (cpu_features
->basic
.kind
== arch_kind_amd
)
703 data
= handle_amd (_SC_LEVEL1_DCACHE_SIZE
);
704 core
= handle_amd (_SC_LEVEL2_CACHE_SIZE
);
705 shared
= handle_amd (_SC_LEVEL3_CACHE_SIZE
);
706 shared_per_thread
= shared
;
708 level1_icache_size
= handle_amd (_SC_LEVEL1_ICACHE_SIZE
);
709 level1_icache_linesize
= handle_amd (_SC_LEVEL1_ICACHE_LINESIZE
);
710 level1_dcache_size
= data
;
711 level1_dcache_assoc
= handle_amd (_SC_LEVEL1_DCACHE_ASSOC
);
712 level1_dcache_linesize
= handle_amd (_SC_LEVEL1_DCACHE_LINESIZE
);
713 level2_cache_size
= core
;
714 level2_cache_assoc
= handle_amd (_SC_LEVEL2_CACHE_ASSOC
);
715 level2_cache_linesize
= handle_amd (_SC_LEVEL2_CACHE_LINESIZE
);
716 level3_cache_size
= shared
;
717 level3_cache_assoc
= handle_amd (_SC_LEVEL3_CACHE_ASSOC
);
718 level3_cache_linesize
= handle_amd (_SC_LEVEL3_CACHE_LINESIZE
);
721 /* No shared L3 cache. All we have is the L2 cache. */
724 if (shared_per_thread
<= 0)
725 shared_per_thread
= shared
;
728 cpu_features
->level1_icache_size
= level1_icache_size
;
729 cpu_features
->level1_icache_linesize
= level1_icache_linesize
;
730 cpu_features
->level1_dcache_size
= level1_dcache_size
;
731 cpu_features
->level1_dcache_assoc
= level1_dcache_assoc
;
732 cpu_features
->level1_dcache_linesize
= level1_dcache_linesize
;
733 cpu_features
->level2_cache_size
= level2_cache_size
;
734 cpu_features
->level2_cache_assoc
= level2_cache_assoc
;
735 cpu_features
->level2_cache_linesize
= level2_cache_linesize
;
736 cpu_features
->level3_cache_size
= level3_cache_size
;
737 cpu_features
->level3_cache_assoc
= level3_cache_assoc
;
738 cpu_features
->level3_cache_linesize
= level3_cache_linesize
;
739 cpu_features
->level4_cache_size
= level4_cache_size
;
741 unsigned long int cachesize_non_temporal_divisor
742 = cpu_features
->cachesize_non_temporal_divisor
;
743 if (cachesize_non_temporal_divisor
<= 0)
744 cachesize_non_temporal_divisor
= 4;
746 /* The default setting for the non_temporal threshold is [1/8, 1/2] of size
747 of the chip's cache (depending on `cachesize_non_temporal_divisor` which
748 is microarch specific. The default is 1/4). For most Intel and AMD
749 processors with an initial release date between 2017 and 2023, a thread's
750 typical share of the cache is from 18-64MB. Using a reasonable size
751 fraction of L3 is meant to estimate the point where non-temporal stores
752 begin out-competing REP MOVSB. As well the point where the fact that
753 non-temporal stores are forced back to main memory would already occurred
754 to the majority of the lines in the copy. Note, concerns about the entire
755 L3 cache being evicted by the copy are mostly alleviated by the fact that
756 modern HW detects streaming patterns and provides proper LRU hints so that
757 the maximum thrashing capped at 1/associativity. */
758 unsigned long int non_temporal_threshold
759 = shared
/ cachesize_non_temporal_divisor
;
760 /* If no ERMS, we use the per-thread L3 chunking. Normal cacheable stores run
761 a higher risk of actually thrashing the cache as they don't have a HW LRU
762 hint. As well, their performance in highly parallel situations is
764 if (!CPU_FEATURE_USABLE_P (cpu_features
, ERMS
))
765 non_temporal_threshold
= shared_per_thread
* 3 / 4;
766 /* SIZE_MAX >> 4 because memmove-vec-unaligned-erms right-shifts the value of
767 'x86_non_temporal_threshold' by `LOG_4X_MEMCPY_THRESH` (4) and it is best
768 if that operation cannot overflow. Minimum of 0x4040 (16448) because the
769 L(large_memset_4x) loops need 64-byte to cache align and enough space for
770 at least 1 iteration of 4x PAGE_SIZE unrolled loop. Both values are
771 reflected in the manual. */
772 unsigned long int maximum_non_temporal_threshold
= SIZE_MAX
>> 4;
773 unsigned long int minimum_non_temporal_threshold
= 0x4040;
775 /* If `non_temporal_threshold` less than `minimum_non_temporal_threshold`
776 it most likely means we failed to detect the cache info. We don't want
777 to default to `minimum_non_temporal_threshold` as such a small value,
778 while correct, has bad performance. We default to 64MB as reasonable
779 default bound. 64MB is likely conservative in that most/all systems would
780 choose a lower value so it should never forcing non-temporal stores when
781 they otherwise wouldn't be used. */
782 if (non_temporal_threshold
< minimum_non_temporal_threshold
)
783 non_temporal_threshold
= 64 * 1024 * 1024;
784 else if (non_temporal_threshold
> maximum_non_temporal_threshold
)
785 non_temporal_threshold
= maximum_non_temporal_threshold
;
787 /* NB: The REP MOVSB threshold must be greater than VEC_SIZE * 8. */
788 unsigned int minimum_rep_movsb_threshold
;
789 /* NB: The default REP MOVSB threshold is 4096 * (VEC_SIZE / 16) for
790 VEC_SIZE == 64 or 32. For VEC_SIZE == 16, the default REP MOVSB
791 threshold is 2048 * (VEC_SIZE / 16). */
792 unsigned int rep_movsb_threshold
;
793 if (CPU_FEATURE_USABLE_P (cpu_features
, AVX512F
)
794 && !CPU_FEATURE_PREFERRED_P (cpu_features
, Prefer_No_AVX512
))
796 rep_movsb_threshold
= 4096 * (64 / 16);
797 minimum_rep_movsb_threshold
= 64 * 8;
799 else if (CPU_FEATURE_PREFERRED_P (cpu_features
,
800 AVX_Fast_Unaligned_Load
))
802 rep_movsb_threshold
= 4096 * (32 / 16);
803 minimum_rep_movsb_threshold
= 32 * 8;
807 rep_movsb_threshold
= 2048 * (16 / 16);
808 minimum_rep_movsb_threshold
= 16 * 8;
810 /* NB: The default REP MOVSB threshold is 2112 on processors with fast
811 short REP MOVSB (FSRM). */
812 if (CPU_FEATURE_USABLE_P (cpu_features
, FSRM
))
813 rep_movsb_threshold
= 2112;
815 /* The default threshold to use Enhanced REP STOSB. */
816 unsigned long int rep_stosb_threshold
= 2048;
818 long int tunable_size
;
820 tunable_size
= TUNABLE_GET (x86_data_cache_size
, long int, NULL
);
821 /* NB: Ignore the default value 0. */
822 if (tunable_size
!= 0)
825 tunable_size
= TUNABLE_GET (x86_shared_cache_size
, long int, NULL
);
826 /* NB: Ignore the default value 0. */
827 if (tunable_size
!= 0)
828 shared
= tunable_size
;
830 tunable_size
= TUNABLE_GET (x86_non_temporal_threshold
, long int, NULL
);
831 if (tunable_size
> minimum_non_temporal_threshold
832 && tunable_size
<= maximum_non_temporal_threshold
)
833 non_temporal_threshold
= tunable_size
;
835 tunable_size
= TUNABLE_GET (x86_rep_movsb_threshold
, long int, NULL
);
836 if (tunable_size
> minimum_rep_movsb_threshold
)
837 rep_movsb_threshold
= tunable_size
;
839 /* NB: The default value of the x86_rep_stosb_threshold tunable is the
840 same as the default value of __x86_rep_stosb_threshold and the
841 minimum value is fixed. */
842 rep_stosb_threshold
= TUNABLE_GET (x86_rep_stosb_threshold
,
845 TUNABLE_SET_WITH_BOUNDS (x86_data_cache_size
, data
, 0, SIZE_MAX
);
846 TUNABLE_SET_WITH_BOUNDS (x86_shared_cache_size
, shared
, 0, SIZE_MAX
);
847 TUNABLE_SET_WITH_BOUNDS (x86_non_temporal_threshold
, non_temporal_threshold
,
848 minimum_non_temporal_threshold
,
849 maximum_non_temporal_threshold
);
850 TUNABLE_SET_WITH_BOUNDS (x86_rep_movsb_threshold
, rep_movsb_threshold
,
851 minimum_rep_movsb_threshold
, SIZE_MAX
);
852 TUNABLE_SET_WITH_BOUNDS (x86_rep_stosb_threshold
, rep_stosb_threshold
, 1,
855 unsigned long int rep_movsb_stop_threshold
;
856 /* ERMS feature is implemented from AMD Zen3 architecture and it is
857 performing poorly for data above L2 cache size. Henceforth, adding
858 an upper bound threshold parameter to limit the usage of Enhanced
859 REP MOVSB operations and setting its value to L2 cache size. */
860 if (cpu_features
->basic
.kind
== arch_kind_amd
)
861 rep_movsb_stop_threshold
= core
;
862 /* Setting the upper bound of ERMS to the computed value of
863 non-temporal threshold for architectures other than AMD. */
865 rep_movsb_stop_threshold
= non_temporal_threshold
;
867 cpu_features
->data_cache_size
= data
;
868 cpu_features
->shared_cache_size
= shared
;
869 cpu_features
->non_temporal_threshold
= non_temporal_threshold
;
870 cpu_features
->rep_movsb_threshold
= rep_movsb_threshold
;
871 cpu_features
->rep_stosb_threshold
= rep_stosb_threshold
;
872 cpu_features
->rep_movsb_stop_threshold
= rep_movsb_stop_threshold
;