Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/include/
H A Delf.h58 #define HWCAP_SHA3 0x00020000 macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c890 #ifndef HWCAP_SHA3
891 #define HWCAP_SHA3 (1 << 17) macro
1320 if (hwcap & HWCAP_SHA3) in init_cpu_features_resolver()
/openbsd/sys/arch/arm64/arm64/
H A Dcpu.c1199 hwcap |= HWCAP_SHA3; in cpu_identify_cleanup()