Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm_dev.h108 struct vm_ioapic_irq { struct
388 _IOW('v', IOCNUM_IOAPIC_ASSERT_IRQ, struct vm_ioapic_irq)
390 _IOW('v', IOCNUM_IOAPIC_DEASSERT_IRQ, struct vm_ioapic_irq)
392 _IOW('v', IOCNUM_IOAPIC_PULSE_IRQ, struct vm_ioapic_irq)
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c363 struct vm_ioapic_irq *ioapic_irq; in vmmdev_ioctl()
562 ioapic_irq = (struct vm_ioapic_irq *)data; in vmmdev_ioctl()
566 ioapic_irq = (struct vm_ioapic_irq *)data; in vmmdev_ioctl()
570 ioapic_irq = (struct vm_ioapic_irq *)data; in vmmdev_ioctl()