VM_ALLOC_CLASS_MASK
req_class = req & VM_ALLOC_CLASS_MASK;
#define VM_ALLOC_COMMON (VM_ALLOC_CLASS_MASK | VM_ALLOC_NODUMP | \
KASSERT((req_class & VM_ALLOC_CLASS_MASK) == req_class,