Searched refs:cache (Results 226 - 250 of 437) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gperf/doc/
H A DMakefile.in147 $(RM) config.status config.log config.cache Makefile
/freebsd-11-stable/contrib/gperf/src/
H A DMakefile.in141 $(RM) config.status config.log config.cache Makefile config.h
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c658 cache(fin);
668 cache(fin);
/freebsd-11-stable/tools/regression/zfs/zpool/add/
H A Dfiles.t214 expect_fl ${ZPOOL} add ${name0} cache ${file2} ${file3}
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Dfiles.t187 expect_fl ${ZPOOL} create ${name0} mirror ${file0} ${file1} cache ${file2} ${file3}
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv7.S122 /* Get cache level */
127 /* For each cache level */
130 /* Get cache type for given level */
155 /* Clean and invalidate data cache by way/index */
219 * must use wb-inv of the entire cache.
312 * Invalidate all I+D+branch cache. Used by startup code, which counts
317 mcr CP15_CSSELR(r0) @ set cache level to L1
347 mcr CP15_ICIALLU @ invalidate instruction+branch cache
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql1 /* rep-cache-db.sql -- schema for use in rep-caching
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.in56 DISTCLEAN_TARGETS = config.cache config.log config.status libtool \
/freebsd-11-stable/contrib/apr/
H A DMakefile.in51 DISTCLEAN_TARGETS = config.cache config.log config.status \
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure805 -cache-file | --cache-file | --cache-fil | --cache-fi \
806 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
808 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure342 -cache-file | --cache-file | --cache-fil | --cache-fi \
343 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
345 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure379 -cache-file | --cache-file | --cache-fil | --cache-fi \
380 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
382 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dconfigure766 -cache-file | --cache-file | --cache-fil | --cache-fi \
767 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
769 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dconfigure218 -cache-file | --cache-file | --cache-fil | --cache-fi \
219 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
221 -cache-file=* | --cache-file=* | --cache
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c1241 /* conditions to remove from cache:
1291 struct wpa_ft_pmk_cache *cache; local
1293 cache = os_zalloc(sizeof(*cache));
1294 if (cache) {
1295 dl_list_init(&cache->pmk_r0);
1296 dl_list_init(&cache->pmk_r1);
1299 return cache;
1303 void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache) argument
1308 dl_list_for_each_safe(r0, r0prev, &cache
1329 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; local
1388 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; local
1416 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; local
1482 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; local
4551 struct wpa_ft_pmk_cache *cache = wpa_auth->ft_pmk_cache; local
[all...]
/freebsd-11-stable/contrib/binutils/include/coff/
H A Decoff.h348 field is NULL if this cache does not contain valid information. */
357 } cache; member in struct:ecoff_find_line
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio_mmio_platform.c55 #include <machine/cache.h>
241 /* Writeback, invalidate cache */
/freebsd-11-stable/sys/mips/malta/
H A Dgt_pci_bus_space.c91 #include <machine/cache.h>
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_machdep.c59 #include <machine/cache.h>
/freebsd-11-stable/sys/mips/mips/
H A Dcache.c1 /* $NetBSD: cache.c,v 1.33 2005/12/24 23:24:01 perry Exp $ */
77 #include <machine/cache.h>
256 /* Check that all cache ops are set up. */
261 panic("no icache_sync_all cache op");
263 panic("no icache_sync_range cache op");
265 panic("no icache_sync_range_index cache op");
281 /* L2 data cache */
H A Dmp_machdep.c53 #include <machine/cache.h>
285 * We assume that the L1 cache on the APs is identical to the one
H A Ddb_interface.c53 #include <machine/cache.h>
H A Dminidump_machdep.c48 #include <machine/cache.h>
171 /* Flush cache */
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_machdep.c59 #include <machine/cache.h>
235 * Sibyte has a L1 data cache coherent with DMA. This includes
/freebsd-11-stable/sys/kern/
H A Dsubr_kobj.c121 ops->cache[i] = &null_method;

Completed in 201 milliseconds

1234567891011>>