Searched refs:VMM_LOCK_IOC_BASE (Results 1 – 1 of 1) sorted by relevance
490 #define VMM_LOCK_IOC_BASE (('v' << 16) | ('l' << 8)) macro535 #define VM_REINIT (VMM_LOCK_IOC_BASE | 0x01)536 #define VM_BIND_PPTDEV (VMM_LOCK_IOC_BASE | 0x02)537 #define VM_UNBIND_PPTDEV (VMM_LOCK_IOC_BASE | 0x03)538 #define VM_MAP_PPTDEV_MMIO (VMM_LOCK_IOC_BASE | 0x04)539 #define VM_ALLOC_MEMSEG (VMM_LOCK_IOC_BASE | 0x05)540 #define VM_MMAP_MEMSEG (VMM_LOCK_IOC_BASE | 0x06)541 #define VM_PMTMR_LOCATE (VMM_LOCK_IOC_BASE | 0x07)542 #define VM_MUNMAP_MEMSEG (VMM_LOCK_IOC_BASE | 0x08)543 #define VM_UNMAP_PPTDEV_MMIO (VMM_LOCK_IOC_BASE | 0x09)[all …]