Lines Matching defs:test

42 static int kasan_test_init(struct kunit *test)  in kasan_test_init()
53 static void kasan_test_exit(struct kunit *test) in kasan_test_exit()
64 #define KUNIT_EXPECT_KASAN_FAIL(test, condition) do { \ argument
78 static void kmalloc_oob_right(struct kunit *test) in kmalloc_oob_right()
90 static void kmalloc_oob_left(struct kunit *test) in kmalloc_oob_left()
102 static void kmalloc_node_oob_right(struct kunit *test) in kmalloc_node_oob_right()
114 static void kmalloc_pagealloc_oob_right(struct kunit *test) in kmalloc_pagealloc_oob_right()
134 static void kmalloc_pagealloc_uaf(struct kunit *test) in kmalloc_pagealloc_uaf()
151 static void kmalloc_pagealloc_invalid_free(struct kunit *test) in kmalloc_pagealloc_invalid_free()
167 static void kmalloc_large_oob_right(struct kunit *test) in kmalloc_large_oob_right()
181 static void kmalloc_oob_krealloc_more(struct kunit *test) in kmalloc_oob_krealloc_more()
197 static void kmalloc_oob_krealloc_less(struct kunit *test) in kmalloc_oob_krealloc_less()
213 static void kmalloc_oob_16(struct kunit *test) in kmalloc_oob_16()
236 static void kmalloc_uaf_16(struct kunit *test) in kmalloc_uaf_16()
253 static void kmalloc_oob_memset_2(struct kunit *test) in kmalloc_oob_memset_2()
265 static void kmalloc_oob_memset_4(struct kunit *test) in kmalloc_oob_memset_4()
278 static void kmalloc_oob_memset_8(struct kunit *test) in kmalloc_oob_memset_8()
290 static void kmalloc_oob_memset_16(struct kunit *test) in kmalloc_oob_memset_16()
302 static void kmalloc_oob_in_memset(struct kunit *test) in kmalloc_oob_in_memset()
314 static void kmalloc_memmove_invalid_size(struct kunit *test) in kmalloc_memmove_invalid_size()
330 static void kmalloc_uaf(struct kunit *test) in kmalloc_uaf()
342 static void kmalloc_uaf_memset(struct kunit *test) in kmalloc_uaf_memset()
354 static void kmalloc_uaf2(struct kunit *test) in kmalloc_uaf2()
373 static void kfree_via_page(struct kunit *test) in kfree_via_page()
388 static void kfree_via_phys(struct kunit *test) in kfree_via_phys()
401 static void kmem_cache_oob(struct kunit *test) in kmem_cache_oob()
421 static void memcg_accounted_kmem_cache(struct kunit *test) in memcg_accounted_kmem_cache()
450 static void kasan_global_oob(struct kunit *test) in kasan_global_oob()
464 static void ksize_unpoisons_memory(struct kunit *test) in ksize_unpoisons_memory()
479 static void kasan_stack_oob(struct kunit *test) in kasan_stack_oob()
493 static void kasan_alloca_oob_left(struct kunit *test) in kasan_alloca_oob_left()
513 static void kasan_alloca_oob_right(struct kunit *test) in kasan_alloca_oob_right()
533 static void kmem_cache_double_free(struct kunit *test) in kmem_cache_double_free()
554 static void kmem_cache_invalid_free(struct kunit *test) in kmem_cache_invalid_free()
583 static void kasan_memchr(struct kunit *test) in kasan_memchr()
607 static void kasan_memcmp(struct kunit *test) in kasan_memcmp()
632 static void kasan_strings(struct kunit *test) in kasan_strings()
669 static void kasan_bitops_modify(struct kunit *test, int nr, void *addr) in kasan_bitops_modify()
681 static void kasan_bitops_test_and_modify(struct kunit *test, int nr, void *addr) in kasan_bitops_test_and_modify()
698 static void kasan_bitops_generic(struct kunit *test) in kasan_bitops_generic()
730 static void kasan_bitops_tags(struct kunit *test) in kasan_bitops_tags()
751 static void kmalloc_double_kzfree(struct kunit *test) in kmalloc_double_kzfree()
763 static void vmalloc_oob(struct kunit *test) in vmalloc_oob()