Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvfio_zdev.h24 struct vfio_info_cap_header header;
46 struct vfio_info_cap_header header;
69 struct vfio_info_cap_header header;
82 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;
1594 struct vfio_info_cap_header header;
1617 struct vfio_info_cap_header header;
1634 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()
316 struct vfio_info_cap_header *hdr; in vfio_iommu_iova_ranges()
/linux/drivers/vfio/
H A Dvfio_main.c1594 struct vfio_info_cap_header *vfio_info_cap_add(struct vfio_info_cap *caps, in vfio_info_cap_add()
1598 struct vfio_info_cap_header *header, *tmp; in vfio_info_cap_add()
1633 struct vfio_info_cap_header *tmp; in vfio_info_cap_shift()
1645 struct vfio_info_cap_header *cap, size_t size) in vfio_info_add_capability()
1647 struct vfio_info_cap_header *header; in vfio_info_add_capability()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1007 struct vfio_info_cap_header header = { in msix_mmappable_cap()
/linux/tools/testing/selftests/iommu/
H A Diommufd.c2619 const struct vfio_info_cap_header *cap; in check_vfio_info_cap_chain()