Home
last modified time | relevance | path

Searched refs:VM_KASAN (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/mm/kasan/
Dshadow.c629 vm->flags |= VM_KASAN; in kasan_alloc_module_shadow()
646 if (vm->flags & VM_KASAN) in kasan_free_module_shadow()
/linux-6.6.21/include/linux/
Dvmalloc.h27 #define VM_KASAN 0x00000080 /* has allocated kasan shadow memory */ macro