Home
last modified time | relevance | path

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

/glibc-2.36/elf/
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()
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()
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()
Ddl-hwcaps.h28 # define GET_HWCAP_MASK() TUNABLE_GET (glibc, cpu, hwcap_mask, uint64_t, NULL)
Ddl-tunables.list101 hwcap_mask {
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()
1355 hwcap_mask = strtoul (mask, NULL, 0); in set_hwcap()
/glibc-2.36/manual/
DREADME.tunables108 val = TUNABLE_GET_FULL (glibc, cpu, hwcap_mask, uint64_t, NULL)
110 TUNABLE_SET_FULL (glibc, cpu, hwcap_mask, val)
126 val = TUNABLE_GET_FULL (glibc, cpu, hwcap_mask, uint64_t, NULL)
128 TUNABLE_SET_WITH_BOUNDS_FULL (glibc, cpu, hwcap_mask, val, min, max)
Dtunables.texi52 glibc.cpu.hwcap_mask: 0x6 (min: 0x0, max: 0xffffffffffffffff)
473 @deftp Tunable glibc.cpu.hwcap_mask
479 @code{glibc.cpu.hwcap_mask} tunable allows the user to mask out those
/glibc-2.36/sysdeps/sparc/sparc32/
Ddl-machine.h43 uint64_t hwcap_mask = GET_HWCAP_MASK(); in elf_machine_matches_host() local
44 return GLRO(dl_hwcap) & hwcap_mask & HWCAP_SPARC_V9; in elf_machine_matches_host()
/glibc-2.36/ChangeLog.old/
DChangeLog.121001 * elf/ldconfig.c: Add new variable hwcap_mask to honour LD_HWCAP_MASK.
1003 (set_hwcap): New function to set hwcap_mask.
DChangeLog.183636 * elf/dl-hwcaps.h [HAVE_TUNABLES]: Always read hwcap_mask.
3640 up hwcap and hwcap_mask.
3643 (init_cpu_features): Use glibc.tune.hwcap_mask.
3649 glibc.tune.hwcap_mask.
3652 glibc.tune.hwcap_mask.
3668 * elf/dl-tunables.list: Add glibc.tune.hwcap_mask.
3670 * manual/tunables.texi: Document glibc.tune.hwcap_mask.