Searched refs:AT_HWCAP2 (Results 1 – 18 of 18) sorted by relevance
60 TEST_COMPARE (getauxval (AT_HWCAP2), wrapper (AT_HWCAP2, &inner_errno)); in do_test()
1215 #define AT_HWCAP2 26 /* More machine-dependent hints about macro
35 else if (type == AT_HWCAP2) in __getauxval2()
59 TEST_COMPARE (saved_arg2._hwcap2, getauxval (AT_HWCAP2)); in do_test()
62 TEST_COMPARE (saved_arg2._hwcap2, getauxval (AT_HWCAP2)); in do_test()
37 if (!(getauxval(AT_HWCAP2) & PPC_CPU_SUPPORTED)) in do_test()
57 case AT_HWCAP2: in _dl_procinfo()
49 GLRO(dl_hwcap2) = auxv_values[AT_HWCAP2]; in _dl_parse_auxv()
199 [AT_HWCAP2 - 2] = { "HWCAP2: 0x", hex }, in _dl_show_auxv()
87 case AT_HWCAP2: in __libc_start_main_impl()
80 hwcap2 = getauxval (AT_HWCAP2); in check_tcbhwcap()
204 case AT_HWCAP2: in _dl_procinfo()
99 to macro prototype for AT_HWCAP2 support.
197 TYPE parameter to macro prototype for AT_HWCAP2 support. Make WORD199 AT_HWCAP2 to return -1 for unknown a_type display fallback.
260 to macro prototype for AT_HWCAP2 support.
49323 AT_HWCAP2 entries.64855 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP264857 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.64860 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.64868 hardware capabilities in support of AT_HWCAP2.64869 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).64870 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into64873 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP264875 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.64879 to macro prototype for AT_HWCAP2 support.[all …]
9031 AT_HWCAP2. Add support for AT_L1I_CACHEGEOMETRY,
1680 the future, currently it contains the AT_HWCAP2 value.5064 * Support added for AT_HWCAP2 (to coincide with Linux kernel 3.10