Home
last modified time | relevance | path

Searched refs:HWCAP_SPARC_V9 (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/sparc/
Dgetshmlba.c28 if (hwcap & HWCAP_SPARC_V9) in __getshmlba()
/glibc-2.36/sysdeps/sparc/bits/
Dhwcap.h27 #define HWCAP_SPARC_V9 0x00000010 macro
/glibc-2.36/sysdeps/sparc/
Ddl-procinfo.h69 #define HWCAP_IMPORTANT_V9 (__WORDSIZE == 64 ? 0 : HWCAP_SPARC_V9)
/glibc-2.36/sysdeps/sparc/sparc32/
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()
/glibc-2.36/posix/
Dtst-regex.input6130 (HWCAP_SPARC_V9): Add.
/glibc-2.36/ChangeLog.old/
DChangeLog.86130 (HWCAP_SPARC_V9): Add.
DChangeLog.161509 (HWCAP_IMPORTANT): Include HWCAP_SPARC_V9 when [__WORDSIZE != 64].