| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ppgtt.c | 179 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 D | intel_gtt.h | 152 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 D | gen6_ppgtt.c | 181 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 D | gen8_ppgtt.c | 273 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 D | intel_ggtt.c | 438 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 D | i915_gem_gtt.c | 175 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 D | mock_gtt.c | 42 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 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.
|
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_qbman_portal.h | 46 int stash); 131 int stash);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0020-CVE-2023-22608-1.patch | 459 @@ -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 D | qbman_portal.c | 211 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 D | libg7221.mk | 9 LIBG7221_SITE = https://freeswitch.org/stash/scm/sd/libg7221.git
|
| /OK3568_Linux_fs/buildroot/package/perl-package-stash/ |
| H A D | Config.in | 2 bool "perl-package-stash"
|
| /OK3568_Linux_fs/buildroot/package/libbroadvoice/ |
| H A D | libbroadvoice.mk | 12 LIBBROADVOICE_SITE = https://freeswitch.org/stash/scm/sd/libbroadvoice.git
|
| /OK3568_Linux_fs/buildroot/package/libsilk/ |
| H A D | libsilk.mk | 9 LIBSILK_SITE = https://freeswitch.org/stash/scm/sd/libsilk.git
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | composite.c | 50 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 D | libilbc.mk | 8 LIBILBC_SITE = https://freeswitch.org/stash/scm/sd/libilbc.git
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/glibc/ |
| H A D | glibc_%.bbappend | 5 SSTATE_ALLOW_OVERLAP_FILES:append = " ${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ |
| H A D | glibc-mtrace.inc | 8 SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts"
|
| H A D | glibc-scripts.inc | 7 SRC = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale/scripts"
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootstage.c | 63 U_BOOT_CMD_MKENT(stash, 4, 0, do_bootstage_stash, "", ""),
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | wof.S | 110 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 D | release-chip.sh | 44 git stash &>/dev/null
|
| H A D | release-doc.sh | 58 git stash &>/dev/null
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_client_blt.c | 36 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()
|