Home
last modified time | relevance | path

Searched refs:hwcap_mask (Results 1 – 6 of 6) sorted by relevance

/elf/
A Ddl-usage.c210 uint64_t hwcap_mask = GET_HWCAP_MASK(); in print_legacy_hwcap_directories() local
211 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()
A Ddl-hwcaps.h28 # define GET_HWCAP_MASK() TUNABLE_GET (glibc, cpu, hwcap_mask, uint64_t, NULL)
A Ddl-cache.c208 uint64_t hwcap_mask = GET_HWCAP_MASK (); in search_cache() local
210 uint64_t hwcap_exclude = ~((GLRO (dl_hwcap) & hwcap_mask) in search_cache()
A Ddl-hwcaps.c173 uint64_t hwcap_mask = GET_HWCAP_MASK(); in _dl_important_hwcaps() local
175 uint64_t masked = GLRO(dl_hwcap) & hwcap_mask; in _dl_important_hwcaps()
A Ddl-tunables.list101 hwcap_mask {
A Dldconfig.c137 static unsigned long int hwcap_mask = HWCAP_IMPORTANT; variable
187 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