Home
last modified time | relevance | path

Searched refs:VM_ALLOC (Results 1 – 11 of 11) sorted by relevance

/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.c70 area = __get_vm_area_node(size, range->alignment, PAGE_SHIFT, VM_ALLOC, in execmem_vmap()
74 area = __get_vm_area_node(size, range->alignment, PAGE_SHIFT, VM_ALLOC, in execmem_vmap()
H A Dvmalloc.c3233 if (!(flags & VM_ALLOC)) in __get_vm_area_node()
4011 area = __get_vm_area_node(size, align, shift, VM_ALLOC | in __vmalloc_node_range_noprof()
5019 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
5252 if (v->flags & VM_ALLOC) in vmalloc_info_show()
H A Dpercpu.c3233 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
/linux/arch/alpha/mm/
H A Dinit.c178 console_remap_vm.flags = VM_ALLOC; in callback_init()
/linux/scripts/gdb/linux/
H A Dconstants.py.in105 LX_VALUE(VM_ALLOC)
/linux/include/linux/
H A Dvmalloc.h23 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
/linux/kernel/liveupdate/
H A Dkexec_handover.c896 #define KHO_VMALLOC_SUPPORTED_FLAGS (VM_ALLOC | VM_ALLOW_HUGE_VMAP)
906 if (vm_flags & VM_ALLOC) in vmalloc_flags_to_kho()
919 vm_flags |= VM_ALLOC; in kho_flags_to_vmalloc()
/linux/arch/s390/mm/
H A Dpageattr.c354 if (!area || !(area->flags & VM_ALLOC)) in change_page_attr_alias()
/linux/lib/
H A DKconfig.kasan195 With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings
/linux/arch/x86/xen/
H A Dp2m.c409 vm.flags = VM_ALLOC; in xen_vmalloc_p2m_tree()