Home
last modified time | relevance | path

Searched refs:vfio_info_cap_header (Results 1 – 9 of 9) sorted by relevance

/linux/include/uapi/linux/
H A Dvfio_zdev.h24 struct vfio_info_cap_header header;
44 struct vfio_info_cap_header header;
67 struct vfio_info_cap_header header;
80 struct vfio_info_cap_header header;
H A Dvfio.h86 struct vfio_info_cap_header { struct
252 struct vfio_info_cap_header header;
303 struct vfio_info_cap_header header;
332 struct vfio_info_cap_header header;
479 struct vfio_info_cap_header header;
495 struct vfio_info_cap_header header;
1549 struct vfio_info_cap_header header;
1572 struct vfio_info_cap_header header;
1589 struct vfio_info_cap_header header;
/linux/tools/testing/selftests/vfio/lib/
H A Diommu.c240 static struct vfio_info_cap_header *next_cap_hdr(void *buf, u32 bufsz, in next_cap_hdr()
243 struct vfio_info_cap_header *hdr; in next_cap_hdr()
251 hdr = (struct vfio_info_cap_header *)((u8 *)buf + *cap_offset); in next_cap_hdr()
257 static struct vfio_info_cap_header *vfio_iommu_info_cap_hdr(struct vfio_iommu_type1_info *info, in vfio_iommu_info_cap_hdr()
260 struct vfio_info_cap_header *hdr; in vfio_iommu_info_cap_hdr()
317 struct vfio_info_cap_header *hdr; in vfio_iommu_iova_ranges()
/linux/drivers/iommu/iommufd/
H A Dvfio_compat.c373 struct vfio_info_cap_header __user *cur, in iommufd_fill_cap_iova()
410 struct vfio_info_cap_header __user *cur, in iommufd_fill_cap_dma_avail()
438 struct vfio_info_cap_header __user *cur, in iommufd_vfio_iommu_get_info()
445 struct vfio_info_cap_header __user *last_cap = NULL; in iommufd_vfio_iommu_get_info()
/linux/include/linux/
H A Dvfio.h356 struct vfio_info_cap_header *buf;
359 struct vfio_info_cap_header *vfio_info_cap_add(struct vfio_info_cap *caps,
365 struct vfio_info_cap_header *cap, size_t size);
/linux/drivers/vfio/
H A Dvfio_main.c1533 struct vfio_info_cap_header *vfio_info_cap_add(struct vfio_info_cap *caps, in vfio_info_cap_add()
1537 struct vfio_info_cap_header *header, *tmp; in vfio_info_cap_add()
1572 struct vfio_info_cap_header *tmp; in vfio_info_cap_shift()
1584 struct vfio_info_cap_header *cap, size_t size) in vfio_info_add_capability()
1586 struct vfio_info_cap_header *header; in vfio_info_add_capability()
H A Dvfio_iommu_type1.c2751 struct vfio_info_cap_header *header; in vfio_iommu_iova_add_cap()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c913 struct vfio_info_cap_header header = { in msix_mmappable_cap()
/linux/tools/testing/selftests/iommu/
H A Diommufd.c2577 const struct vfio_info_cap_header *cap; in check_vfio_info_cap_chain()