Searched refs:hwcap_mask (Results 1 – 6 of 6) sorted by relevance
210 uint64_t hwcap_mask = GET_HWCAP_MASK(); in print_legacy_hwcap_directories() local211 uint64_t searched = GLRO (dl_hwcap) & hwcap_mask; in print_legacy_hwcap_directories()220 print_hwcap_1 (&first, !(hwcap_mask & bit), "masked"); in print_legacy_hwcap_directories()
28 # define GET_HWCAP_MASK() TUNABLE_GET (glibc, cpu, hwcap_mask, uint64_t, NULL)
208 uint64_t hwcap_mask = GET_HWCAP_MASK (); in search_cache() local210 uint64_t hwcap_exclude = ~((GLRO (dl_hwcap) & hwcap_mask) in search_cache()
173 uint64_t hwcap_mask = GET_HWCAP_MASK(); in _dl_important_hwcaps() local175 uint64_t masked = GLRO(dl_hwcap) & hwcap_mask; in _dl_important_hwcaps()
101 hwcap_mask {
137 static unsigned long int hwcap_mask = HWCAP_IMPORTANT; variable187 if (hwcap_idx != -1 && ((1 << hwcap_idx) & hwcap_mask)) in is_hwcap_platform()1363 hwcap_mask = strtoul (mask, NULL, 0); in set_hwcap()
Completed in 11 milliseconds