Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/arm64/include/
Delf.h60 #define HWCAP_SM4 0x00080000 macro
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dcpu_model.c896 #ifndef HWCAP_SM4
897 #define HWCAP_SM4 (1 << 19) macro
1158 if (hwcap & HWCAP_SM3 && hwcap & HWCAP_SM4) in init_cpu_features_resolver()
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c1236 hwcap |= HWCAP_SM4; in cpu_identify_cleanup()