/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 515 struct kfd_mem_attachment *attachment) in kfd_mem_dmamap_userptr() argument 521 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmamap_userptr() 522 struct amdgpu_device *adev = attachment->adev; in kfd_mem_dmamap_userptr() 565 kfd_mem_dmamap_dmabuf(struct kfd_mem_attachment *attachment) in kfd_mem_dmamap_dmabuf() argument 568 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmamap_dmabuf() 608 struct kfd_mem_attachment *attachment) in kfd_mem_dmamap_sg_bo() argument 611 struct amdgpu_bo *bo = attachment->bo_va->base.bo; in kfd_mem_dmamap_sg_bo() 612 struct amdgpu_device *adev = attachment->adev; in kfd_mem_dmamap_sg_bo() 663 struct kfd_mem_attachment *attachment) in kfd_mem_dmamap_attachment() argument 665 switch (attachment->type) { in kfd_mem_dmamap_attachment() [all …]
|
H A D | amdgpu_object.c | 1590 struct dma_buf_attachment *attachment; in amdgpu_bo_print_info() local 1629 attachment = READ_ONCE(bo->tbo.base.import_attach); in amdgpu_bo_print_info() 1631 if (attachment) in amdgpu_bo_print_info()
|
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | dmabuf-cache.c | 69 struct dma_buf_attachment *attachment; in tegra_vde_dmabuf_cache_map() local 98 attachment = dma_buf_attach(dmabuf, dev); in tegra_vde_dmabuf_cache_map() 99 if (IS_ERR(attachment)) { in tegra_vde_dmabuf_cache_map() 101 err = PTR_ERR(attachment); in tegra_vde_dmabuf_cache_map() 105 sgt = dma_buf_map_attachment_unlocked(attachment, dma_dir); in tegra_vde_dmabuf_cache_map() 142 entry->a = attachment; in tegra_vde_dmabuf_cache_map() 155 dma_buf_unmap_attachment_unlocked(attachment, sgt, dma_dir); in tegra_vde_dmabuf_cache_map() 157 dma_buf_detach(dmabuf, attachment); in tegra_vde_dmabuf_cache_map()
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-perf.rst | 33 List all raw_tracepoint, tracepoint, kprobe attachment in the system. 36 followed by bpf program id, attachment information, and attachment point. 37 The attachment point for raw_tracepoint/tracepoint is the trace probe name. 38 The attachment point for k[ret]probe is either symbol name and offset, 40 The attachment point for u[ret]probe is the file name and the file offset.
|
/openbmc/linux/drivers/dma-buf/heaps/ |
H A D | cma_heap.c | 51 struct dma_buf_attachment *attachment) in cma_heap_attach() argument 70 a->dev = attachment->dev; in cma_heap_attach() 74 attachment->priv = a; in cma_heap_attach() 84 struct dma_buf_attachment *attachment) in cma_heap_detach() argument 87 struct dma_heap_attachment *a = attachment->priv; in cma_heap_detach() 97 static struct sg_table *cma_heap_map_dma_buf(struct dma_buf_attachment *attachment, in cma_heap_map_dma_buf() argument 100 struct dma_heap_attachment *a = attachment->priv; in cma_heap_map_dma_buf() 104 ret = dma_map_sgtable(attachment->dev, table, direction, 0); in cma_heap_map_dma_buf() 111 static void cma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in cma_heap_unmap_dma_buf() argument 115 struct dma_heap_attachment *a = attachment->priv; in cma_heap_unmap_dma_buf() [all …]
|
H A D | system_heap.c | 83 struct dma_buf_attachment *attachment) in system_heap_attach() argument 100 a->dev = attachment->dev; in system_heap_attach() 104 attachment->priv = a; in system_heap_attach() 114 struct dma_buf_attachment *attachment) in system_heap_detach() argument 117 struct dma_heap_attachment *a = attachment->priv; in system_heap_detach() 128 static struct sg_table *system_heap_map_dma_buf(struct dma_buf_attachment *attachment, in system_heap_map_dma_buf() argument 131 struct dma_heap_attachment *a = attachment->priv; in system_heap_map_dma_buf() 135 ret = dma_map_sgtable(attachment->dev, table, direction, 0); in system_heap_map_dma_buf() 143 static void system_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, in system_heap_unmap_dma_buf() argument 147 struct dma_heap_attachment *a = attachment->priv; in system_heap_unmap_dma_buf() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | mock_dmabuf.c | 9 static struct sg_table *mock_map_dma_buf(struct dma_buf_attachment *attachment, in mock_map_dma_buf() argument 12 struct mock_dmabuf *mock = to_mock(attachment->dmabuf); in mock_map_dma_buf() 31 err = dma_map_sgtable(attachment->dev, st, dir, 0); in mock_map_dma_buf() 44 static void mock_unmap_dma_buf(struct dma_buf_attachment *attachment, in mock_unmap_dma_buf() argument 48 dma_unmap_sgtable(attachment->dev, st, dir, 0); in mock_unmap_dma_buf()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem_dmabuf.c | 21 struct dma_buf_attachment *attachment, in omap_gem_map_dma_buf() argument 24 struct drm_gem_object *obj = attachment->dmabuf->priv; in omap_gem_map_dma_buf() 33 static void omap_gem_unmap_dma_buf(struct dma_buf_attachment *attachment, in omap_gem_unmap_dma_buf() argument 36 struct drm_gem_object *obj = attachment->dmabuf->priv; in omap_gem_unmap_dma_buf()
|
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/ |
H A D | 1f199813e0eb0246f63b54e9e154970e609575af.patch | 4 Subject: [PATCH] xdg-email: remove attachment handling from mailto 50 - NEWMAILTO="${NEWMAILTO},attachment='${ATTACH}'"
|
H A D | CVE-2022-4055.patch | 5 xdg-email 'mailto:test@example.com?subject=Test,attachment=~/.thunderbird/profiles.ini,message=/hom… 9 thunderbird -compose to='test@example.com,',subject=Test,attachment=~/.thunderbird/profiles.ini,mes… 11 with working attachment and message. (And, yes, ~ expands to the home directory.)
|
/openbmc/linux/net/xfrm/ |
H A D | Kconfig | 67 where mobile nodes change their attachment point to the Internet. 131 change their attachment point to the Internet. Detail
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_cgroup_storage.rst | 130 Prior to Linux 5.9, the lifetime of a storage is precisely per-attachment, and 146 the old storage is reused for the new attachment. If the map is attach type 160 APIs to read or update the storage for a given attachment. For Linux 5.9
|
H A D | prog_lsm.rst | 120 The LSM allows attachment of eBPF programs as LSM hooks using :manpage:`bpf(2)` 128 ``my_prog__attach`` for attachment and ``my_prog__destroy`` for cleaning up.
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | CVE-2015-7696.patch | 10 https://bugzilla.redhat.com/attachment.cgi?id=1073002
|
/openbmc/openbmc-test-automation/openpower/mpipl/ |
H A D | test_mpipl_basic.robot | 122 … "AdditionalDataURI": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/4/attachment", 138 … "AdditionalDataURI": "/redfish/v1/Systems/system/LogServices/Dump/Entries/System_1/attachment",
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | memory.c | 1684 struct dma_buf_attachment *attachment) in hl_dmabuf_attach() argument 1693 rc = pci_p2pdma_distance(hdev->pdev, attachment->dev, true); in hl_dmabuf_attach() 1696 attachment->peer2peer = false; in hl_dmabuf_attach() 1700 static struct sg_table *hl_map_dmabuf(struct dma_buf_attachment *attachment, in hl_map_dmabuf() argument 1703 struct dma_buf *dma_buf = attachment->dmabuf; in hl_map_dmabuf() 1713 if (!attachment->peer2peer) { in hl_map_dmabuf() 1724 attachment->dev, in hl_map_dmabuf() 1732 attachment->dev, in hl_map_dmabuf() 1741 static void hl_unmap_dmabuf(struct dma_buf_attachment *attachment, in hl_unmap_dmabuf() argument 1756 dma_unmap_resource(attachment->dev, sg_dma_address(sg), in hl_unmap_dmabuf()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
H A D | add-pkgconfig.patch | 17 Content-Disposition: attachment; filename="libmad-0.15.1b-pkgconfig.patch"
|
/openbmc/linux/drivers/misc/ |
H A D | fastrpc.c | 651 fastrpc_map_dma_buf(struct dma_buf_attachment *attachment, in fastrpc_map_dma_buf() argument 654 struct fastrpc_dma_buf_attachment *a = attachment->priv; in fastrpc_map_dma_buf() 660 ret = dma_map_sgtable(attachment->dev, table, dir, 0); in fastrpc_map_dma_buf() 681 struct dma_buf_attachment *attachment) in fastrpc_dma_buf_attach() argument 699 a->dev = attachment->dev; in fastrpc_dma_buf_attach() 701 attachment->priv = a; in fastrpc_dma_buf_attach() 711 struct dma_buf_attachment *attachment) in fastrpc_dma_buf_detatch() argument 713 struct fastrpc_dma_buf_attachment *a = attachment->priv; in fastrpc_dma_buf_detatch()
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/ |
H A D | unzip_6.0.bb | 41 CVE_STATUS[CVE-2008-0888] = "fixed-version: Patch from https://bugzilla.redhat.com/attachment.cgi?i…
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-ofw | 11 have no attachment to the system tree and will appear in a
|
/openbmc/linux/drivers/sbus/char/ |
H A D | Kconfig | 29 events, and can also notice the attachment/detachment of external
|
/openbmc/linux/Documentation/networking/device_drivers/fddi/ |
H A D | defza.rst | 12 model 200 workstation. The board is a single attachment station and
|
/openbmc/qemu/docs/devel/ |
H A D | zoned-storage.rst | 57 SCSI ZBC devices, enabling the attachment of ZBC or ZAC HDDs to QEMU.
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | report-defect.rst | 48 for output from logs by using the "Add an attachment" button.
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 200 .. [#lsm] The ``lsm`` attachment format is ``lsm[.s]/<hook>``.
|