Home
last modified time | relevance | path

Searched refs:kasan_stack_collection_enabled (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/mm/kasan/
H A Dcommon.c235 if (kasan_stack_collection_enabled()) in ____kasan_slab_free()
327 if (kasan_stack_collection_enabled() && !is_kmalloc_cache(cache)) in __kasan_slab_alloc()
373 if (kasan_stack_collection_enabled() && is_kmalloc_cache(cache)) in ____kasan_kmalloc()
H A Dkasan.h17 static inline bool kasan_stack_collection_enabled(void) in kasan_stack_collection_enabled() function
24 static inline bool kasan_stack_collection_enabled(void) in kasan_stack_collection_enabled() function
112 return kasan_stack_collection_enabled(); in kasan_requires_meta()
H A Dtags.c84 if (kasan_stack_collection_enabled()) { in kasan_init_tags()
H A Dsw_tags.c48 kasan_stack_collection_enabled() ? "on" : "off"); in kasan_init_sw_tags()
H A Dhw_tags.c257 kasan_stack_collection_enabled() ? "on" : "off"); in kasan_init_hw_tags()
H A Dreport.c338 if (kasan_stack_collection_enabled()) in describe_object()