Home
last modified time | relevance | path

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

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