/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | exec.c | 79 void **cache = (func ? &execvp_cache : &common_cache); in __exec_alloc() local 83 return *cache; in __exec_alloc() 84 else if (*cache) in __exec_alloc() 85 munmap(*cache, *cache_size); in __exec_alloc() 88 return *cache = mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_ANONYMOUS, -1, 0); in __exec_alloc()
|
/l4re-core-master/sigma0/server/src/ |
A D | memmap_internal.h | 44 bool cache) in snd_fpage() 47 if (cache) in snd_fpage()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ |
A D | README | 278 printing the cache. 295 with how they would behave if a cache was not used. 306 validation on ld.so.cache before using it. 410 Changed ldconfig to allow alternative conf and cache 437 Changed ld-linux.so to keep ld.so.cache mapped at all 517 cache version when a mismatch is detected. 544 Changed ldconfig to not generate a corrupt cache when 664 using ld.so.cache. 732 cache when the fully qualified library is requested. 735 printing the cache. [all …]
|
/l4re-core-master/cxx/lib/tl/include/ |
A D | slab_alloc | 60 /// Pointer to the slab cache (instance of the slab allocator). 61 Base_slab<Obj_size, Slab_size, Max_free, Alloc> *cache; 63 inline Slab_head() throw() : num_free(0), free(0), cache(0) 124 s->cache = this; 138 // insert slab into cache's list 144 /// Grow the slab cache, by adding a new slab. 158 * Shrink the slab cache by freeing empty slabs. 160 * The flow of memory from the slab cache back to the system is regulated via 162 * slab cache retains at maximum Max_free empty slabs; empty slabs exceeding 214 * cache memory is already exhausted. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/man/ |
A D | ld.so.texi | 53 * ldconfig:: A utility to maintain the cache and symlinks 118 @item /etc/ld.so.cache 204 @item can't map cache file @var{cache-file} 205 @itemx cache file @var{cache-file} @var{blah} 206 The linker cache file (generally @file{/etc/ld.so.cache}) is corrupt or 208 regenerating the cache file with @code{ldconfig}. 247 symbolic links needed by the libraries, and also to set up the cache file. 250 cache file or links are damaged. It is also run when upgrading the 270 Do not regenerate the cache. 279 Print out the library pathnames in the cache file (@file{/etc/ld.so.cache})
|
/l4re-core-master/l4sys/include/ |
A D | __l4_fpage.h | 403 l4_map_control(l4_umword_t spot, unsigned char cache, unsigned grant) L4_NOTHROW; 674 l4_map_control(l4_umword_t snd_base, unsigned char cache, unsigned grant) L4_NOTHROW in l4_map_control() argument 677 | ((l4_umword_t)cache << 4) | L4_ITEM_MAP | grant; in l4_map_control()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh/sh4/ |
A D | memcpy.S | 444 ! copy initial words until cache line aligned 472 ! Copy the cache line aligned blocks by using the FPU registers. 484 shld r0, r3 ! number of the cache lines 487 cmp/ge r0, r3 ! Check if there are many cache lines to copy. 488 bf 45f ! Copy cache line aligned blocks without pref. 494 ! Many cache lines have to be copied and the buffers are well aligned. 570 ! Other cache lines could be copied: so use the FPU in single paired 648 ! Copy the cache line aligned blocks 654 ! and dest hit the same cache line, this will thrash, so make
|
A D | memset.S | 64 ! align the dst to the cache block size if necessary
|
/l4re-core-master/l4sys/include/ARCH-x86/ |
A D | cache.h | 25 #include_next <l4/sys/cache.h>
|
/l4re-core-master/l4sys/include/ARCH-amd64/ |
A D | cache.h | 25 #include_next <l4/sys/cache.h>
|
/l4re-core-master/l4sys/include/ARCH-ppc32/ |
A D | cache.h | 25 #include_next <l4/sys/cache.h>
|
/l4re-core-master/l4sys/include/ARCH-sparc/ |
A D | cache.h | 25 #include_next <l4/sys/cache.h>
|
/l4re-core-master/l4sys/include/ARCH-arm64/ |
A D | cache.h | 31 #include_next <l4/sys/cache.h>
|
/l4re-core-master/l4sys/include/ARCH-arm/ |
A D | cache.h | 32 #include_next <l4/sys/cache.h>
|
/l4re-core-master/l4sys/include/ARCH-mips/ |
A D | cache.h | 32 #include_next <l4/sys/cache.h>
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | Makefile.arch | 22 $(eval $(call cache-output-var,IS_EABI,$(CC_IS_EABI_CHECK) -x c - -E -dM </dev/null 2>/dev/null | g…
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/ |
A D | add_n.s | 30 ;! out that the data cache contention after a store makes such
|
A D | sub_n.s | 30 ;! out that the data cache contention after a store makes such
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 243 # Usage: cache-output-var,<variable>,<shell command> 244 # Execute <shell command> and cache the output in <variable>. 245 define cache-output-var 279 $(eval $(call cache-output-var,GCC_VER,$(CC) -dumpversion)) 572 $(eval $(call cache-output-var,LDPIEFLAG,$(CC) -Wl$(comma)--help 2>/dev/null | grep -q -- -pie && e… 799 $(eval $(call cache-output-var,CC_IPREFIX,$(CC) -print-file-name=include)) 820 $(eval $(call cache-output-var,LIBGCC,$(CC) $(LIBGCC_CFLAGS) -print-libgcc-file-name)) 821 $(eval $(call cache-output-var,LIBGCC_EH,$(CC) $(LIBGCC_CFLAGS) -print-file-name=libgcc_eh.a))
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | barrier | 67 2. A great deal of attention has been paid to avoid cache line thrashing 68 by flattening the tree structure into cache-line sized arrays, that
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_types | 364 Cacheopt cache, Continue cont) noexcept 365 : T(L4_ITEM_MAP | (snd_base & (~0UL << 10)) | l4_umword_t(map_type) | l4_umword_t(cache) 374 Cacheopt cache = None, Continue cont = Last) noexcept 375 : T(L4_ITEM_MAP | (snd_base & (~0UL << 10)) | l4_umword_t(map_type) | l4_umword_t(cache) 398 Cacheopt cache = None, Continue cont = Last) noexcept 401 map_type, cache, cont);
|
/l4re-core-master/l4re/include/ |
A D | dma_space | 90 * memory hierarchy for DMA. This can either be done using the cache API 112 * The device is connected coherently with the cache.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/ |
A D | Makefile.in | 86 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 668 -rm -rf $(top_srcdir)/autom4te.cache
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/ |
A D | Makefile.in | 86 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 668 -rm -rf $(top_srcdir)/autom4te.cache
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/ |
A D | Makefile.in | 87 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 671 -rm -rf $(top_srcdir)/autom4te.cache
|