Searched refs:VM_ALLOC (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arm64/mm/ |
A D | pageattr.c | 89 !(area->flags & VM_ALLOC)) in change_memory_common()
|
/linux/include/linux/ |
A D | vmalloc.h | 20 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
|
/linux/arch/alpha/mm/ |
A D | init.c | 205 console_remap_vm.flags = VM_ALLOC; in callback_init()
|
/linux/arch/sh/kernel/cpu/sh4/ |
A D | sq.c | 106 vma = __get_vm_area_caller(map->size, VM_ALLOC, map->sq_addr, in __sq_remap()
|
/linux/kernel/bpf/ |
A D | ringbuf.c | 107 VM_ALLOC | VM_USERMAP, PAGE_KERNEL); in bpf_ringbuf_area_alloc()
|
/linux/arch/x86/xen/ |
A D | p2m.c | 419 vm.flags = VM_ALLOC; in xen_vmalloc_p2m_tree()
|
/linux/arch/powerpc/lib/ |
A D | code-patching.c | 54 area = get_vm_area(PAGE_SIZE, VM_ALLOC); in text_area_cpu_up()
|
/linux/mm/ |
A D | vmalloc.c | 3055 area = __get_vm_area_node(real_size, align, shift, VM_ALLOC | in __vmalloc_node_range() 3759 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas() 3970 if (v->flags & VM_ALLOC) in s_show()
|
A D | percpu.c | 3217 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
|
Completed in 29 milliseconds