Searched refs:vfio_irq_set (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/vfio/platform/
H A Dvfio_platform_common.c346 struct vfio_irq_set hdr;
351 minsz = offsetofend(struct vfio_irq_set, count);
/linux-master/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c199 struct vfio_irq_set hdr;
204 minsz = offsetofend(struct vfio_irq_set, count);
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_ops.c576 struct vfio_irq_set hdr;
580 minsz = offsetofend(struct vfio_irq_set, count);
/linux-master/include/linux/
H A Dvfio.h342 int vfio_set_irqs_validate_and_prepare(struct vfio_irq_set *hdr,
/linux-master/include/uapi/linux/
H A Dvfio.h547 * VFIO_DEVICE_SET_IRQS - _IOW(VFIO_TYPE, VFIO_BASE + 10, struct vfio_irq_set)
550 * struct vfio_irq_set with all fields set. 'start' and 'count' indicate
584 struct vfio_irq_set { struct
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c1921 static int vfio_ap_irq_set_init(struct vfio_irq_set *irq_set, unsigned long arg)
1927 minsz = offsetofend(struct vfio_irq_set, count);
1951 minsz = offsetofend(struct vfio_irq_set, count);
1981 struct vfio_irq_set irq_set;
/linux-master/drivers/vfio/
H A Dvfio_main.c1483 int vfio_set_irqs_validate_and_prepare(struct vfio_irq_set *hdr, int num_irqs,
1489 minsz = offsetofend(struct vfio_irq_set, count);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c1193 struct vfio_irq_set __user *arg)
1195 unsigned long minsz = offsetofend(struct vfio_irq_set, count);
1196 struct vfio_irq_set hdr;
/linux-master/samples/vfio-mdev/
H A Dmtty.c1871 struct vfio_irq_set hdr;
1875 minsz = offsetofend(struct vfio_irq_set, count);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1346 struct vfio_irq_set hdr;
1351 minsz = offsetofend(struct vfio_irq_set, count);

Completed in 242 milliseconds