OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT_HWCAP2
(Results
1 - 8
of
8
) sorted by null
/external/boringssl/src/crypto/
cpu-ppc64le.c
31
OPENSSL_ppc64le_hwcap2 = getauxval(
AT_HWCAP2
);
cpu-arm-linux.c
30
#define
AT_HWCAP2
26
187
// Some ARMv8 Android devices don't expose
AT_HWCAP2
. Fall back to
191
hwcap2 = getauxval(
AT_HWCAP2
);
/bionic/libc/kernel/uapi/linux/
auxvec.h
43
#define
AT_HWCAP2
26
/external/kernel-headers/original/uapi/linux/
auxvec.h
32
#define
AT_HWCAP2
26 /* extension of AT_HWCAP */
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
utils.h
49
#ifdef
AT_HWCAP2
52
return ((unsigned long)get_auxv_entry(
AT_HWCAP2
) & ftr2) == ftr2;
/bionic/tests/
getauxval_test.cpp
59
getauxval(
AT_HWCAP2
);
60
ASSERT_EQ(0, errno) << "64-bit kernel not reporting
AT_HWCAP2
to 32-bit ARM process";
/external/kmod/port-gnu/
elf.h
[
all
...]
/external/elfutils/libelf/
elf.h
[
all
...]
Completed in 3259 milliseconds