Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/include/
H A Delf.h45 #define HWCAP_PMULL 0x00000010 macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c857 #ifndef HWCAP_PMULL
858 #define HWCAP_PMULL (1 << 4) macro
1150 if (hwcap & HWCAP_PMULL) in init_cpu_features_resolver()
/openbsd/sys/arch/arm64/arm64/
H A Dcpu.c1170 hwcap |= HWCAP_PMULL; in cpu_identify_cleanup()