Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/arm64/include/
Delf.h59 #define HWCAP_SM3 0x00040000 macro
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dcpu_model.c893 #ifndef HWCAP_SM3
894 #define HWCAP_SM3 (1 << 18) macro
1158 if (hwcap & HWCAP_SM3 && hwcap & HWCAP_SM4) in init_cpu_features_resolver()
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c1234 hwcap |= HWCAP_SM3; in cpu_identify_cleanup()