Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/arm64/include/
Delf.h75 #define HWCAP2_DCPODP 0x0000000000000001ul macro
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dcpu_model.c930 #ifndef HWCAP2_DCPODP
931 #define HWCAP2_DCPODP (1 << 0) macro
1209 if (hwcap2 & HWCAP2_DCPODP) in init_cpu_features_resolver()
1310 if (hwcap & HWCAP_DCPOP || hwcap2 & HWCAP2_DCPODP) in init_cpu_features_resolver()
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c1267 hwcap2 |= HWCAP2_DCPODP; in cpu_identify_cleanup()