Home
last modified time | relevance | path

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

/linux-6.15/mm/kasan/
H A Dcommon.c246 if (kasan_stack_collection_enabled()) in poison_slab_object()
318 if (kasan_stack_collection_enabled() && !is_kmalloc_cache(cache)) in unpoison_slab_object()
376 if (kasan_stack_collection_enabled() && is_kmalloc_cache(cache)) in poison_kmalloc_redzone()
H A Dtags.c86 if (kasan_stack_collection_enabled()) { in kasan_init_tags()
H A Dsw_tags.c49 str_on_off(kasan_stack_collection_enabled())); in kasan_init_sw_tags()
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
H A Dhw_tags.c268 str_on_off(kasan_stack_collection_enabled())); in kasan_init_hw_tags()
H A Dreport.c352 if (kasan_stack_collection_enabled()) in describe_object()