Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/
H A Dhwcap.inc21 #ifndef HWCAP_AES
22 #define HWCAP_AES (1 << 3)
/freebsd/sys/crypto/openssl/
H A Dossl_aarch64.c63 if ((elf_hwcap & HWCAP_AES) != 0) in ossl_cpuid()
/freebsd/sys/arm64/include/
H A Delf.h100 #define HWCAP_AES (1 << 3) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dmrs.inc36 if (hwcap & HWCAP_AES)
/freebsd/sys/arm64/arm64/
H A Didentcpu.c783 MRS_HWCAP(1, HWCAP_AES, ID_AA64ISAR0_AES_BASE),