Searched refs:VM_ALLOC (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/mm/ |
| H A D | execmem.c | 73 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 D | vmalloc.c | 3152 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 D | percpu.c | 3229 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
|
| /linux-6.15/arch/alpha/mm/ |
| H A D | init.c | 205 console_remap_vm.flags = VM_ALLOC; in callback_init()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | pageattr.c | 108 !(area->flags & VM_ALLOC)) in change_memory_common()
|
| /linux-6.15/include/linux/ |
| H A D | vmalloc.h | 23 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
|
| /linux-6.15/scripts/gdb/linux/ |
| H A D | constants.py.in | 98 LX_VALUE(VM_ALLOC)
|
| /linux-6.15/arch/s390/mm/ |
| H A D | pageattr.c | 356 if (!area || !(area->flags & VM_ALLOC)) in change_page_attr_alias()
|
| /linux-6.15/lib/ |
| H A D | Kconfig.kasan | 183 With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings
|
| /linux-6.15/arch/x86/xen/ |
| H A D | p2m.c | 409 vm.flags = VM_ALLOC; in xen_vmalloc_p2m_tree()
|