Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dvfio.rs1245 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(count); in acpi_notification_evt_enable()
1246 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + count * u32_size) as u32; in acpi_notification_evt_enable()
1269 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(0); in acpi_notification_disable()
1270 irq_set[0].argsz = mem::size_of::<vfio_irq_set>() as u32; in acpi_notification_disable()
1291 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(1); in acpi_notification_test()
1292 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + u32_size) as u32; in acpi_notification_test()
1328 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(count); in irq_enable()
1329 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + count * u32_size) as u32; in irq_enable()
1370 let mut irq_set = vec_with_array_field::<vfio_irq_set, u32>(1); in resample_virq_enable()
1371 irq_set[0].argsz = (mem::size_of::<vfio_irq_set>() + mem::size_of::<u32>()) as u32; in resample_virq_enable()
[all …]
/external/crosvm/vfio_sys/src/
Dlib.rs33 pub use crate::vfio::vfio_irq_set;
Dvfio.rs325 pub struct vfio_irq_set { struct
/external/kernel-headers/original/uapi/linux/
Dvfio.h584 struct vfio_irq_set { struct
/external/bcc/libbpf-tools/x86/
Dvmlinux.h105974 struct vfio_irq_set { struct
Dvmlinux_518.h105974 struct vfio_irq_set { struct