Home
last modified time | relevance | path

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

/linux/mm/kasan/
H A Dhw_tags.c350 if (!(flags & KASAN_VMALLOC_VM_ALLOC)) { in __kasan_unpoison_vmalloc()
H A Dcommon.c626 KASAN_VMALLOC_VM_ALLOC | in __kasan_vrealloc()
/linux/include/linux/
H A Dkasan.h29 #define KASAN_VMALLOC_VM_ALLOC ((__force kasan_vmalloc_flags_t)0x02u) macro
/linux/mm/
H A Dvmalloc.c4076 kasan_flags |= KASAN_VMALLOC_VM_ALLOC; in __vmalloc_node_range_noprof()