Searched refs:HWCAP_SPARC_V9 (Results 1 – 4 of 4) 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()
Completed in 5 milliseconds