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

12

/external/elfutils/backends/
H A Dalpha_auxv.c39 if (a_type != AT_HWCAP)
H A Darm_auxv.c39 if (a_type != AT_HWCAP)
H A Di386_auxv.c39 if (a_type != AT_HWCAP)
H A Dppc_auxv.c39 if (a_type != AT_HWCAP)
H A Dsparc_auxv.c39 if (a_type != AT_HWCAP)
/external/kernel-headers/original/uapi/linux/
H A Dauxvec.h24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
31 #define AT_HWCAP2 26 /* extension of AT_HWCAP */
/external/valgrind/tests/
H A Dcheck_ppc64_auxv_cap27 echo " LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP "
33 LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP | grep -w $CAPABILITY_WORD 2>&1 > /dev/null
/external/boringssl/src/crypto/
H A Dcpu-aarch64-linux.c29 unsigned long hwcap = getauxval(AT_HWCAP);
H A Dcpu-arm-linux.c32 #define AT_HWCAP 16 macro
312 hwcap = getauxval(AT_HWCAP);
315 hwcap = getauxval_proc(AT_HWCAP);
/external/fio/arch/
H A Darch-sh.h36 if (auxv->a_type == AT_HWCAP) {
/external/ltp/testcases/kernel/syscalls/switch/
H A Dendian_switch01.c118 for (; *auxv != AT_NULL && *auxv != AT_HWCAP; auxv += 2) ;
119 if (!(auxv[0] == AT_HWCAP && (auxv[1] & PPC_FEATURE_TRUE_LE))) {
/external/libvpx/libvpx/vpx_ports/
H A Dppc_cpudetect.c60 if (buf[i] == AT_HWCAP) {
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
H A Dutils.h32 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr;
/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0)
/external/skia/src/core/
H A DSkCpu.cpp84 uint32_t hwcaps = getauxval(AT_HWCAP);
97 uint32_t hwcaps = getauxval(AT_HWCAP);
/external/fio/crc/
H A Dcrc32c-arm64.c108 hwcap = getauxval(AT_HWCAP);
/external/v8/src/base/
H A Dcpu.cc11 #include <linux/auxvec.h> // AT_HWCAP
87 * HWCAP flags - for elf_hwcap (in kernel) and AT_HWCAP
115 result = static_cast<uint32_t>(getauxval(AT_HWCAP));
126 if (entry.tag == AT_HWCAP) {
/external/syslinux/com32/include/sys/
H A Delfcommon.h182 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/external/valgrind/none/tests/ppc32/
H A Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) {
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) {
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-linux.c682 case AT_HWCAP:
/external/valgrind/
H A Dconfigure7538 # The AT_HWCAP entries are generated by glibc, and are based on
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AT_HWCAP contains the $AUXV_CHECK_FOR indicator" >&5
7550 $as_echo_n "checking if AT_HWCAP contains the $AUXV_CHECK_FOR indicator... " >&6; }
7551 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AT_HWCAP contains the $AUXV_CHECK_FOR indicator" >&5
7566 $as_echo_n "checking if AT_HWCAP contains the $AUXV_CHECK_FOR indicator... " >&6; }
7567 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if AT_HWCAP contains the $AUXV_CHECK_FOR indicator" >&5
7582 $as_echo_n "checking if AT_HWCAP contains the $AUXV_CHECK_FOR indicator... " >&6; }
7583 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | gre
[all...]
/external/elfutils/libelf/
H A Delf.h1022 #define AT_HWCAP 16 /* Machine-dependent hints about macro
/external/kmod/port-gnu/
H A Delf.h1021 #define AT_HWCAP 16 /* Machine-dependent hints about macro
/external/v8/src/s390/
H A Dassembler-s390.cc90 if (auxv_element->a_type == AT_HWCAP) {

Completed in 2650 milliseconds

12