Home
last modified time | relevance | path

Searched refs:VFIO_IRQ_INFO_NORESIZE (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-headers/linux/
H A Dvfio.h540 #define VFIO_IRQ_INFO_NORESIZE (1 << 3) macro
/qemu/hw/vfio/
H A Dpci.c1602 msix->noresize = !!(irq_info.flags & VFIO_IRQ_INFO_NORESIZE); in vfio_msix_early_setup()