Searched refs:HWCAP_SPARC_V9 (Results 1 – 7 of 7) sorted by relevance
28 if (hwcap & HWCAP_SPARC_V9) in __getshmlba()
27 #define HWCAP_SPARC_V9 0x00000010 macro
69 #define HWCAP_IMPORTANT_V9 (__WORDSIZE == 64 ? 0 : HWCAP_SPARC_V9)
44 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()
6130 (HWCAP_SPARC_V9): Add.
1509 (HWCAP_IMPORTANT): Include HWCAP_SPARC_V9 when [__WORDSIZE != 64].