Searched refs:VM_ALLOC (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | pageattr.c | 176 * covered by precisely one VM area that has the VM_ALLOC flag set. in change_memory_common() 182 ((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 | 3095 * non-VM_ALLOC mappings, see __kasan_unpoison_vmalloc(). in vm_map_ram() 3233 * Mark pages for non-VM_ALLOC mappings as accessible. Do it now as a in __get_vm_area_node() 3235 * For VM_ALLOC mappings, the pages are marked as accessible after in __get_vm_area_node() 3238 * non-VM_ALLOC mappings, see __kasan_unpoison_vmalloc(). in __get_vm_area_node() 3240 if (!(flags & VM_ALLOC)) in __get_vm_area_node() 3258 * @flags: %VM_IOREMAP for I/O mappings or VM_ALLOC in __get_vm_area_caller() 4024 area = __get_vm_area_node(size, align, shift, VM_ALLOC | in __vmalloc_node_range_noprof() 4053 * pages backing VM_ALLOC mapping. Memory is instead in __vmalloc_node_range_noprof() 5030 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas() 5039 * non-VM_ALLOC mapping in pcpu_get_vm_areas() [all...] |
| H A D | percpu.c | 3246 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
|
| /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 | 931 #define KHO_VMALLOC_SUPPORTED_FLAGS (VM_ALLOC | VM_ALLOW_HUGE_VMAP) in kho_flags_to_vmalloc() 941 if (vm_flags & VM_ALLOC) 954 vm_flags |= VM_ALLOC; in new_vmalloc_chunk() 1167 if (vm_flags & VM_ALLOC)
|
| /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()
|