Searched refs:hwcap_mask (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/elf/ |
D | dl-usage.c | 210 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()
|
D | dl-cache.c | 208 uint64_t hwcap_mask = GET_HWCAP_MASK (); in search_cache() local 210 uint64_t hwcap_exclude = ~((GLRO (dl_hwcap) & hwcap_mask) in search_cache()
|
D | dl-hwcaps.c | 173 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()
|
D | dl-hwcaps.h | 28 # define GET_HWCAP_MASK() TUNABLE_GET (glibc, cpu, hwcap_mask, uint64_t, NULL)
|
D | dl-tunables.list | 101 hwcap_mask {
|
D | ldconfig.c | 137 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/ |
D | README.tunables | 108 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)
|
D | tunables.texi | 52 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/ |
D | dl-machine.h | 43 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/ |
D | ChangeLog.12 | 1001 * elf/ldconfig.c: Add new variable hwcap_mask to honour LD_HWCAP_MASK. 1003 (set_hwcap): New function to set hwcap_mask.
|
D | ChangeLog.18 | 3636 * 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.
|