Home
last modified time | relevance | path

Searched refs:cache (Results 201 – 225 of 2199) sorted by relevance

12345678910>>...88

/openbmc/linux/drivers/soc/tegra/cbb/
H A Dtegra-cbb.c36 void tegra_cbb_print_cache(struct seq_file *file, u32 cache) in tegra_cbb_print_cache() argument
40 buff_str = (cache & BIT(0)) ? "Bufferable " : ""; in tegra_cbb_print_cache()
41 mod_str = (cache & BIT(1)) ? "Modifiable " : ""; in tegra_cbb_print_cache()
42 rd_str = (cache & BIT(2)) ? "Read-Allocate " : ""; in tegra_cbb_print_cache()
43 wr_str = (cache & BIT(3)) ? "Write-Allocate" : ""; in tegra_cbb_print_cache()
45 if (cache == 0x0) in tegra_cbb_print_cache()
49 cache, buff_str, mod_str, rd_str, wr_str); in tegra_cbb_print_cache()
/openbmc/linux/Documentation/core-api/
H A Dcachetlb.rst7 This document describes the cache/tlb flushing interfaces called
27 possible for stale translations to exist in this "TLB" cache.
130 The cache flushing routines below need only deal with cache flushing
187 "Harvard" type cache layouts).
192 the cache.
194 After running, there will be no entries in the cache for
206 After running, there will be no entries in the cache for
246 Next, you have to solve the D-cache aliasing issue for all
345 instruction cache does not snoop cpu stores, it is very
346 likely that you will need to flush the instruction cache
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh47 test "$VOLATILE_ENABLE_CACHE" = yes && echo "$EXEC" >> /etc/volatile.cache.build
70 test "$VOLATILE_ENABLE_CACHE" = yes && echo "$EXEC" >> /etc/volatile.cache.build
100 test "$VOLATILE_ENABLE_CACHE" = yes && echo " $EXEC" >> /etc/volatile.cache.build
188 test "$VOLATILE_ENABLE_CACHE" = yes && echo "$EXEC" >> /etc/volatile.cache.build
274 if [ -z "${ROOT_DIR}" ] && [ -f /etc/ld.so.cache ] && [ ! -f /var/run/ld.so.cache ]
276 ln -s /etc/ld.so.cache /var/run/ld.so.cache
/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/
H A Dfontconfig_2.15.0.bb37 # duplicate fc-cache for postinstall script
39 ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache
43 # duplicate fc-cache for postinstall script
45 ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache
61 FONTCONFIG_CACHE_DIR ?= "${localstatedir}/cache/fontconfig"
67 EXTRA_OECONF = " --disable-docs --with-default-fonts=${datadir}/fonts --with-cache-dir=${FONTCONFIG…
/openbmc/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml5 cache:
77 cache:
78 key: "${CI_JOB_NAME}-cache"
80 - ${CI_PROJECT_DIR}/avocado-cache
94 - echo "cache_dirs = ['${CI_PROJECT_DIR}/avocado-cache']"
98 - if [ -d ${CI_PROJECT_DIR}/avocado-cache ]; then
99 du -chs ${CI_PROJECT_DIR}/avocado-cache ;
104 - du -chs ${CI_PROJECT_DIR}/avocado-cache
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c272 char *cache; in reiserfs_mount() local
348 cache = ROOT; in reiserfs_mount()
402 return cache; in read_tree_node()
421 return cache; in read_tree_node()
432 char *cache; in next_key() local
466 cache = ROOT; in next_key()
472 if (! cache) in next_key()
488 if (! cache) in next_key()
522 char *cache; in search_stat() local
532 cache = ROOT; in search_stat()
[all …]
/openbmc/linux/drivers/xen/
H A Dgrant-table.c910 cache->pages = NULL; in cache_init()
915 return !cache->pages; in cache_empty()
922 page = cache->pages; in cache_deq()
931 cache->pages = page; in cache_enq()
963 cache_init(cache); in gnttab_page_cache_init()
964 cache->num_pages = 0; in gnttab_page_cache_init()
974 if (cache_empty(cache)) { in gnttab_page_cache_get()
979 page[0] = cache_deq(cache); in gnttab_page_cache_get()
980 cache->num_pages--; in gnttab_page_cache_get()
998 cache->num_pages += num; in gnttab_page_cache_put()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-cooling-devices.yaml76 next-level-cache = <&L2_0>;
77 L2_0: l2-cache {
78 compatible = "cache";
79 cache-unified;
80 cache-level = <2>;
81 next-level-cache = <&L3_0>;
82 L3_0: l3-cache {
83 compatible = "cache";
84 cache-unified;
85 cache-level = <3>;
/openbmc/u-boot/arch/nds32/lib/
H A Dcache.c10 static inline unsigned long CACHE_SET(unsigned char cache) in CACHE_SET() argument
12 if (cache == ICACHE) in CACHE_SET()
20 static inline unsigned long CACHE_WAY(unsigned char cache) in CACHE_WAY() argument
22 if (cache == ICACHE) in CACHE_WAY()
30 static inline unsigned long CACHE_LINE_SIZE(enum cache_t cache) in CACHE_LINE_SIZE() argument
32 if (cache == ICACHE) in CACHE_LINE_SIZE()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1375 cache = &dev->cache[i]; in yaffs_obj_cache_dirty()
1376 if (cache->object == obj && cache->dirty) in yaffs_obj_cache_dirty()
1403 cache = &dev->cache[i]; in yaffs_flush_file_cache()
1409 if (cache && !cache->locked) { in yaffs_flush_file_cache()
1421 if (cache) in yaffs_flush_file_cache()
1444 if (dev->cache[i].object && dev->cache[i].dirty) in yaffs_flush_whole_cache()
1485 if (!cache) { in yaffs_grab_chunk_cache()
1505 cache = &dev->cache[i]; in yaffs_grab_chunk_cache()
1509 if (!cache || cache->dirty) { in yaffs_grab_chunk_cache()
1574 if (cache) in yaffs_invalidate_chunk_cache()
[all …]
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dt4240si-pre.dtsi94 next-level-cache = <&L2_1>;
101 next-level-cache = <&L2_1>;
108 next-level-cache = <&L2_1>;
115 next-level-cache = <&L2_1>;
122 next-level-cache = <&L2_2>;
129 next-level-cache = <&L2_2>;
136 next-level-cache = <&L2_2>;
143 next-level-cache = <&L2_2>;
150 next-level-cache = <&L2_3>;
157 next-level-cache = <&L2_3>;
[all …]
/openbmc/linux/fs/btrfs/
H A Dbackref.h447 struct btrfs_backref_cache *cache, int is_reloc);
449 struct btrfs_backref_cache *cache, u64 bytenr, int level);
451 struct btrfs_backref_cache *cache);
469 static inline void btrfs_backref_free_node(struct btrfs_backref_cache *cache, in btrfs_backref_free_node() argument
476 cache->nr_nodes--; in btrfs_backref_free_node()
486 cache->nr_edges--; in btrfs_backref_free_edge()
530 void btrfs_backref_cleanup_node(struct btrfs_backref_cache *cache,
533 void btrfs_backref_release_cache(struct btrfs_backref_cache *cache);
544 struct btrfs_backref_cache *cache,
550 int btrfs_backref_finish_upper_links(struct btrfs_backref_cache *cache,
[all …]
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dcpus.yaml79 The blocksize in bytes for the Zicbom cache operations.
88 cache-op-block-size: false
151 i-cache-block-size = <64>;
152 i-cache-sets = <128>;
153 i-cache-size = <16384>;
167 d-cache-block-size = <64>;
168 d-cache-sets = <64>;
169 d-cache-size = <32768>;
173 i-cache-block-size = <64>;
174 i-cache-sets = <64>;
[all …]
/openbmc/linux/sound/firewire/motu/
H A Dmotu-stream.c156 kfree(motu->cache.event_offsets); in snd_motu_stream_reserve_duplex()
157 motu->cache.event_offsets = NULL; in snd_motu_stream_reserve_duplex()
188 motu->cache.size = motu->tx_stream.syt_interval * frames_per_buffer; in snd_motu_stream_reserve_duplex()
189 motu->cache.event_offsets = kcalloc(motu->cache.size, sizeof(*motu->cache.event_offsets), in snd_motu_stream_reserve_duplex()
191 if (!motu->cache.event_offsets) { in snd_motu_stream_reserve_duplex()
285 motu->cache.tail = 0; in snd_motu_stream_start_duplex()
286 motu->cache.tx_cycle_count = UINT_MAX; in snd_motu_stream_start_duplex()
287 motu->cache.head = 0; in snd_motu_stream_start_duplex()
288 motu->cache.rx_cycle_count = UINT_MAX; in snd_motu_stream_start_duplex()
327 kfree(motu->cache.event_offsets); in snd_motu_stream_stop_duplex()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_rtsym.c101 struct nfp_rtsym_table *cache; in __nfp_rtsym_table_read() local
121 size = sizeof(*cache); in __nfp_rtsym_table_read()
124 cache = kmalloc(size, GFP_KERNEL); in __nfp_rtsym_table_read()
125 if (!cache) in __nfp_rtsym_table_read()
128 cache->cpp = cpp; in __nfp_rtsym_table_read()
130 cache->strtab = (void *)&cache->symtab[cache->num]; in __nfp_rtsym_table_read()
139 cache->strtab[strtab_size] = '\0'; in __nfp_rtsym_table_read()
141 for (n = 0; n < cache->num; n++) in __nfp_rtsym_table_read()
143 &cache->symtab[n], &rtsymtab[n]); in __nfp_rtsym_table_read()
147 return cache; in __nfp_rtsym_table_read()
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c915 memset(&admin->cache.counter, 0, sizeof(admin->cache.counter)); in sparx5_vcap_cache_erase()
1159 admin->cache.counter = in sparx5_vcap_is0_cache_read()
1161 admin->cache.sticky = in sparx5_vcap_is0_cache_read()
1196 admin->cache.counter = in sparx5_vcap_is2_cache_read()
1199 admin->cache.counter = in sparx5_vcap_is2_cache_read()
1201 admin->cache.sticky = in sparx5_vcap_is2_cache_read()
1249 admin->cache.counter = in sparx5_vcap_es0_cache_read()
1251 admin->cache.sticky = admin->cache.counter; in sparx5_vcap_es0_cache_read()
1285 admin->cache.counter = in sparx5_vcap_es2_cache_read()
1287 admin->cache.sticky = in sparx5_vcap_es2_cache_read()
[all …]
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdx75.dtsi54 L2_0: l2-cache {
56 cache-level = <2>;
57 cache-unified;
59 L3_0: l3-cache {
62 cache-unified;
80 L2_100: l2-cache {
83 cache-unified;
101 L2_200: l2-cache {
104 cache-unified;
122 L2_300: l2-cache {
[all …]
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8186.dtsi380 i-cache-sets = <128>;
599 cache-level = <2>;
602 cache-sets = <512>;
604 cache-unified;
609 cache-level = <2>;
612 cache-sets = <512>;
614 cache-unified;
617 l3_0: l3-cache {
619 cache-level = <3>;
622 cache-sets = <1024>;
[all …]
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/tumbler/
H A Dtumbler_4.18.0.bb19 ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so
25 ${libdir}/tumbler-1/plugins/cache/*.so \
30 ${libdir}/tumbler-1/plugins/cache/*.la \
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt8103.dtsi67 i-cache-size = <0x20000>;
68 d-cache-size = <0x10000>;
81 i-cache-size = <0x20000>;
82 d-cache-size = <0x10000>;
169 l2_cache_0: l2-cache-0 {
170 compatible = "cache";
171 cache-level = <2>;
172 cache-unified;
177 compatible = "cache";
178 cache-level = <2>;
[all …]
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2711.dtsi463 /* Source for d/i-cache-line-size and d/i-cache-sets
476 d-cache-size = <0x8000>;
479 i-cache-size = <0xc000>;
491 d-cache-size = <0x8000>;
494 i-cache-size = <0xc000>;
506 d-cache-size = <0x8000>;
530 /* Source for d/i-cache-line-size and d/i-cache-sets
538 compatible = "cache";
539 cache-unified;
541 cache-line-size = <64>;
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dfuse-io.rst12 + writeback-cache
17 In direct-io mode the page cache is completely bypassed for reads and writes.
20 In cached mode reads may be satisfied from the page cache, and data may be
21 read-ahead by the kernel to fill the cache. The cache is always kept consistent
26 writeback-cache mode may be selected by the FUSE_WRITEBACK_CACHE flag in the
34 In writeback-cache mode (enabled by the FUSE_WRITEBACK_CACHE flag) writes go to
35 the cache only, which means that the write(2) syscall can often complete very
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433.dtsi98 i-cache-sets = <256>;
101 d-cache-sets = <128>;
114 i-cache-sets = <256>;
117 d-cache-sets = <128>;
130 i-cache-sets = <256>;
133 d-cache-sets = <128>;
221 cache-level = <2>;
222 cache-unified;
230 cache-level = <2>;
231 cache-unified;
[all …]
/openbmc/u-boot/drivers/mtd/nand/
H A Dbbt.c32 nand->bbt.cache = kzalloc(nwords, GFP_KERNEL); in nanddev_bbt_init()
33 if (!nand->bbt.cache) in nanddev_bbt_init()
48 kfree(nand->bbt.cache); in nanddev_bbt_cleanup()
79 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_get_block_status()
112 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_set_block_status()
/openbmc/linux/drivers/mtd/nand/
H A Dbbt.c28 nand->bbt.cache = bitmap_zalloc(nblocks * bits_per_block, GFP_KERNEL); in nanddev_bbt_init()
29 if (!nand->bbt.cache) in nanddev_bbt_init()
44 bitmap_free(nand->bbt.cache); in nanddev_bbt_cleanup()
75 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_get_block_status()
108 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_set_block_status()

12345678910>>...88