Searched refs:cache (Results 1 – 25 of 26) sorted by relevance
12
17 tests-static += tst-cache-ppc-static18 tests-internal += tst-cache-ppc-static21 modules-names += mod-cache-ppc22 tests += tst-cache-ppc tst-cache-ppc-static-dlopen23 tests-static += tst-cache-ppc-static-dlopen24 test-internal-extras += mod-cache-ppc26 mod-cache-ppc.so-no-z-defs = yes27 tst-cache-ppc-static-dlopen-ENV = LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)elf28 $(objpfx)tst-cache-ppc-static-dlopen.out: $(objpfx)mod-cache-ppc.so30 $(objpfx)tst-cache-ppc: $(objpfx)mod-cache-ppc.so
190 cache_file_new_matches_endian (const struct cache_file_new *cache) in cache_file_new_matches_endian() argument194 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() argument304 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()
65 static struct cached_data *cache; variable97 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()
24 #include_next <dl-cache.h>
34 #include_next <dl-cache.h>
56 #include_next <dl-cache.h>
72 #include_next <dl-cache.h>
97 #include_next <dl-cache.h>
30 ;! out that the data cache contention after a store makes such
45 tests-container += tst-glibc-hwcaps-cache
25 tst-glibc-hwcaps-2-cache
30 ;! not become faster due to data cache contention after a store. On the
30 ;! can not become faster due to data cache contention after a store. On the
179 STORE_INIT(%o5, %o0 + 0x00) ! initializes cache line208 STORE_INIT(%o4, %o0 + 0x00) ! initializes cache line
243 tst-sysconf-cache-linesize \244 tst-sysconf-cache-linesize-static246 tst-sysconf-cache-linesize-static
37 ldq_u t0, 0(a0) # e0 : give cache time to catch up
48 ldq_u t0, 0(a0) # load asap to give cache time to catch up
127 test-xfail-tst-pututxline-cache = yes
215 tests-container += tst-glibc-hwcaps-cache
179 tests-container += tst-glibc-hwcaps-cache
Completed in 45 milliseconds