Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm_dev.h490 #define VMM_LOCK_IOC_BASE (('v' << 16) | ('l' << 8)) macro
535 #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)
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)
544 #define VM_PAUSE (VMM_LOCK_IOC_BASE | 0x0a)
545 #define VM_RESUME (VMM_LOCK_IOC_BASE | 0x0b)
[all …]