Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dexecmem.c73 area = __get_vm_area_node(size, range->alignment, PAGE_SHIFT, VM_ALLOC, in execmem_vmap()
77 area = __get_vm_area_node(size, range->alignment, PAGE_SHIFT, VM_ALLOC, in execmem_vmap()
H A Dvmalloc.c3152 if (!(flags & VM_ALLOC)) in __get_vm_area_node()
3805 area = __get_vm_area_node(size, align, shift, VM_ALLOC | in __vmalloc_node_range_noprof()
4790 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
5021 if (v->flags & VM_ALLOC) in vmalloc_info_show()
H A Dpercpu.c3229 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
/linux-6.15/arch/alpha/mm/
H A Dinit.c205 console_remap_vm.flags = VM_ALLOC; in callback_init()
/linux-6.15/arch/arm64/mm/
H A Dpageattr.c108 !(area->flags & VM_ALLOC)) in change_memory_common()
/linux-6.15/include/linux/
H A Dvmalloc.h23 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
/linux-6.15/scripts/gdb/linux/
H A Dconstants.py.in98 LX_VALUE(VM_ALLOC)
/linux-6.15/arch/s390/mm/
H A Dpageattr.c356 if (!area || !(area->flags & VM_ALLOC)) in change_page_attr_alias()
/linux-6.15/lib/
H A DKconfig.kasan183 With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings
/linux-6.15/arch/x86/xen/
H A Dp2m.c409 vm.flags = VM_ALLOC; in xen_vmalloc_p2m_tree()