Home
last modified time | relevance | path

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

/openbsd/sys/arch/arm64/include/
H A Delf.h68 #define HWCAP_FLAGM 0x08000000 macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c917 #ifndef HWCAP_FLAGM
918 #define HWCAP_FLAGM (1 << 27) macro
1152 if (hwcap & HWCAP_FLAGM) in init_cpu_features_resolver()
/openbsd/sys/arch/arm64/arm64/
H A Dcpu.c1248 hwcap |= HWCAP_FLAGM; in cpu_identify_cleanup()