Home
last modified time | relevance | path

Searched refs:dl_hwcap (Results 1 – 25 of 30) sorted by relevance

12

/sysdeps/s390/s390-64/
A Ddl-hwcaps-subdirs.c33 if (!(GLRO (dl_hwcap) & HWCAP_S390_VX)) in _dl_hwcaps_subdirs_active()
38 if (!((GLRO (dl_hwcap) & HWCAP_S390_VXD) in _dl_hwcaps_subdirs_active()
39 && (GLRO (dl_hwcap) & HWCAP_S390_VXE) in _dl_hwcaps_subdirs_active()
40 && (GLRO (dl_hwcap) & HWCAP_S390_GS))) in _dl_hwcaps_subdirs_active()
48 if (!((GLRO (dl_hwcap) & HWCAP_S390_VXRS_EXT2) in _dl_hwcaps_subdirs_active()
49 && (GLRO (dl_hwcap) & HWCAP_S390_VXRS_PDE))) in _dl_hwcaps_subdirs_active()
A Ddl-hwcap-check.h29 if (!(GLRO(dl_hwcap) & HWCAP_S390_VXRS_EXT2)) in dl_hwcap_check()
33 if (!(GLRO(dl_hwcap) & HWCAP_S390_VXE)) in dl_hwcap_check()
A Ddl-machine.h116 if (GLRO(dl_hwcap) & HWCAP_S390_VX) in elf_machine_runtime_setup()
135 if (GLRO(dl_hwcap) & HWCAP_S390_VX) in elf_machine_runtime_setup()
/sysdeps/s390/multiarch/
A Difunc-impl-list.c84 unsigned long int dl_hwcap = GLRO (dl_hwcap); in __libc_ifunc_impl_list() local
86 if ((dl_hwcap & HWCAP_S390_STFLE) in __libc_ifunc_impl_list()
87 && (dl_hwcap & HWCAP_S390_ZARCH) in __libc_ifunc_impl_list()
88 && (dl_hwcap & HWCAP_S390_HIGH_GPRS)) in __libc_ifunc_impl_list()
174 ((dl_hwcap & HWCAP_S390_VXRS_EXT2) in __libc_ifunc_impl_list()
196 dl_hwcap & HWCAP_S390_VX, STRSTR_Z13) in __libc_ifunc_impl_list()
212 dl_hwcap & HWCAP_S390_VX, MEMMEM_Z13) in __libc_ifunc_impl_list()
224 dl_hwcap & HWCAP_S390_VX, STRLEN_Z13) in __libc_ifunc_impl_list()
248 dl_hwcap & HWCAP_S390_VX, STRCPY_Z13) in __libc_ifunc_impl_list()
260 dl_hwcap & HWCAP_S390_VX, STPCPY_Z13) in __libc_ifunc_impl_list()
[all …]
/sysdeps/aarch64/
A Ddl-irel.h38 arg._hwcap = GLRO(dl_hwcap); in elf_ifunc_invoke()
41 (GLRO(dl_hwcap) | _IFUNC_ARG_HWCAP, &arg); in elf_ifunc_invoke()
/sysdeps/arm/armv7/multiarch/
A Difunc-impl-list.c39 use_neon = (GLRO(dl_hwcap) & HWCAP_ARM_NEON) != 0; in __libc_ifunc_impl_list()
45 use_vfp = (GLRO(dl_hwcap) & HWCAP_ARM_VFP) != 0; in __libc_ifunc_impl_list()
/sysdeps/unix/sysv/linux/arm/
A Darm-features.h25 # define ARM_HAVE_VFP (GLRO (dl_hwcap) & HWCAP_ARM_VFP)
/sysdeps/unix/sysv/linux/sparc/
A Dgetshmlba.c25 uint64_t hwcap = GLRO(dl_hwcap); in __getshmlba()
/sysdeps/sparc/sparc32/
A Ddl-machine.h44 return GLRO(dl_hwcap) & hwcap_mask & HWCAP_SPARC_V9; in elf_machine_matches_host()
46 return GLRO(dl_hwcap) & HWCAP_SPARC_V9; in elf_machine_matches_host()
157 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_runtime_setup()
306 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_fixup_plt()
398 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
429 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
434 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
442 const int do_flush = GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH; in elf_machine_rela()
563 value = ((Elf32_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_lazy_rel()
A Ddl-irel.h34 return ((Elf32_Addr (*) (int)) (addr)) (GLRO(dl_hwcap)); in Elf32_Addr()
/sysdeps/unix/sysv/linux/s390/
A Dsysconf.c49 if (!(GLRO (dl_hwcap) & HWCAP_S390_STFLE) in get_cache_info()
51 || !(GLRO (dl_hwcap) & HWCAP_S390_ZARCH) in get_cache_info()
52 || !(GLRO (dl_hwcap) & HWCAP_S390_HIGH_GPRS) in get_cache_info()
A Delision-conf.c63 __pthread_force_elision = (GLRO (dl_hwcap) & HWCAP_S390_TE) ? 1 : 0; in do_set_elision_enable()
/sysdeps/unix/sysv/linux/aarch64/
A Dcpu-features.c80 if (GLRO (dl_hwcap) & HWCAP_CPUID) in init_cpu_features()
122 cpu_features->sve = GLRO (dl_hwcap) & HWCAP_SVE; in init_cpu_features()
/sysdeps/arm/
A Ddl-irel.h33 return ((Elf32_Addr (*) (unsigned long int)) (addr)) (GLRO(dl_hwcap)); in Elf32_Addr()
/sysdeps/powerpc/powerpc32/
A Ddl-irel.h33 return ((Elf32_Addr (*) (unsigned long int)) (addr)) (GLRO(dl_hwcap)); in Elf32_Addr()
/sysdeps/s390/
A Ddl-irel.h33 return ((ElfW(Addr) (*) (unsigned long int)) (addr)) (GLRO(dl_hwcap)); in elf_ifunc_invoke()
/sysdeps/riscv/
A Ddl-irel.h37 (GLRO(dl_hwcap), NULL); in elf_ifunc_invoke()
/sysdeps/powerpc/powerpc32/power4/multiarch/
A Dinit-arch.h38 unsigned long int hwcap = __GLRO(dl_hwcap); \
/sysdeps/powerpc/powerpc64/
A Ddl-irel.h34 return ((Elf64_Addr (*) (unsigned long int)) (addr)) (GLRO(dl_hwcap)); in Elf64_Addr()
/sysdeps/sparc/sparc64/
A Ddl-irel.h34 return ((Elf64_Addr (*) (int)) (addr)) (GLRO(dl_hwcap)); in Elf64_Addr()
A Ddl-machine.h424 value = ((Elf64_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
454 value = ((Elf64_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
459 value = ((Elf64_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_rela()
674 value = ((Elf64_Addr (*) (int)) value) (GLRO(dl_hwcap)); in elf_machine_lazy_rel()
/sysdeps/powerpc/
A Dhwcapinfo.c40 h1 = GLRO (dl_hwcap); in __tcb_parse_hwcap_and_convert_at_platform()
/sysdeps/s390/s390-32/
A Ddl-machine.h42 && !(GLRO (dl_hwcap) & HWCAP_S390_HIGH_GPRS)) in elf_machine_matches_host()
127 if (GLRO(dl_hwcap) & HWCAP_S390_VX) in elf_machine_runtime_setup()
146 if (GLRO(dl_hwcap) & HWCAP_S390_VX) in elf_machine_runtime_setup()
/sysdeps/powerpc/fpu/
A Dfenv_libc.h107 if(GLRO(dl_hwcap) & PPC_FEATURE_HAS_DFP) \
129 if (GLRO(dl_hwcap) & PPC_FEATURE_HAS_DFP) \
/sysdeps/sparc/sparc64/multiarch/
A Difunc-impl-list.c36 hwcap = GLRO(dl_hwcap); in __libc_ifunc_impl_list()

Completed in 24 milliseconds

12