Searched refs:AT_HWCAP (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchecksum.cpp48 #ifndef AT_HWCAP
49 #define AT_HWCAP 16 macro
64 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_utils.cpp80 // For ARM and AArch64, hardware CRC32 support is indicated in the AT_HWCAP
82 # ifndef AT_HWCAP
83 # define AT_HWCAP 16 macro
97 (Entry.Tag == 0 && Entry.Value == 0) || Entry.Tag == AT_HWCAP)
101 return (Entry.Tag == AT_HWCAP && (Entry.Value & HWCAP_CRC32) != 0);
126 return !!(getauxval(AT_HWCAP) & HWCAP_CRC32);
/freebsd-12-stable/sys/sparc64/include/
H A Delf.h98 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h106 #define AT_HWCAP 25 /* CPU feature flags. */ macro
194 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h117 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h94 #define AT_HWCAP 25 /* CPU feature flags. */ macro
108 /* Flags passed in AT_HWCAP */
/freebsd-12-stable/lib/libc/gen/
H A Dauxv.c95 case AT_HWCAP:
166 case AT_HWCAP:
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c189 #ifdef AT_HWCAP
190 case AT_HWCAP:
191 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_HWCAP/%#lx}\n",
192 prefix, "AT_HWCAP", (u_long)auxv[i].a_un.a_val);
/freebsd-12-stable/sys/mips/include/
H A Delf.h152 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h90 #define AT_HWCAP 25 /* CPU feature flags. */ macro
121 /* Flags passed in AT_HWCAP. */
/freebsd-12-stable/sys/arm64/include/
H A Delf.h97 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Dauxv.c222 TAG (AT_HWCAP, "Machine-dependent CPU capability hints", hex);
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dcommon.h769 #define AT_HWCAP 16 /* Machine dependent hints about macro
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1378 AUXARGS_ENTRY(pos, AT_HWCAP, *imgp->sysent->sv_hwcap);

Completed in 224 milliseconds