Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dvmm_dev.h102 struct vm_ioapic_irq { struct
383 _IOW('v', IOCNUM_IOAPIC_ASSERT_IRQ, struct vm_ioapic_irq)
385 _IOW('v', IOCNUM_IOAPIC_DEASSERT_IRQ, struct vm_ioapic_irq)
387 _IOW('v', IOCNUM_IOAPIC_PULSE_IRQ, struct vm_ioapic_irq)
/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c182 struct vm_ioapic_irq *ioapic_irq; in vmmdev_machdep_ioctl()
346 ioapic_irq = (struct vm_ioapic_irq *)data; in vmmdev_machdep_ioctl()
350 ioapic_irq = (struct vm_ioapic_irq *)data; in vmmdev_machdep_ioctl()
354 ioapic_irq = (struct vm_ioapic_irq *)data; in vmmdev_machdep_ioctl()