Symbol: vfio_irq_set
arch/um/drivers/vfio_user.c
152
struct vfio_irq_set *irq_set;
drivers/gpu/drm/i915/gvt/kvmgt.c
1319
struct vfio_irq_set hdr;
drivers/gpu/drm/i915/gvt/kvmgt.c
1324
minsz = offsetofend(struct vfio_irq_set, count);
drivers/s390/cio/vfio_ccw_ops.c
541
struct vfio_irq_set hdr;
drivers/s390/cio/vfio_ccw_ops.c
545
minsz = offsetofend(struct vfio_irq_set, count);
drivers/s390/crypto/vfio_ap_ops.c
2150
static int vfio_ap_irq_set_init(struct vfio_irq_set *irq_set, unsigned long arg)
drivers/s390/crypto/vfio_ap_ops.c
2156
minsz = offsetofend(struct vfio_irq_set, count);
drivers/s390/crypto/vfio_ap_ops.c
2180
minsz = offsetofend(struct vfio_irq_set, count);
drivers/s390/crypto/vfio_ap_ops.c
2213
minsz = offsetofend(struct vfio_irq_set, count);
drivers/s390/crypto/vfio_ap_ops.c
2243
struct vfio_irq_set irq_set;
drivers/vfio/cdx/main.c
193
struct vfio_irq_set __user *arg)
drivers/vfio/cdx/main.c
195
unsigned long minsz = offsetofend(struct vfio_irq_set, count);
drivers/vfio/cdx/main.c
197
struct vfio_irq_set hdr;
drivers/vfio/fsl-mc/vfio_fsl_mc.c
193
struct vfio_irq_set hdr;
drivers/vfio/fsl-mc/vfio_fsl_mc.c
198
minsz = offsetofend(struct vfio_irq_set, count);
drivers/vfio/pci/vfio_pci_core.c
1280
struct vfio_irq_set __user *arg)
drivers/vfio/pci/vfio_pci_core.c
1282
unsigned long minsz = offsetofend(struct vfio_irq_set, count);
drivers/vfio/pci/vfio_pci_core.c
1283
struct vfio_irq_set hdr;
drivers/vfio/platform/vfio_platform_common.c
342
struct vfio_irq_set hdr;
drivers/vfio/platform/vfio_platform_common.c
347
minsz = offsetofend(struct vfio_irq_set, count);
drivers/vfio/vfio_main.c
1635
int vfio_set_irqs_validate_and_prepare(struct vfio_irq_set *hdr, int num_irqs,
drivers/vfio/vfio_main.c
1641
minsz = offsetofend(struct vfio_irq_set, count);
include/linux/vfio.h
405
int vfio_set_irqs_validate_and_prepare(struct vfio_irq_set *hdr,
samples/vfio-mdev/mtty.c
1844
struct vfio_irq_set hdr;
samples/vfio-mdev/mtty.c
1848
minsz = offsetofend(struct vfio_irq_set, count);
tools/testing/selftests/vfio/lib/vfio_pci_device.c
33
u8 buf[sizeof(struct vfio_irq_set) + sizeof(int) * count];
tools/testing/selftests/vfio/lib/vfio_pci_device.c
34
struct vfio_irq_set *irq = (void *)&buf;
tools/testing/selftests/vfio/lib/vfio_pci_device.c
57
struct vfio_irq_set irq = {