Home
last modified time | relevance | path

Searched refs:VM_NO_GUARD (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dvmalloc.h19 #define VM_NO_GUARD 0x00000040 /* don't add guard page */ macro
103 if (!(area->flags & VM_NO_GUARD)) in get_vm_area_size()
/linux-4.4.14/mm/kasan/
Dkasan.c443 PAGE_KERNEL, VM_NO_GUARD, NUMA_NO_NODE, in kasan_module_alloc()
/linux-4.4.14/mm/
Dvmalloc.c1350 if (!(flags & VM_NO_GUARD)) in __get_vm_area_node()