Home
last modified time | relevance | path

Searched refs:VM_ALLOW_HUGE_VMAP (Results 1 – 6 of 6) 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/kernel/liveupdate/
H A Dkexec_handover.c912 #define KHO_VMALLOC_SUPPORTED_FLAGS (VM_ALLOC | VM_ALLOW_HUGE_VMAP)
924 if (vm_flags & VM_ALLOW_HUGE_VMAP) in vmalloc_flags_to_kho()
937 vm_flags |= VM_ALLOW_HUGE_VMAP; in kho_flags_to_vmalloc()
/linux/arch/arm64/mm/
H A Dpageattr.c176 ((area->flags & (VM_ALLOC | VM_ALLOW_HUGE_VMAP)) != VM_ALLOC)) in change_memory_common()
/linux/mm/
H A Dexecmem.c283 unsigned long vm_flags = VM_ALLOW_HUGE_VMAP; in execmem_cache_populate()
H A Dvmalloc.c4007 if (vmap_allow_huge && (vm_flags & VM_ALLOW_HUGE_VMAP)) { in __vmalloc_node_range_noprof()
4182 gfp_mask, PAGE_KERNEL, VM_ALLOW_HUGE_VMAP, in vmalloc_huge_node_noprof()
H A Dslub.c6781 flags, PAGE_KERNEL, allow_block ? VM_ALLOW_HUGE_VMAP:0, in __kvmalloc_node_noprof()