Searched refs:VM_ALLOW_HUGE_VMAP (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dvmalloc.h30 #define VM_ALLOW_HUGE_VMAP 0x00000400 /* Allow for huge pages on archs with HAVE_ARCH_HUGE_VMALLOC */ macro
/linux-master/mm/
H A Dutil.c654 * kvmalloc() can always use VM_ALLOW_HUGE_VMAP,
660 flags, PAGE_KERNEL, VM_ALLOW_HUGE_VMAP,
H A Dvmalloc.c3755 if (vmap_allow_huge && (vm_flags & VM_ALLOW_HUGE_VMAP)) {
3936 gfp_mask, PAGE_KERNEL, VM_ALLOW_HUGE_VMAP,

Completed in 155 milliseconds