Home
last modified time | relevance | path

Searched refs:HWCAP_CPUID (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Darmcap.c139 # define HWCAP_CPUID (1 << 11) macro
211 if (hwcap & HWCAP_CPUID) in OPENSSL_cpuid_setup()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc12 #ifndef HWCAP_CPUID
13 #define HWCAP_CPUID (1 << 11)
/freebsd/sys/arm64/include/
H A Delf.h113 #define HWCAP_CPUID (1 << 11) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc106 if (hwcap & HWCAP_CPUID) {
/freebsd/sys/arm64/arm64/
H A Didentcpu.c2767 elf_hwcap |= HWCAP_CPUID; in identify_cpu_sysinit()
2768 linux_elf_hwcap |= HWCAP_CPUID; in identify_cpu_sysinit()