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

/freebsd-11-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-11-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-11-stable/sys/riscv/include/
H A Delf.h94 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h96 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h94 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h104 #define AT_HWCAP 25 /* CPU feature flags. */ macro
192 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h111 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c188 #ifdef AT_HWCAP
189 case AT_HWCAP:
190 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_HWCAP/%#lx}\n",
191 prefix, "AT_HWCAP", (u_long)auxv[i].a_un.a_val);
/freebsd-11-stable/lib/libc/gen/
H A Dauxv.c89 case AT_HWCAP:
148 case AT_HWCAP:
/freebsd-11-stable/sys/arm/include/
H A Delf.h88 #define AT_HWCAP 25 /* CPU feature flags. */ macro
119 /* Flags passed in AT_HWCAP. */
/freebsd-11-stable/sys/mips/include/
H A Delf.h148 #define AT_HWCAP 25 /* CPU feature flags. */ macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.c222 TAG (AT_HWCAP, "Machine-dependent CPU capability hints", hex);
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dcommon.h769 #define AT_HWCAP 16 /* Machine dependent hints about macro
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c1153 AUXARGS_ENTRY(pos, AT_HWCAP, *imgp->sysent->sv_hwcap);

Completed in 145 milliseconds