VM_ALLOC
console_remap_vm.flags = VM_ALLOC;
((area->flags & (VM_ALLOC | VM_ALLOW_HUGE_VMAP)) != VM_ALLOC))
if (!area || !(area->flags & VM_ALLOC))
vm.flags = VM_ALLOC;
#define KHO_VMALLOC_SUPPORTED_FLAGS (VM_ALLOC | VM_ALLOW_HUGE_VMAP)
if (vm_flags & VM_ALLOC)
vm_flags |= VM_ALLOC;
area = __get_vm_area_node(size, range->alignment, PAGE_SHIFT, VM_ALLOC,
area = __get_vm_area_node(size, range->alignment, PAGE_SHIFT, VM_ALLOC,
vm.flags = VM_ALLOC;
if (!(flags & VM_ALLOC))
area = __get_vm_area_node(size, align, shift, VM_ALLOC |
setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC,
if (v->flags & VM_ALLOC)