Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h32 #define VM_ALLOW_HUGE_VMAP 0x00000400 /* Allow for huge pages on archs with HAVE_ARCH_HUGE_VMA… macro
/linux/mm/
H A Dvmalloc.c4047 if (vmap_allow_huge && (vm_flags & VM_ALLOW_HUGE_VMAP)) { in __vmalloc_node_range_noprof()
4223 gfp_mask, PAGE_KERNEL, VM_ALLOW_HUGE_VMAP, in vmalloc_huge_node_noprof()
H A Dslub.c7043 flags, PAGE_KERNEL, allow_block ? VM_ALLOW_HUGE_VMAP:0, in __kvmalloc_node_noprof()