Home
last modified time | relevance | path

Searched defs:vfio_irq_info (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvfio.h511 struct vfio_irq_info { struct
512 __u32 argsz;
513 __u32 flags;
518 __u32 index; /* IRQ index */
519 __u32 count; /* Number of IRQs within this index */
/external/crosvm/vfio_sys/src/
Dvfio.rs271 pub struct vfio_irq_info { struct
272 pub argsz: u32,
273 pub flags: u32,
274 pub index: u32,
275 pub count: u32,