Searched refs:CPUs (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/kyua/admin/
H A Dtravis-build.sh58 -- We do not know how many CPUs the test machine has. However, parallelizing
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp134 cpu_set_t CPUs; local
137 if (sched_getaffinity(0, sizeof(cpu_set_t), &CPUs) != 0)
139 return static_cast<u32>(CPU_COUNT(&CPUs));
/freebsd-13-stable/lib/clang/
H A Dllvm.build.mk33 # arm (for armv4 and armv5 CPUs) always uses the soft float ABI.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp700 cpu_set_t CPUs;
701 CHECK_EQ(sched_getaffinity(0, sizeof(cpu_set_t), &CPUs), 0);
702 return CPU_COUNT(&CPUs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc198 // If there's an affinity mask set on one of the CPUs, then assume the user
/freebsd-13-stable/sys/arm/include/
H A Dcpu-v6.h52 #error SMP_ON_UP option is only supported on ARMv7+ CPUs
/freebsd-13-stable/sys/contrib/openzfs/module/icp/asm-x86_64/modes/
H A Dghash-x86_64.S61 # contemporary Intel CPUs (therefore modest improvement coefficient),
82 # CPUs such as Sandy and Ivy Bridge can execute it, the code performs
H A Daesni-gcm-x86_64.S26 # components on contemporary CPUs, the effort was deemed impossible to
/freebsd-13-stable/sys/x86/x86/
H A Didentcpu.c497 * CPUs.
787 * to check that all CPUs >= Pentium have a TSC and
1169 #error This kernel is not configured for one of the supported CPUs
1240 * Distinguish IBM Blue Lightning CPU from Cyrix CPUs that does not
1744 /* M2 and later CPUs are treated as M2. */
1765 * There are BlueLightning CPUs that do not change
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1947 SmallVector<IdentifierInfo *, 8> CPUs;
1965 if (llvm::any_of(CPUs, [CPUName, &Target](const IdentifierInfo *Cur) {
1972 CPUs.push_back(CPUArg->Ident);
1978 CPUSpecificAttr(S.Context, AL, CPUs.data(), CPUs.size()));
1981 CPUDispatchAttr(S.Context, AL, CPUs.data(), CPUs.size()));

Completed in 111 milliseconds