Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_ppgtt.c180 struct i915_vm_pt_stash *stash, in ppgtt_bind_vma() argument
188 vm->allocate_va_range(vm, stash, vma->node.start, vma->size); in ppgtt_bind_vma()
216 struct i915_vm_pt_stash *stash, in i915_vm_alloc_pt_stash() argument
232 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash()
236 pt->stash = stash->pt[0]; in i915_vm_alloc_pt_stash()
237 stash->pt[0] = pt; in i915_vm_alloc_pt_stash()
248 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash()
252 pd->pt.stash = stash->pt[1]; in i915_vm_alloc_pt_stash()
253 stash->pt[1] = &pd->pt; in i915_vm_alloc_pt_stash()
261 struct i915_vm_pt_stash *stash) in i915_vm_map_pt_stash() argument
[all …]
Dintel_gtt.h155 struct i915_page_table *stash; member
199 struct i915_vm_pt_stash *stash,
273 struct i915_vm_pt_stash *stash,
597 struct i915_vm_pt_stash *stash,
609 struct i915_vm_pt_stash *stash,
612 struct i915_vm_pt_stash *stash);
614 struct i915_vm_pt_stash *stash);
Dgen6_ppgtt.c169 struct i915_vm_pt_stash *stash, in gen6_alloc_va_range() argument
186 pt = stash->pt[0]; in gen6_alloc_va_range()
194 stash->pt[0] = pt->stash; in gen6_alloc_va_range()
290 struct i915_vm_pt_stash *stash, in pd_vma_bind() argument
Dintel_migrate.c49 struct i915_vm_pt_stash stash = {}; in migrate_vm() local
118 err = i915_vm_alloc_pt_stash(&vm->vm, &stash, sz); in migrate_vm()
126 err = i915_vm_map_pt_stash(&vm->vm, &stash); in migrate_vm()
130 vm->vm.allocate_va_range(&vm->vm, &stash, base, sz); in migrate_vm()
132 i915_vm_free_pt_stash(&vm->vm, &stash); in migrate_vm()
Dgen8_ppgtt.c277 struct i915_vm_pt_stash *stash, in __gen8_ppgtt_alloc() argument
302 pt = stash->pt[!!lvl]; in __gen8_ppgtt_alloc()
310 stash->pt[!!lvl] = pt->stash; in __gen8_ppgtt_alloc()
322 __gen8_ppgtt_alloc(vm, stash, in __gen8_ppgtt_alloc()
346 struct i915_vm_pt_stash *stash, in gen8_ppgtt_alloc() argument
357 __gen8_ppgtt_alloc(vm, stash, i915_vm_to_ppgtt(vm)->pd, in gen8_ppgtt_alloc()
Dintel_ggtt.c455 struct i915_vm_pt_stash *stash, in ggtt_bind_vma() argument
611 struct i915_vm_pt_stash *stash, in aliasing_gtt_bind_vma() argument
625 stash, vma, cache_level, flags); in aliasing_gtt_bind_vma()
643 struct i915_vm_pt_stash stash = {}; in init_aliasing_ppgtt() local
656 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, ggtt->vm.total); in init_aliasing_ppgtt()
661 err = i915_vm_map_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
672 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, ggtt->vm.total); in init_aliasing_ppgtt()
683 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
687 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt68 - 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-v5.15/drivers/gpu/drm/i915/selftests/
Di915_gem_gtt.c183 struct i915_vm_pt_stash stash = {}; in igt_ppgtt_alloc() local
185 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, size); in igt_ppgtt_alloc()
189 err = i915_vm_map_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
191 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
195 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, size); in igt_ppgtt_alloc()
200 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
205 struct i915_vm_pt_stash stash = {}; in igt_ppgtt_alloc() local
207 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, size - last); in igt_ppgtt_alloc()
211 err = i915_vm_map_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
213 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
[all …]
Dmock_gtt.c42 struct i915_vm_pt_stash *stash, in mock_bind_ppgtt() argument
96 struct i915_vm_pt_stash *stash, in mock_bind_ggtt() argument
/Linux-v5.15/drivers/usb/gadget/
Dcomposite.c50 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1331 void *stash; in copy_gadget_strings() local
1341 stash = uc->stash; in copy_gadget_strings()
1342 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1346 gs_array[n_gs] = stash; in copy_gadget_strings()
1348 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1350 gs->strings = stash; in copy_gadget_strings()
1354 s = stash; in copy_gadget_strings()
1355 stash += sizeof(struct usb_string); in copy_gadget_strings()
1362 s = stash; in copy_gadget_strings()
[all …]
/Linux-v5.15/arch/sparc/kernel/
Dwof.S110 save %g0, %g0, %g0 ! save into the window to stash away
116 STORE_WINDOW(sp) ! stash the window
Dhead_32.S124 mov %o0, %l0 ! stash away romvec
126 mov %o1, %l1 ! stash away debug_vec too
/Linux-v5.15/arch/x86/lib/
Dhweight.S74 movl %eax, %ecx # stash away result
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_vma.c291 struct i915_vm_pt_stash stash; member
304 vma->ops->bind_vma(vw->vm, &vw->stash, in __vma_bind()
317 i915_vm_free_pt_stash(vw->vm, &vw->stash); in __vma_release()
915 &work->stash, in i915_vma_pin_ww()
920 err = i915_vm_map_pt_stash(vma->vm, &work->stash); in i915_vma_pin_ww()
/Linux-v5.15/drivers/net/ethernet/apm/xgene/
Dxgene_enet_cle.h254 u8 stash; member
/Linux-v5.15/include/linux/usb/
Dgadget.h807 u8 *stash[]; member
/Linux-v5.15/drivers/soc/fsl/dpio/
Dqbman-portal.h204 int stash);
Dqbman-portal.c1011 int stash) in qbman_pull_desc_set_storage() argument
1021 if (stash) in qbman_pull_desc_set_storage()
/Linux-v5.15/arch/arc/kernel/
Dentry-compact.S234 ; can clobber scratch regs, hence use of stack to stash it
/Linux-v5.15/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c301 return (struct usb_gadget_strings *)container->stash; in ast_vhub_str_of_container()
/Linux-v5.15/Documentation/filesystems/
Didmappings.rst969 1. We always stash a reference to the initial user namespace in ``struct
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display.c195 struct i915_vm_pt_stash *stash, in dpt_bind_vma() argument