Home
last modified time | relevance | path

Searched refs:cpus (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/posix/
Dtst-sysconf-empty-chroot.c36 long cpus = sysconf (_SC_NPROCESSORS_ONLN); in is_smp_callback() local
37 TEST_VERIFY_EXIT (cpus > 0); in is_smp_callback()
38 *result = cpus != 1; in is_smp_callback()
69 long cpus = sysconf (_SC_NPROCESSORS_ONLN); in chroot_callback() local
70 printf ("info: sysconf (_SC_NPROCESSORS_ONLN) in chroot: %ld\n", cpus); in chroot_callback()
71 TEST_VERIFY (cpus > 0); in chroot_callback()
72 TEST_VERIFY (cpus != 1); in chroot_callback()
/glibc-2.36/locale/
Dtst-localedef-path-norm.c232 long int cpus = sysconf (_SC_NPROCESSORS_ONLN); in do_test() local
233 cpus = cpus == -1 ? 1 : cpus; in do_test()
234 printf ("info: cpus=%ld ntests=%zu\n", cpus, ntests); in do_test()
238 for (int i = 0; i < ntests; i += cpus) in do_test()
240 int max = i + cpus; in do_test()
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
DMakefile120 f128-march-cpus = power9
148 for cpu in $(f128-march-cpus); do \
/glibc-2.36/manual/
Dplatform.texi183 @code{AMD_IBPB} -- Indirect branch predictor barrier (IBPB) for AMD cpus.
186 @code{AMD_IBRS} -- Indirect branch restricted speculation (IBPB) for AMD cpus.
189 @code{AMD_SSBD} -- Speculative Store Bypass Disable (SSBD) for AMD cpus.
192 @code{AMD_STIBP} -- Single thread indirect branch predictors (STIBP) for AMD cpus.
195 @code{AMD_VIRT_SSBD} -- Speculative Store Bypass Disable (SSBD) for AMD cpus (older systems).
/glibc-2.36/ChangeLog.old/
DChangeLog.94581 cpus lacking hardware multiply and divide.
DChangeLog.1861827 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
/glibc-2.36/
DNEWS872 AMD64 cpus