Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/mm/kasan/
Dkasan.c429 PAGE_KERNEL, VM_NO_GUARD, NUMA_NO_NODE, in kasan_module_alloc()
/linux-4.1.27/mm/
Dvmalloc.c1348 if (!(flags & VM_NO_GUARD)) in __get_vm_area_node()