Searched refs:VM_ALLOC (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | pageattr.c | 176 ((area->flags & (VM_ALLOC | VM_ALLOW_HUGE_VMAP)) != VM_ALLOC)) in change_memory_common()
|
| /linux/mm/ |
| H A D | execmem.c | 70 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 D | vmalloc.c | 3233 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 D | percpu.c | 3233 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
|
| /linux/arch/alpha/mm/ |
| H A D | init.c | 178 console_remap_vm.flags = VM_ALLOC; in callback_init()
|
| /linux/scripts/gdb/linux/ |
| H A D | constants.py.in | 105 LX_VALUE(VM_ALLOC)
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 23 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
|
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover.c | 896 #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 D | pageattr.c | 354 if (!area || !(area->flags & VM_ALLOC)) in change_page_attr_alias()
|
| /linux/lib/ |
| H A D | Kconfig.kasan | 195 With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings
|
| /linux/arch/x86/xen/ |
| H A D | p2m.c | 409 vm.flags = VM_ALLOC; in xen_vmalloc_p2m_tree()
|