Home
last modified time | relevance | path

Searched refs:stash (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c183 struct i915_vm_pt_stash *stash, in ppgtt_bind_vma() argument
234 pt_sz = stash->pt_sz; in i915_vm_alloc_pt_stash()
248 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash()
252 pt->stash = stash->pt[0]; in i915_vm_alloc_pt_stash()
253 stash->pt[0] = pt; in i915_vm_alloc_pt_stash()
268 pd->pt.stash = stash->pt[1]; in i915_vm_alloc_pt_stash()
269 stash->pt[1] = &pd->pt; in i915_vm_alloc_pt_stash()
277 struct i915_vm_pt_stash *stash) in i915_vm_map_pt_stash() argument
283 for (pt = stash->pt[n]; pt; pt = pt->stash) { in i915_vm_map_pt_stash()
300 while ((pt = stash->pt[n])) { in i915_vm_free_pt_stash()
[all …]
H A Dintel_gtt.h181 struct i915_page_table *stash; member
234 struct i915_vm_pt_stash *stash,
319 struct i915_vm_pt_stash *stash,
586 struct i915_vm_pt_stash *stash,
664 struct i915_vm_pt_stash *stash,
676 struct i915_vm_pt_stash *stash,
679 struct i915_vm_pt_stash *stash);
681 struct i915_vm_pt_stash *stash);
H A Dgen6_ppgtt.c173 struct i915_vm_pt_stash *stash, in gen6_alloc_va_range() argument
190 pt = stash->pt[0]; in gen6_alloc_va_range()
197 stash->pt[0] = pt->stash; in gen6_alloc_va_range()
281 struct i915_vm_pt_stash *stash, in pd_vma_bind() argument
H A Dgen8_ppgtt.c323 struct i915_vm_pt_stash *stash, in __gen8_ppgtt_alloc() argument
348 pt = stash->pt[!!lvl]; in __gen8_ppgtt_alloc()
355 stash->pt[!!lvl] = pt->stash; in __gen8_ppgtt_alloc()
367 __gen8_ppgtt_alloc(vm, stash, in __gen8_ppgtt_alloc()
391 struct i915_vm_pt_stash *stash, in gen8_ppgtt_alloc() argument
402 __gen8_ppgtt_alloc(vm, stash, i915_vm_to_ppgtt(vm)->pd, in gen8_ppgtt_alloc()
H A Dintel_ggtt.c743 struct i915_vm_pt_stash *stash, in intel_ggtt_bind_vma() argument
920 struct i915_vm_pt_stash *stash, in aliasing_gtt_bind_vma() argument
934 stash, vma_res, pat_index, flags); in aliasing_gtt_bind_vma()
954 struct i915_vm_pt_stash stash = {}; in init_aliasing_ppgtt() local
967 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, ggtt->vm.total); in init_aliasing_ppgtt()
972 err = i915_vm_map_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
983 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, ggtt->vm.total); in init_aliasing_ppgtt()
994 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
998 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
H A Dintel_migrate.c88 struct i915_vm_pt_stash stash = {}; in migrate_vm() local
155 stash.pt_sz = I915_GTT_PAGE_SIZE_64K; in migrate_vm()
191 err = i915_vm_alloc_pt_stash(&vm->vm, &stash, sz); in migrate_vm()
199 err = i915_vm_map_pt_stash(&vm->vm, &stash); in migrate_vm()
203 vm->vm.allocate_va_range(&vm->vm, &stash, base, sz); in migrate_vm()
205 i915_vm_free_pt_stash(&vm->vm, &stash); in migrate_vm()
/linux-6.15/tools/sched_ext/
H A Dscx_flatcg.bpf.c277 struct cgv_node_stash *stash; in cgrp_enqueued() local
287 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in cgrp_enqueued()
288 if (!stash) { in cgrp_enqueued()
294 cgv_node = bpf_kptr_xchg(&stash->node, NULL); in cgrp_enqueued()
610 struct cgv_node_stash *stash; in try_pick_next_cgroup() local
694 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in try_pick_next_cgroup()
695 if (!stash) { in try_pick_next_cgroup()
713 cgv_node = bpf_kptr_xchg(&stash->node, cgv_node); in try_pick_next_cgroup()
835 struct cgv_node_stash empty_stash = {}, *stash; in BPF_STRUCT_OPS_SLEEPABLE() local
868 if (!stash) { in BPF_STRUCT_OPS_SLEEPABLE()
[all …]
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dlocal_kptr_stash.c26 struct stash { struct
34 __type(value, struct stash); argument
237 struct stash *s; in refcount_acquire_without_unstash()
264 struct stash *s; in stash_refcounted_node()
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dfsl,gianfar.yaml83 bd-stash:
89 rx-stash-len:
92 Denotes the number of bytes of a received buffer to stash in the L2.
94 rx-stash-idx:
97 Denotes the index of the first byte from the received buffer to stash in
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c80 struct idpf_tx_stash *stash; in idpf_tx_buf_rel_all() local
110 hash_for_each_safe(txq->stash->sched_buf_hash, tag, tmp, stash, in idpf_tx_buf_rel_all()
112 if (!stash) in idpf_tx_buf_rel_all()
116 hash_del(&stash->hlist); in idpf_tx_buf_rel_all()
1403 q->stash = &stashes[j]; in idpf_txq_group_alloc()
1679 hash_for_each_possible_safe(txq->stash->sched_buf_hash, stash, tmp_buf, in idpf_tx_clean_stashed_bufs()
1684 hash_del(&stash->hlist); in idpf_tx_clean_stashed_bufs()
1688 idpf_buf_lifo_push(&txq->stash->buf_stack, stash); in idpf_tx_clean_stashed_bufs()
1706 stash = idpf_buf_lifo_pop(&txq->stash->buf_stack); in idpf_stash_flow_sch_buffers()
1707 if (unlikely(!stash)) { in idpf_stash_flow_sch_buffers()
[all …]
H A Didpf_txrx.h120 #define IDPF_TX_BUF_RSV_UNUSED(txq) ((txq)->stash->buf_stack.top)
663 struct idpf_txq_stash *stash; member
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c191 struct i915_vm_pt_stash stash = {}; in igt_ppgtt_alloc() local
199 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
208 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
213 struct i915_vm_pt_stash stash = {}; in igt_ppgtt_alloc() local
221 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
229 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
325 struct i915_vm_pt_stash stash = {}; in lowlevel_hole() local
336 if (i915_vm_alloc_pt_stash(vm, &stash, in lowlevel_hole()
340 err = i915_vm_map_pt_stash(vm, &stash); in lowlevel_hole()
342 vm->allocate_va_range(vm, &stash, in lowlevel_hole()
[all …]
H A Dmock_gtt.c42 struct i915_vm_pt_stash *stash, in mock_bind_ppgtt() argument
95 struct i915_vm_pt_stash *stash, in mock_bind_ggtt() argument
/linux-6.15/drivers/usb/gadget/
H A Dcomposite.c52 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1440 void *stash; in copy_gadget_strings() local
1450 stash = uc->stash; in copy_gadget_strings()
1451 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1455 gs_array[n_gs] = stash; in copy_gadget_strings()
1457 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1459 gs->strings = stash; in copy_gadget_strings()
1463 s = stash; in copy_gadget_strings()
1464 stash += sizeof(struct usb_string); in copy_gadget_strings()
1471 s = stash; in copy_gadget_strings()
[all …]
/linux-6.15/arch/sparc/kernel/
H A Dwof.S110 save %g0, %g0, %g0 ! save into the window to stash away
116 STORE_WINDOW(sp) ! stash the window
H A Dhead_32.S127 mov %o0, %l0 ! stash away romvec
129 mov %o1, %l1 ! stash away debug_vec too
/linux-6.15/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.h254 u8 stash; member
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_vma.c347 struct i915_vm_pt_stash stash; member
369 vma_res->ops->bind_vma(vma_res->vm, &vw->stash, in __vma_bind()
380 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release()
1490 &work->stash, in i915_vma_pin_ww()
1495 err = i915_vm_map_pt_stash(vma->vm, &work->stash); in i915_vma_pin_ww()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dpt.c82 struct i915_vm_pt_stash *stash, in dpt_bind_vma() argument
/linux-6.15/Documentation/mm/
H A Dallocation-profiling.rst90 It's also possible to stash a pointer to an alloc tag in your own data structures.
/linux-6.15/drivers/soc/fsl/dpio/
H A Dqbman-portal.h211 int stash);
H A Dqbman-portal.c1013 int stash) in qbman_pull_desc_set_storage() argument
1023 if (stash) in qbman_pull_desc_set_storage()
/linux-6.15/include/linux/usb/
H A Dgadget.h836 u8 *stash[]; member
/linux-6.15/arch/arc/kernel/
H A Dentry-compact.S234 ; can clobber scratch regs, hence use of stack to stash it
/linux-6.15/Documentation/filesystems/caching/
H A Dbackend-api.rst154 * ``cache_priv`` - A place for the cache to stash private data.
196 * ``cache_priv`` - A place for the cache to stash private data.

12