Home
last modified time | relevance | path

Searched refs:AT_HWCAP2 (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/elf/
Dtst-getauxval-static.c60 TEST_COMPARE (getauxval (AT_HWCAP2), wrapper (AT_HWCAP2, &inner_errno)); in do_test()
Delf.h1215 #define AT_HWCAP2 26 /* More machine-dependent hints about macro
/glibc-2.36/misc/
Dgetauxval.c35 else if (type == AT_HWCAP2) in __getauxval2()
/glibc-2.36/sysdeps/aarch64/
Dtst-ifunc-arg-1.c59 TEST_COMPARE (saved_arg2._hwcap2, getauxval (AT_HWCAP2)); in do_test()
Dtst-ifunc-arg-2.c62 TEST_COMPARE (saved_arg2._hwcap2, getauxval (AT_HWCAP2)); in do_test()
/glibc-2.36/sysdeps/powerpc/powerpc64/
Dtst-ucontext-ppc64-vscr.c37 if (!(getauxval(AT_HWCAP2) & PPC_CPU_SUPPORTED)) in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Ddl-procinfo.h57 case AT_HWCAP2: in _dl_procinfo()
/glibc-2.36/sysdeps/unix/sysv/linux/
Ddl-parse_auxv.h49 GLRO(dl_hwcap2) = auxv_values[AT_HWCAP2]; in _dl_parse_auxv()
Ddl-sysdep.c199 [AT_HWCAP2 - 2] = { "HWCAP2: 0x", hex }, in _dl_show_auxv()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dlibc-start.c87 case AT_HWCAP2: in __libc_start_main_impl()
/glibc-2.36/sysdeps/powerpc/
Dtest-get_hwcap.c80 hwcap2 = getauxval (AT_HWCAP2); in check_tcbhwcap()
Ddl-procinfo.h204 case AT_HWCAP2: in _dl_procinfo()
/glibc-2.36/ChangeLog.old/
DChangeLog.ports-alpha99 to macro prototype for AT_HWCAP2 support.
DChangeLog.ports-arm197 TYPE parameter to macro prototype for AT_HWCAP2 support. Make WORD
199 AT_HWCAP2 to return -1 for unknown a_type display fallback.
DChangeLog.ports-mips260 to macro prototype for AT_HWCAP2 support.
DChangeLog.1849323 AT_HWCAP2 entries.
64855 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
64857 (_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 into
64873 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
64875 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
64879 to macro prototype for AT_HWCAP2 support.
[all …]
DChangeLog.199031 AT_HWCAP2. Add support for AT_L1I_CACHEGEOMETRY,
/glibc-2.36/
DNEWS1680 the future, currently it contains the AT_HWCAP2 value.
5064 * Support added for AT_HWCAP2 (to coincide with Linux kernel 3.10