HomeSort by: relevance | last modified time | path
    Searched defs:AT_HWCAP2 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
__aarch64_have_sme.c 42 # define AT_HWCAP2 26
49 unsigned long hwcap2 = __getauxval (AT_HWCAP2);
cpuinfo.c 149 #ifndef AT_HWCAP2
150 #define AT_HWCAP2 26
408 hwcap2 = getauxval(AT_HWCAP2);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
armcap.c 106 * ARM puts the feature bits for Crypto Extensions in AT_HWCAP2, whereas
112 # ifndef AT_HWCAP2
113 # define AT_HWCAP2 26
119 # define HWCAP_CE AT_HWCAP2
  /src/crypto/external/apache2/openssl/dist/crypto/
ppccap.c 134 #ifndef AT_HWCAP2
135 #define AT_HWCAP2 26 /* AT_HWCAP2 */
232 unsigned long hwcap2 = getauxval(AT_HWCAP2);
armcap.c 109 * ARM puts the feature bits for Crypto Extensions in AT_HWCAP2, whereas
115 #ifndef AT_HWCAP2
116 #define AT_HWCAP2 26
122 #define OSSL_HWCAP_CE AT_HWCAP2
142 /* AT_HWCAP2 */
  /src/crypto/external/bsd/openssl/dist/crypto/
armcap.c 112 * ARM puts the feature bits for Crypto Extensions in AT_HWCAP2, whereas
118 # ifndef AT_HWCAP2
119 # define AT_HWCAP2 26
125 # define HWCAP_CE AT_HWCAP2
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 70 #ifndef AT_HWCAP2
71 #define AT_HWCAP2 26
7174 linux_get_auxv (pid, wordsize, AT_HWCAP2, &hwcap2);
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 70 #ifndef AT_HWCAP2
71 #define AT_HWCAP2 26
7184 linux_get_auxv (pid, wordsize, AT_HWCAP2, &hwcap2);
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1436 #define AT_HWCAP2 26 /* Extension of AT_HWCAP. */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 1422 #define AT_HWCAP2 26 /* Extension of AT_HWCAP. */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 1386 #define AT_HWCAP2 26 /* Extension of AT_HWCAP. */
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1460 #define AT_HWCAP2 26 /* Extension of AT_HWCAP. */

Completed in 61 milliseconds