Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/include/
H A Delf.h44 #define HWCAP_AES 0x00000008 macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c854 #ifndef HWCAP_AES
855 #define HWCAP_AES (1 << 3) macro
1174 if (hwcap & HWCAP_AES) in init_cpu_features_resolver()
/openbsd/sys/arch/arm64/arm64/
H A Dcpu.c1198 hwcap |= HWCAP_AES; in cpu_identify_cleanup()