Symbol: phys_vec
block/blk-mq-dma.c
107
struct phys_vec *vec)
block/blk-mq-dma.c
168
struct phys_vec vec;
block/blk-mq-dma.c
255
struct phys_vec vec;
block/blk-mq-dma.c
28
struct phys_vec *vec)
block/blk-mq-dma.c
291
struct phys_vec vec;
block/blk-mq-dma.c
381
struct phys_vec vec;
block/blk-mq-dma.c
408
struct phys_vec vec;
block/blk-mq-dma.c
80
static bool blk_dma_map_bus(struct blk_dma_iter *iter, struct phys_vec *vec)
block/blk-mq-dma.c
88
struct blk_dma_iter *iter, struct phys_vec *vec)
drivers/dma-buf/dma-buf-mapping.c
135
nents = calc_sg_nents(dma->state, phys_vec, nr_ranges, size);
drivers/dma-buf/dma-buf-mapping.c
145
phys_vec[i].paddr);
drivers/dma-buf/dma-buf-mapping.c
148
phys_vec[i].paddr, 0,
drivers/dma-buf/dma-buf-mapping.c
149
phys_vec[i].len, dir,
drivers/dma-buf/dma-buf-mapping.c
154
mapped_len += phys_vec[i].len;
drivers/dma-buf/dma-buf-mapping.c
156
addr = dma_map_phys(attach->dev, phys_vec[i].paddr,
drivers/dma-buf/dma-buf-mapping.c
157
phys_vec[i].len, dir,
drivers/dma-buf/dma-buf-mapping.c
165
sgl = fill_sg_entry(sgl, phys_vec[i].len, addr);
drivers/dma-buf/dma-buf-mapping.c
36
struct phys_vec *phys_vec, size_t nr_ranges,
drivers/dma-buf/dma-buf-mapping.c
44
nents += DIV_ROUND_UP(phys_vec[i].len, UINT_MAX);
drivers/dma-buf/dma-buf-mapping.c
94
struct phys_vec *phys_vec,
drivers/infiniband/core/uverbs.h
141
struct phys_vec phys_vec;
drivers/infiniband/core/uverbs_std_types_dmabuf.c
110
ret = ib_dev->ops.mmap_get_pfns(mmap_entry, &uverbs_dmabuf->phys_vec,
drivers/infiniband/core/uverbs_std_types_dmabuf.c
116
exp_info.size = uverbs_dmabuf->phys_vec.len;
drivers/infiniband/core/uverbs_std_types_dmabuf.c
37
&priv->phys_vec, 1, priv->phys_vec.len,
drivers/infiniband/hw/mlx5/main.c
2481
struct phys_vec *phys_vec,
drivers/infiniband/hw/mlx5/main.c
2488
phys_vec->paddr = mentry->address;
drivers/infiniband/hw/mlx5/main.c
2489
phys_vec->len = entry->npages * PAGE_SIZE;
drivers/infiniband/hw/mlx5/main.c
2491
bar = phys_addr_to_bar(pdev, phys_vec->paddr);
drivers/iommu/iommufd/io_pagetable.h
205
struct phys_vec phys;
drivers/iommu/iommufd/iommufd_private.h
720
struct phys_vec *phys);
drivers/iommu/iommufd/iommufd_private.h
744
struct phys_vec *phys)
drivers/iommu/iommufd/pages.c
1081
struct phys_vec phys;
drivers/iommu/iommufd/pages.c
1464
struct phys_vec *phys)
drivers/iommu/iommufd/selftest.c
2005
struct phys_vec *phys)
drivers/vfio/pci/nvgrace-gpu/main.c
892
struct phys_vec *phys_vec,
drivers/vfio/pci/nvgrace-gpu/main.c
919
return vfio_pci_core_fill_phys_vec(phys_vec, dma_ranges,
drivers/vfio/pci/nvgrace-gpu/main.c
926
phys_vec, dma_ranges, nr_ranges);
drivers/vfio/pci/vfio_pci_dmabuf.c
109
struct phys_vec *phys)
drivers/vfio/pci/vfio_pci_dmabuf.c
126
*phys = priv->phys_vec[0];
drivers/vfio/pci/vfio_pci_dmabuf.c
131
int vfio_pci_core_fill_phys_vec(struct phys_vec *phys_vec,
drivers/vfio/pci/vfio_pci_dmabuf.c
147
&phys_vec[i].paddr) ||
drivers/vfio/pci/vfio_pci_dmabuf.c
148
check_add_overflow(phys_vec[i].paddr,
drivers/vfio/pci/vfio_pci_dmabuf.c
154
phys_vec[i].len = dma_ranges[i].length;
drivers/vfio/pci/vfio_pci_dmabuf.c
163
struct phys_vec *phys_vec,
drivers/vfio/pci/vfio_pci_dmabuf.c
17
struct phys_vec *phys_vec;
drivers/vfio/pci/vfio_pci_dmabuf.c
174
phys_vec, dma_ranges, nr_ranges,
drivers/vfio/pci/vfio_pci_dmabuf.c
254
priv->phys_vec = kzalloc_objs(*priv->phys_vec, get_dma_buf.nr_ranges);
drivers/vfio/pci/vfio_pci_dmabuf.c
255
if (!priv->phys_vec) {
drivers/vfio/pci/vfio_pci_dmabuf.c
265
priv->phys_vec, dma_ranges,
drivers/vfio/pci/vfio_pci_dmabuf.c
311
kfree(priv->phys_vec);
drivers/vfio/pci/vfio_pci_dmabuf.c
59
priv->phys_vec, priv->nr_ranges,
drivers/vfio/pci/vfio_pci_dmabuf.c
84
kfree(priv->phys_vec);
include/linux/dma-buf-mapping.h
12
struct phys_vec *phys_vec,
include/linux/vfio_pci_core.h
238
struct phys_vec *phys);
include/linux/vfio_pci_core.h
64
struct phys_vec *phys_vec,
include/linux/vfio_pci_core.h
70
int vfio_pci_core_fill_phys_vec(struct phys_vec *phys_vec,
include/linux/vfio_pci_core.h
77
struct phys_vec *phys_vec,
include/linux/vfio_pci_core.h
82
vfio_pci_core_fill_phys_vec(struct phys_vec *phys_vec,
include/linux/vfio_pci_core.h
91
unsigned int region_index, struct phys_vec *phys_vec,
include/rdma/ib_verbs.h
2509
struct phys_vec *phys_vec,