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