Searched refs:VM_ALLOC (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/arm64/mm/ |
H A D | pageattr.c | 98 !(area->flags & VM_ALLOC)) in change_memory_common()
|
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | 21 #define VM_ALLOC 0x00000002 /* vmalloc() */ macro
|
/openbmc/linux/arch/alpha/mm/ |
H A D | init.c | 205 console_remap_vm.flags = VM_ALLOC; in callback_init()
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | constants.py.in | 98 LX_VALUE(VM_ALLOC)
|
/openbmc/linux/arch/s390/mm/ |
H A D | pageattr.c | 360 if (!area || !(area->flags & VM_ALLOC)) in change_page_attr_alias()
|
/openbmc/linux/lib/ |
H A D | Kconfig.kasan | 188 With Hardware Tag-Based KASAN, only non-executable VM_ALLOC mappings
|
/openbmc/linux/arch/x86/xen/ |
H A D | p2m.c | 416 vm.flags = VM_ALLOC; in xen_vmalloc_p2m_tree()
|
/openbmc/linux/mm/ |
H A D | vmalloc.c | 2431 * non-VM_ALLOC mappings, see __kasan_unpoison_vmalloc(). in vm_map_ram() 2621 * Mark pages for non-VM_ALLOC mappings as accessible. Do it now as a in __get_vm_area_node() 2623 * For VM_ALLOC mappings, the pages are marked as accessible after in __get_vm_area_node() 2626 * non-VM_ALLOC mappings, see __kasan_unpoison_vmalloc(). in __get_vm_area_node() 2628 if (!(flags & VM_ALLOC)) in __get_vm_area_node() 2646 * @flags: %VM_IOREMAP for I/O mappings or VM_ALLOC 3291 area = __get_vm_area_node(real_size, align, shift, VM_ALLOC | in __vmalloc_node_range() 3320 * pages backing VM_ALLOC mapping. Memory is instead in __vmalloc_node_range() 4180 setup_vmalloc_vm_locked(vms[area], vas[area], VM_ALLOC, in pcpu_get_vm_areas() 4189 * non-VM_ALLOC mapping in pcpu_get_vm_areas() [all...] |
H A D | percpu.c | 3292 vm.flags = VM_ALLOC; in pcpu_page_first_chunk()
|