| /linux/drivers/gpu/drm/i915/gt/ |
| A D | intel_ppgtt.c | 183 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 …]
|
| A D | intel_gtt.h | 181 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);
|
| A D | gen6_ppgtt.c | 173 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
|
| A D | gen8_ppgtt.c | 323 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()
|
| A D | intel_ggtt.c | 740 struct i915_vm_pt_stash *stash, in intel_ggtt_bind_vma() argument 917 struct i915_vm_pt_stash *stash, in aliasing_gtt_bind_vma() argument 931 stash, vma_res, pat_index, flags); in aliasing_gtt_bind_vma() 951 struct i915_vm_pt_stash stash = {}; in init_aliasing_ppgtt() local 964 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, ggtt->vm.total); in init_aliasing_ppgtt() 969 err = i915_vm_map_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt() 980 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, ggtt->vm.total); in init_aliasing_ppgtt() 991 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt() 995 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
|
| A D | intel_migrate.c | 88 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/tools/sched_ext/ |
| A D | scx_flatcg.bpf.c | 282 struct cgv_node_stash *stash; in cgrp_enqueued() local 292 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in cgrp_enqueued() 293 if (!stash) { in cgrp_enqueued() 299 cgv_node = bpf_kptr_xchg(&stash->node, NULL); in cgrp_enqueued() 613 struct cgv_node_stash *stash; in try_pick_next_cgroup() local 697 stash = bpf_map_lookup_elem(&cgv_node_stash, &cgid); in try_pick_next_cgroup() 698 if (!stash) { in try_pick_next_cgroup() 716 cgv_node = bpf_kptr_xchg(&stash->node, cgv_node); in try_pick_next_cgroup() 838 struct cgv_node_stash empty_stash = {}, *stash; in BPF_STRUCT_OPS_SLEEPABLE() local 871 if (!stash) { in BPF_STRUCT_OPS_SLEEPABLE() [all …]
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | fsl-tsec-phy.txt | 68 - bd-stash : If present, indicates that the hardware supports stashing 70 - rx-stash-len : Denotes the number of bytes of a received buffer to stash 72 - rx-stash-idx : Denotes the index of the first byte from the received 73 buffer to stash in the L2.
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | local_kptr_stash.c | 26 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/drivers/net/ethernet/intel/idpf/ |
| A D | idpf_txrx.c | 80 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 …]
|
| A D | idpf_txrx.h | 120 #define IDPF_TX_BUF_RSV_UNUSED(txq) ((txq)->stash->buf_stack.top) 677 struct idpf_txq_stash *stash; member
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| A D | i915_gem_gtt.c | 191 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() 324 struct i915_vm_pt_stash stash = {}; in lowlevel_hole() local 335 if (i915_vm_alloc_pt_stash(vm, &stash, in lowlevel_hole() 339 err = i915_vm_map_pt_stash(vm, &stash); in lowlevel_hole() 341 vm->allocate_va_range(vm, &stash, in lowlevel_hole() [all …]
|
| A D | mock_gtt.c | 42 struct i915_vm_pt_stash *stash, in mock_bind_ppgtt() argument 95 struct i915_vm_pt_stash *stash, in mock_bind_ggtt() argument
|
| /linux/drivers/usb/gadget/ |
| A D | composite.c | 52 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs() 1439 void *stash; in copy_gadget_strings() local 1449 stash = uc->stash; in copy_gadget_strings() 1450 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings() 1454 gs_array[n_gs] = stash; in copy_gadget_strings() 1456 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings() 1458 gs->strings = stash; in copy_gadget_strings() 1462 s = stash; in copy_gadget_strings() 1463 stash += sizeof(struct usb_string); in copy_gadget_strings() 1470 s = stash; in copy_gadget_strings() [all …]
|
| /linux/arch/sparc/kernel/ |
| A D | wof.S | 110 save %g0, %g0, %g0 ! save into the window to stash away 116 STORE_WINDOW(sp) ! stash the window
|
| A D | head_32.S | 127 mov %o0, %l0 ! stash away romvec 129 mov %o1, %l1 ! stash away debug_vec too
|
| /linux/drivers/net/ethernet/apm/xgene/ |
| A D | xgene_enet_cle.h | 254 u8 stash; member
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_vma.c | 347 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/drivers/gpu/drm/i915/display/ |
| A D | intel_dpt.c | 82 struct i915_vm_pt_stash *stash, in dpt_bind_vma() argument
|
| /linux/Documentation/mm/ |
| A D | allocation-profiling.rst | 85 It's also possible to stash a pointer to an alloc tag in your own data structures.
|
| /linux/drivers/soc/fsl/dpio/ |
| A D | qbman-portal.h | 211 int stash);
|
| A D | qbman-portal.c | 1013 int stash) in qbman_pull_desc_set_storage() argument 1023 if (stash) in qbman_pull_desc_set_storage()
|
| /linux/include/linux/usb/ |
| A D | gadget.h | 836 u8 *stash[]; member
|
| /linux/arch/arc/kernel/ |
| A D | entry-compact.S | 234 ; can clobber scratch regs, hence use of stack to stash it
|
| /linux/Documentation/filesystems/caching/ |
| A D | backend-api.rst | 154 * ``cache_priv`` - A place for the cache to stash private data. 196 * ``cache_priv`` - A place for the cache to stash private data.
|