Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm_dev.h489 #define VMM_IOC_BASE (('v' << 16) | ('m' << 8)) macro
550 #define VM_GET_GPA_PMAP (VMM_IOC_BASE | 0x01)
551 #define VM_GET_MEMSEG (VMM_IOC_BASE | 0x02)
552 #define VM_MMAP_GETNEXT (VMM_IOC_BASE | 0x03)
554 #define VM_LAPIC_IRQ (VMM_IOC_BASE | 0x04)
555 #define VM_LAPIC_LOCAL_IRQ (VMM_IOC_BASE | 0x05)
556 #define VM_LAPIC_MSI (VMM_IOC_BASE | 0x06)
558 #define VM_IOAPIC_ASSERT_IRQ (VMM_IOC_BASE | 0x07)
559 #define VM_IOAPIC_DEASSERT_IRQ (VMM_IOC_BASE | 0x08)
560 #define VM_IOAPIC_PULSE_IRQ (VMM_IOC_BASE | 0x09)
[all …]