VMM_LOCK_IOC_BASE
#define VM_REINIT (VMM_LOCK_IOC_BASE | 0x01)
#define VM_BIND_PPTDEV (VMM_LOCK_IOC_BASE | 0x02)
#define VM_UNBIND_PPTDEV (VMM_LOCK_IOC_BASE | 0x03)
#define VM_MAP_PPTDEV_MMIO (VMM_LOCK_IOC_BASE | 0x04)
#define VM_ALLOC_MEMSEG (VMM_LOCK_IOC_BASE | 0x05)
#define VM_MMAP_MEMSEG (VMM_LOCK_IOC_BASE | 0x06)
#define VM_PMTMR_LOCATE (VMM_LOCK_IOC_BASE | 0x07)
#define VM_MUNMAP_MEMSEG (VMM_LOCK_IOC_BASE | 0x08)
#define VM_UNMAP_PPTDEV_MMIO (VMM_LOCK_IOC_BASE | 0x09)
#define VM_PAUSE (VMM_LOCK_IOC_BASE | 0x0a)
#define VM_RESUME (VMM_LOCK_IOC_BASE | 0x0b)
#define VM_WRLOCK_CYCLE (VMM_LOCK_IOC_BASE | 0xff)