Home
last modified time | relevance | path

Searched refs:AT_HWCAP (Results 1 – 25 of 27) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/switch/
Dendian_switch01.c118 for (; *auxv != AT_NULL && *auxv != AT_HWCAP; auxv += 2) ; in main4()
119 if (!(auxv[0] == AT_HWCAP && (auxv[1] & PPC_FEATURE_TRUE_LE))) { in main4()
/external/boringssl/src/crypto/
Dcpu-arm-linux.c32 #define AT_HWCAP 16 macro
312 hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
315 hwcap = getauxval_proc(AT_HWCAP); in OPENSSL_cpuid_setup()
Dcpu-aarch64-linux.c29 unsigned long hwcap = getauxval(AT_HWCAP); in OPENSSL_cpuid_setup()
/external/skia/src/core/
DSkCpu.cpp84 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features()
97 uint32_t hwcaps = getauxval(AT_HWCAP); in read_cpu_features()
/external/elfutils/backends/
Dsparc_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Darm_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Dalpha_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Di386_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
Dppc_auxv.c39 if (a_type != AT_HWCAP) in EBLHOOK()
/external/kernel-headers/original/uapi/linux/
Dauxvec.h24 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/external/valgrind/tests/
Dcheck_ppc64_auxv_cap33 LD_SHOW_AUXV=1 /bin/true | grep ^AT_HWCAP | grep -w $CAPABILITY_WORD 2>&1 > /dev/null
/external/fio/arch/
Darch-sh.h36 if (auxv->a_type == AT_HWCAP) { in arch_init()
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dutils.h32 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
/external/libvpx/libvpx/vpx_ports/
Dppc_cpudetect.c60 if (buf[i] == AT_HWCAP) { in ppc_simd_caps()
/external/libpng/contrib/arm-neon/
Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0) in png_have_neon()
/external/fio/crc/
Dcrc32c-arm64.c108 hwcap = getauxval(AT_HWCAP); in crc32c_arm64_probe()
/external/v8/src/base/
Dcpu.cc115 result = static_cast<uint32_t>(getauxval(AT_HWCAP));
126 if (entry.tag == AT_HWCAP) {
/external/syslinux/com32/include/sys/
Delfcommon.h182 #define AT_HWCAP 16 /* arch dependent hints at CPU capabilities */ macro
/external/valgrind/none/tests/ppc32/
Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
/external/valgrind/none/tests/ppc64/
Dtest_dfp2.c88 if (auxv_buf[i].a_type == AT_HWCAP) { in fetch_at_hwcap()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c682 case AT_HWCAP: in setup_client_stack()
/external/valgrind/
Dconfigure7551 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7567 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7583 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7599 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7615 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7631 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7647 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
7663 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
Dconfigure.ac1321 # The AT_HWCAP entries are generated by glibc, and are based on
1329 AC_MSG_CHECKING([if AT_HWCAP contains the $AUXV_CHECK_FOR indicator])
1330 if LD_SHOW_AUXV=1 `which true` | grep ^AT_HWCAP | grep -q -w ${AUXV_CHECK_FOR}
/external/kmod/port-gnu/
Delf.h1021 #define AT_HWCAP 16 /* Machine-dependent hints about macro
/external/elfutils/libelf/
Delf.h1022 #define AT_HWCAP 16 /* Machine-dependent hints about macro

12