Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c179 struct i915_vm_pt_stash *stash, in ppgtt_bind_vma() argument
187 vm->allocate_va_range(vm, stash, vma->node.start, vma->size); in ppgtt_bind_vma()
213 struct i915_vm_pt_stash *stash, in i915_vm_alloc_pt_stash() argument
229 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash()
233 pt->stash = stash->pt[0]; in i915_vm_alloc_pt_stash()
234 stash->pt[0] = pt; in i915_vm_alloc_pt_stash()
245 i915_vm_free_pt_stash(vm, stash); in i915_vm_alloc_pt_stash()
249 pd->pt.stash = stash->pt[1]; in i915_vm_alloc_pt_stash()
250 stash->pt[1] = &pd->pt; in i915_vm_alloc_pt_stash()
258 struct i915_vm_pt_stash *stash) in i915_vm_pin_pt_stash() argument
[all …]
H A Dintel_gtt.h152 struct i915_page_table *stash; member
193 struct i915_vm_pt_stash *stash,
269 struct i915_vm_pt_stash *stash,
557 struct i915_vm_pt_stash *stash,
569 struct i915_vm_pt_stash *stash,
572 struct i915_vm_pt_stash *stash);
574 struct i915_vm_pt_stash *stash);
H A Dgen6_ppgtt.c181 struct i915_vm_pt_stash *stash, in gen6_alloc_va_range() argument
198 pt = stash->pt[0]; in gen6_alloc_va_range()
206 stash->pt[0] = pt->stash; in gen6_alloc_va_range()
302 struct i915_vm_pt_stash *stash, in pd_vma_bind() argument
H A Dgen8_ppgtt.c273 struct i915_vm_pt_stash *stash, in __gen8_ppgtt_alloc() argument
298 pt = stash->pt[!!lvl]; in __gen8_ppgtt_alloc()
306 stash->pt[!!lvl] = pt->stash; in __gen8_ppgtt_alloc()
318 __gen8_ppgtt_alloc(vm, stash, in __gen8_ppgtt_alloc()
342 struct i915_vm_pt_stash *stash, in gen8_ppgtt_alloc() argument
353 __gen8_ppgtt_alloc(vm, stash, i915_vm_to_ppgtt(vm)->pd, in gen8_ppgtt_alloc()
H A Dintel_ggtt.c438 struct i915_vm_pt_stash *stash, in ggtt_bind_vma() argument
592 struct i915_vm_pt_stash *stash, in aliasing_gtt_bind_vma() argument
606 stash, vma, cache_level, flags); in aliasing_gtt_bind_vma()
624 struct i915_vm_pt_stash stash = {}; in init_aliasing_ppgtt() local
637 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, ggtt->vm.total); in init_aliasing_ppgtt()
641 err = i915_vm_pin_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
651 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, ggtt->vm.total); in init_aliasing_ppgtt()
662 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
666 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in init_aliasing_ppgtt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c175 struct i915_vm_pt_stash stash = {}; in igt_ppgtt_alloc() local
177 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, size); in igt_ppgtt_alloc()
181 err = i915_vm_pin_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
183 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
187 ppgtt->vm.allocate_va_range(&ppgtt->vm, &stash, 0, size); in igt_ppgtt_alloc()
192 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
197 struct i915_vm_pt_stash stash = {}; in igt_ppgtt_alloc() local
199 err = i915_vm_alloc_pt_stash(&ppgtt->vm, &stash, size - last); in igt_ppgtt_alloc()
203 err = i915_vm_pin_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
205 i915_vm_free_pt_stash(&ppgtt->vm, &stash); in igt_ppgtt_alloc()
[all …]
H A Dmock_gtt.c42 struct i915_vm_pt_stash *stash, in mock_bind_ppgtt() argument
97 struct i915_vm_pt_stash *stash, in mock_bind_ggtt() argument
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A 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.
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_qbman_portal.h46 int stash);
131 int stash);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0020-CVE-2023-22608-1.patch459 @@ -3874,7 +4156,8 @@ parse_comp_unit (struct dwarf2_debug *stash,
469 @@ -3916,7 +4199,8 @@ parse_comp_unit (struct dwarf2_debug *stash,
480 if (!stash->alt.abbrev_offsets)
483 + stash->f.trie_root = alloc_trie_leaf (abfd);
484 + if (!stash->f.trie_root)
487 + stash->alt.trie_root = alloc_trie_leaf (abfd);
488 + if (!stash->alt.trie_root)
491 *pinfo = stash;
494 @@ -4918,6 +5210,12 @@ stash_comp_unit (struct dwarf2_debug *stash, struct dwarf2_debug_file *file)
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.c211 int stash) in qbman_eq_desc_set_response() argument
216 qb_attr_code_encode(&code_eq_rsp_stash, cl, !!stash); in qbman_eq_desc_set_response()
285 int stash) in qbman_pull_desc_set_storage() argument
297 qb_attr_code_encode(&code_pull_stash, cl, !!stash); in qbman_pull_desc_set_storage()
/OK3568_Linux_fs/buildroot/package/libg7221/
H A Dlibg7221.mk9 LIBG7221_SITE = https://freeswitch.org/stash/scm/sd/libg7221.git
/OK3568_Linux_fs/buildroot/package/perl-package-stash/
H A DConfig.in2 bool "perl-package-stash"
/OK3568_Linux_fs/buildroot/package/libbroadvoice/
H A Dlibbroadvoice.mk12 LIBBROADVOICE_SITE = https://freeswitch.org/stash/scm/sd/libbroadvoice.git
/OK3568_Linux_fs/buildroot/package/libsilk/
H A Dlibsilk.mk9 LIBSILK_SITE = https://freeswitch.org/stash/scm/sd/libsilk.git
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c50 return (struct usb_gadget_strings **)uc->stash; in get_containers_gs()
1344 void *stash; in copy_gadget_strings() local
1354 stash = uc->stash; in copy_gadget_strings()
1355 stash += sizeof(void *) * (n_gstrings + 1); in copy_gadget_strings()
1359 gs_array[n_gs] = stash; in copy_gadget_strings()
1361 stash += sizeof(struct usb_gadget_strings); in copy_gadget_strings()
1363 gs->strings = stash; in copy_gadget_strings()
1367 s = stash; in copy_gadget_strings()
1368 stash += sizeof(struct usb_string); in copy_gadget_strings()
1375 s = stash; in copy_gadget_strings()
[all …]
/OK3568_Linux_fs/buildroot/package/libilbc/
H A Dlibilbc.mk8 LIBILBC_SITE = https://freeswitch.org/stash/scm/sd/libilbc.git
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/glibc/
H A Dglibc_%.bbappend5 SSTATE_ALLOW_OVERLAP_FILES:append = " ${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc-mtrace.inc8 SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts"
H A Dglibc-scripts.inc7 SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts"
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootstage.c63 U_BOOT_CMD_MKENT(stash, 4, 0, do_bootstage_stash, "", ""),
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Drelease-chip.sh44 git stash &>/dev/null
H A Drelease-doc.sh58 git stash &>/dev/null
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_client_blt.c36 struct i915_vm_pt_stash *stash, in vma_bind() argument
41 vm->vma_ops.bind_vma(vm, stash, vma, cache_level, flags); in vma_bind()

123