Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 25 of 26) sorted by relevance

12

/sysdeps/powerpc/
A DMakefile17 tests-static += tst-cache-ppc-static
18 tests-internal += tst-cache-ppc-static
21 modules-names += mod-cache-ppc
22 tests += tst-cache-ppc tst-cache-ppc-static-dlopen
23 tests-static += tst-cache-ppc-static-dlopen
24 test-internal-extras += mod-cache-ppc
26 mod-cache-ppc.so-no-z-defs = yes
27 tst-cache-ppc-static-dlopen-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf
28 $(objpfx)tst-cache-ppc-static-dlopen.out: $(objpfx)mod-cache-ppc.so
30 $(objpfx)tst-cache-ppc: $(objpfx)mod-cache-ppc.so
/sysdeps/generic/
A Ddl-cache.h190 cache_file_new_matches_endian (const struct cache_file_new *cache) in cache_file_new_matches_endian() argument
194 return cache->flags == 0 in cache_file_new_matches_endian()
195 || ((cache->flags & cache_file_new_flags_endian_big) in cache_file_new_matches_endian()
299 cache_extension_load (const struct cache_file_new *cache, in cache_extension_load() argument
304 if (cache->extension_offset == 0) in cache_extension_load()
307 if ((cache->extension_offset % 4) != 0) in cache_extension_load()
311 if (__builtin_add_overflow (cache->extension_offset, in cache_extension_load()
316 const struct cache_extension *ext = file_base + cache->extension_offset; in cache_extension_load()
322 || __builtin_add_overflow (cache->extension_offset in cache_extension_load()
/sysdeps/unix/sysv/linux/
A Dcheck_pf.c65 static struct cached_data *cache; variable
97 if (cache != NULL) in cache_valid_p()
100 return timestamp != 0 && cache->timestamp == timestamp; in cache_valid_p()
311 data = cache; in __check_pf()
312 atomic_increment (&cache->usecnt); in __check_pf()
336 olddata = cache; in __check_pf()
337 cache = data; in __check_pf()
367 if (cache) in libc_freeres_fn()
368 __free_in6ai (cache->in6ai); in libc_freeres_fn()
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Ddl-cache.h24 #include_next <dl-cache.h>
/sysdeps/unix/sysv/linux/powerpc/powerpc64/
A Ddl-cache.h24 #include_next <dl-cache.h>
/sysdeps/unix/sysv/linux/ia64/
A Ddl-cache.h24 #include_next <dl-cache.h>
/sysdeps/unix/sysv/linux/s390/s390-64/
A Ddl-cache.h24 #include_next <dl-cache.h>
/sysdeps/unix/sysv/linux/arm/
A Ddl-cache.h34 #include_next <dl-cache.h>
/sysdeps/unix/sysv/linux/aarch64/
A Ddl-cache.h56 #include_next <dl-cache.h>
/sysdeps/unix/sysv/linux/mips/
A Ddl-cache.h72 #include_next <dl-cache.h>
/sysdeps/unix/sysv/linux/riscv/
A Ddl-cache.h97 #include_next <dl-cache.h>
/sysdeps/hppa/
A Dadd_n.S30 ;! out that the data cache contention after a store makes such
A Dsub_n.S30 ;! out that the data cache contention after a store makes such
/sysdeps/s390/s390-64/
A DMakefile45 tests-container += tst-glibc-hwcaps-cache
/sysdeps/unix/sysv/linux/x86_64/
A DMakefile25 tst-glibc-hwcaps-2-cache
/sysdeps/hppa/hppa1.1/
A Dmul_1.S30 ;! not become faster due to data cache contention after a store. On the
A Daddmul_1.S30 ;! can not become faster due to data cache contention after a store. On the
A Dsubmul_1.S30 ;! can not become faster due to data cache contention after a store. On the
/sysdeps/sparc/sparc64/multiarch/
A Dmemcpy-niagara1.S179 STORE_INIT(%o5, %o0 + 0x00) ! initializes cache line
208 STORE_INIT(%o4, %o0 + 0x00) ! initializes cache line
/sysdeps/x86/
A DMakefile243 tst-sysconf-cache-linesize \
244 tst-sysconf-cache-linesize-static
246 tst-sysconf-cache-linesize-static
/sysdeps/alpha/
A Dstrcmp.S37 ldq_u t0, 0(a0) # e0 : give cache time to catch up
A Dstrncmp.S48 ldq_u t0, 0(a0) # load asap to give cache time to catch up
/sysdeps/mach/hurd/i386/
A DMakefile127 test-xfail-tst-pututxline-cache = yes
/sysdeps/powerpc/powerpc64/le/
A DMakefile215 tests-container += tst-glibc-hwcaps-cache
/sysdeps/x86_64/
A DMakefile179 tests-container += tst-glibc-hwcaps-cache

Completed in 45 milliseconds

12