Searched refs:cache (Results 176 - 200 of 961) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c390 memset(admin->cache.keystream, 0, STREAMSIZE);
391 memset(admin->cache.maskstream, 0, STREAMSIZE);
392 memset(admin->cache.actionstream, 0, STREAMSIZE);
393 memset(&admin->cache.counter, 0, sizeof(admin->cache.counter));
412 admin->cache.counter = counter;
423 lan_wr(admin->cache.counter, lan966x,
440 keystr = &admin->cache.keystream[start];
441 mskstr = &admin->cache.maskstream[start];
442 actstr = &admin->cache
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c230 * that they access otherwise hidden registers. (Used to adjust L3 cache etc.)
634 static int use_cpu_reloc(const struct reloc_cache *cache, argument
652 return (cache->has_llc ||
1120 static void reloc_cache_init(struct reloc_cache *cache, argument
1123 cache->page = -1;
1124 cache->vaddr = 0;
1126 cache->graphics_ver = GRAPHICS_VER(i915);
1127 cache->has_llc = HAS_LLC(i915);
1128 cache->use_64bit_reloc = HAS_64BIT_RELOC(i915);
1129 cache
1146 cache_to_ggtt(struct reloc_cache *cache) argument
1153 reloc_cache_unmap(struct reloc_cache *cache) argument
1167 reloc_cache_remap(struct reloc_cache *cache, struct drm_i915_gem_object *obj) argument
1194 reloc_cache_reset(struct reloc_cache *cache, struct i915_execbuffer *eb) argument
1232 reloc_kmap(struct drm_i915_gem_object *obj, struct reloc_cache *cache, unsigned long pageno) argument
1274 struct reloc_cache *cache = &eb->reloc_cache; local
1355 struct reloc_cache *cache = &eb->reloc_cache; local
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dspu.c104 * @cache: Cached values of priv1 registers.
113 struct priv1_cache cache; member in struct:spu_pdata
351 spu_pdata(spu)->cache.sr1 = 0x33;
481 spu_pdata(spu)->cache.masks[class] = mask;
483 spu_pdata(spu)->cache.masks[class]);
488 return spu_pdata(spu)->cache.masks[class];
539 BUG_ON((sr1 & allowed) != (spu_pdata(spu)->cache.sr1 & allowed));
541 spu_pdata(spu)->cache.sr1 = sr1;
545 spu_pdata(spu)->cache.sr1);
550 return spu_pdata(spu)->cache
[all...]
/linux-master/arch/arm/mach-omap2/
H A Domap-iommu.c61 static LIST_HEAD(cache);
65 list_for_each_entry(entry, &cache, node) {
107 list_add(&entry->node, &cache);
/linux-master/kernel/
H A Dscs.c81 * so use this_cpu_cmpxchg to update the cache, and vfree_atomic
96 void **cache = per_cpu_ptr(scs_cache, cpu); local
99 vfree(cache[i]);
100 cache[i] = NULL;
/linux-master/fs/ceph/
H A Dcache.c3 * Ceph cache definitions.
13 #include "cache.h"
32 WARN_ON_ONCE(ci->netfs.cache);
34 ci->netfs.cache =
39 if (ci->netfs.cache)
/linux-master/net/sunrpc/
H A Dauth.c92 MODULE_PARM_DESC(auth_hashtable_size, "RPC credential cache hashtable size");
96 MODULE_PARM_DESC(auth_max_cred_cachesize, "RPC credential maximum total cache size");
285 * Initialize RPC credential cache
374 * Clear the RPC credential cache, and delete those credentials
378 rpcauth_clear_credcache(struct rpc_cred_cache *cache) argument
383 unsigned int hashsize = 1U << cache->hashbits;
387 spin_lock(&cache->lock);
389 head = &cache->hashtable[i];
398 spin_unlock(&cache->lock);
404 * Destroy the RPC credential cache
409 struct rpc_cred_cache *cache = auth->au_credcache; local
518 struct rpc_cred_cache *cache = auth->au_credcache; local
[all...]
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c295 if (rcu_access_pointer(local_storage->cache[smap->cache_idx]) ==
297 RCU_INIT_POINTER(local_storage->cache[smap->cache_idx], NULL);
425 * deleted sdata to the cache will become a use-after-free
430 rcu_assign_pointer(local_storage->cache[smap->cache_idx], SDATA(selem));
639 static u16 bpf_local_storage_cache_idx_get(struct bpf_local_storage_cache *cache) argument
644 spin_lock(&cache->idx_lock);
647 if (cache->idx_usage_counts[i] < min_usage) {
648 min_usage = cache->idx_usage_counts[i];
656 cache->idx_usage_counts[res]++;
658 spin_unlock(&cache
663 bpf_local_storage_cache_idx_free(struct bpf_local_storage_cache *cache, u16 idx) argument
766 bpf_local_storage_map_alloc(union bpf_attr *attr, struct bpf_local_storage_cache *cache, bool bpf_ma) argument
822 bpf_local_storage_map_free(struct bpf_map *map, struct bpf_local_storage_cache *cache, int __percpu *busy_counter) argument
[all...]
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_resource.c513 while (i >= iter_io->cache.end) {
514 iter_io->cache.sg = iter_io->cache.sg ?
515 sg_next(iter_io->cache.sg) : iter_io->st->sgl;
516 iter_io->cache.i = iter_io->cache.end;
517 iter_io->cache.end += sg_dma_len(iter_io->cache.sg) >>
519 iter_io->cache.offs = sg_dma_address(iter_io->cache
[all...]
/linux-master/drivers/infiniband/core/
H A Dcache.c202 return device->port_data[port].cache.gid;
424 * GID. However such zero GIDs are not added to the cache.
671 * GID value in the local software cache.
890 release_gid_table(ib_dev, ib_dev->port_data[p].cache.gid);
891 ib_dev->port_data[p].cache.gid = NULL;
907 ib_dev->port_data[rdma_port].cache.gid = table;
922 ib_dev->port_data[p].cache.gid);
940 * rdma_query_gid - Read the GID content from the GID software cache
948 * hold any reference to the GID table entry in the HCA or software cache.
1009 * rdma_find_gid() searches for the specified GID value in the software cache
1056 struct ib_pkey_cache *cache; local
1092 struct ib_pkey_cache *cache; local
1137 struct ib_pkey_cache *cache; local
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c210 WRITE_ONCE(dev->cache.last_add, jiffies);
256 /* Asynchronously schedule new MRs to be populated in the cache. */
300 /* Synchronously create a MR in the cache */
318 WRITE_ONCE(ent->dev->cache.last_add, jiffies);
441 * Upon set we immediately fill the cache to high water mark implied by
474 static bool someone_adding(struct mlx5_mkey_cache *cache) argument
480 mutex_lock(&cache->rb_lock);
481 for (node = rb_first(&cache->rb_root); node; node = rb_next(node)) {
487 mutex_unlock(&cache->rb_lock);
491 mutex_unlock(&cache
532 struct mlx5_mkey_cache *cache = &dev->cache; local
628 mlx5_cache_ent_insert(struct mlx5_mkey_cache *cache, struct mlx5_cache_ent *ent) argument
814 struct mlx5_mkey_cache *cache = &dev->cache; local
910 struct mlx5_mkey_cache *cache; local
939 struct mlx5_mkey_cache *cache = &dev->cache; local
1799 struct mlx5_mkey_cache *cache = &dev->cache; local
[all...]
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S51 /* Lock this asm section into the I-cache */
61 1: cache 0x1c, 0(t0)
65 /* Lock the interrupt vector into the I-cache */
69 cache 0x1c, 0(t1)
140 /* Unlock I-cache */
150 1: cache 0x00, 0(t0)
158 cache 0x00, 0(t1)
/linux-master/include/linux/
H A Dbch.h33 * @cache: log-based polynomial representation buffer
52 int *cache; member in struct:bch_control
H A Ddebug_locks.h6 #include <linux/cache.h>
/linux-master/arch/powerpc/platforms/powermac/
H A DMakefile17 sleep.o low_i2c.o cache.o pfunc_core.o \
/linux-master/arch/microblaze/include/asm/
H A Dpgalloc.h17 #include <asm/cache.h>
/linux-master/include/net/
H A Ddst_cache.h12 struct dst_cache_pcpu __percpu *cache; member in struct:dst_cache
17 * dst_cache_get - perform cache lookup
18 * @dst_cache: the cache
27 * dst_cache_get_ip4 - perform cache lookup and fetch ipv4 source address
28 * @dst_cache: the cache
36 * dst_cache_set_ip4 - store the ipv4 dst into the cache
37 * @dst_cache: the cache
39 * @saddr: the source address to be stored inside the cache
49 * dst_cache_set_ip6 - store the ipv6 dst into the cache
50 * @dst_cache: the cache
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_active_types.h30 struct active_node *cache; member in struct:i915_active
/linux-master/drivers/net/wireguard/
H A Dsocket.c21 struct endpoint *endpoint, u8 ds, struct dst_cache *cache)
48 if (cache)
49 rt = dst_cache_get_ip4(cache, &fl.saddr);
58 if (cache)
59 dst_cache_reset(cache);
68 if (cache)
69 dst_cache_reset(cache);
80 if (cache)
81 dst_cache_set_ip4(cache, &rt->dst, fl.saddr);
98 struct endpoint *endpoint, u8 ds, struct dst_cache *cache)
20 send4(struct wg_device *wg, struct sk_buff *skb, struct endpoint *endpoint, u8 ds, struct dst_cache *cache) argument
97 send6(struct wg_device *wg, struct sk_buff *skb, struct endpoint *endpoint, u8 ds, struct dst_cache *cache) argument
[all...]
/linux-master/arch/arm/mach-shmobile/
H A Dsetup-sh73a0.c17 #include <asm/hardware/cache-l2x0.h>
/linux-master/drivers/xen/
H A Dfeatures.c10 #include <linux/cache.h>
/linux-master/include/linux/firmware/
H A Dtrusted_foundations.h27 #include <asm/hardware/cache-l2x0.h>
63 pr_err("L2X0 cache will be kept disabled.\n");
/linux-master/include/soc/tegra/
H A Dtegra-cbb.h38 void tegra_cbb_print_cache(struct seq_file *file, u32 cache);
/linux-master/arch/openrisc/kernel/
H A Dvmlinux.lds.S26 #include <asm/cache.h>
/linux-master/sound/soc/codecs/
H A Didt821034.c39 } cache; member in struct:idt821034
126 conf = IDT821034_MODE_CODEC(ch) | idt821034->cache.codec_conf;
131 idt821034->cache.ch[ch].rx_slot);
138 idt821034->cache.ch[ch].tx_slot);
148 idt821034->cache.ch[ch].power = power;
155 return idt821034->cache.ch[ch].power;
178 * to cache values
180 if (idt821034->cache.ch[0].power & IDT821034_CONF_PWRUP_RX) {
182 ts = idt821034->cache.ch[0].rx_slot;
183 } else if (idt821034->cache
[all...]

Completed in 235 milliseconds

1234567891011>>