Home
last modified time | relevance | path

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

/openbmc/linux/mm/kasan/
H A Dhw_tags.c325 if (!(flags & KASAN_VMALLOC_VM_ALLOC)) { in __kasan_unpoison_vmalloc()
/openbmc/linux/include/linux/
H A Dkasan.h28 #define KASAN_VMALLOC_VM_ALLOC ((__force kasan_vmalloc_flags_t)0x02u) macro
/openbmc/linux/mm/
H A Dvmalloc.c3341 kasan_flags |= KASAN_VMALLOC_VM_ALLOC; in __vmalloc_node_range()