Searched refs:VM_ALLOC (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/arm64/mm/
H A Dpageattr.c93 * covered by precisely one VM area that has the VM_ALLOC flag set.
98 !(area->flags & VM_ALLOC))
/linux-master/arch/alpha/mm/
H A Dinit.c205 console_remap_vm.flags = VM_ALLOC;
/linux-master/include/linux/
H A Dvmalloc.h21 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c109 area = get_vm_area(PAGE_SIZE, VM_ALLOC);
/linux-master/arch/s390/mm/
H A Dpageattr.c360 if (!area || !(area->flags & VM_ALLOC))
/linux-master/arch/x86/xen/
H A Dp2m.c414 vm.flags = VM_ALLOC;
/linux-master/mm/
H A Dvmalloc.c2951 * non-VM_ALLOC mappings, see __kasan_unpoison_vmalloc().
3102 * Mark pages for non-VM_ALLOC mappings as accessible. Do it now as a
3104 * For VM_ALLOC mappings, the pages are marked as accessible after
3107 * non-VM_ALLOC mappings, see __kasan_unpoison_vmalloc().
3109 if (!(flags & VM_ALLOC))
3127 * @flags: %VM_IOREMAP for I/O mappings or VM_ALLOC
3778 area = __get_vm_area_node(real_size, align, shift, VM_ALLOC |
3807 * pages backing VM_ALLOC mapping. Memory is instead
4675 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC,
4684 * non-VM_ALLOC mapping
[all...]
H A Dpercpu.c3319 vm.flags = VM_ALLOC;

Completed in 181 milliseconds