Home
last modified time | relevance | path

Searched refs:VM_ALLOC (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/gdb/linux/
H A Dconstants.py.in105 LX_VALUE(VM_ALLOC)
/linux/include/linux/
H A Dvmalloc.h23 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
/linux/lib/
H A DKconfig.kasan195 With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings
/linux/mm/
H A Dvmalloc.c3262 if (!(flags & VM_ALLOC)) in __get_vm_area_node()
4064 area = __get_vm_area_node(size, align, shift, VM_ALLOC | in __vmalloc_node_range_noprof()
4743 size = (vm->flags & VM_ALLOC && vm->nr_pages) ? in vread_iter()
5134 setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas()
5366 if (v->flags & VM_ALLOC) in vmalloc_info_show()