Home
last modified time | relevance | path

Searched refs:VM_ALLOC (Results 1 – 9 of 9) 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.c3246 if (!(flags & VM_ALLOC)) in __get_vm_area_node()
4024 area = __get_vm_area_node(size, align, shift, VM_ALLOC | in __vmalloc_node_range_noprof()
5030 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
5263 if (v->flags & VM_ALLOC) in vmalloc_info_show()
H A Dpercpu.c3246 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
/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.c912 #define KHO_VMALLOC_SUPPORTED_FLAGS (VM_ALLOC | VM_ALLOW_HUGE_VMAP)
922 if (vm_flags & VM_ALLOC) in vmalloc_flags_to_kho()
935 vm_flags |= VM_ALLOC; in kho_flags_to_vmalloc()
/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()