Home
last modified time | relevance | path

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

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