Lines Matching refs:kunit

49 static int kasan_test_init(struct kunit *test)  in kasan_test_init()
64 static void kasan_test_exit(struct kunit *test) in kasan_test_exit()
126 static void kmalloc_oob_right(struct kunit *test) in kmalloc_oob_right()
155 static void kmalloc_oob_left(struct kunit *test) in kmalloc_oob_left()
168 static void kmalloc_node_oob_right(struct kunit *test) in kmalloc_node_oob_right()
187 static void kmalloc_pagealloc_oob_right(struct kunit *test) in kmalloc_pagealloc_oob_right()
203 static void kmalloc_pagealloc_uaf(struct kunit *test) in kmalloc_pagealloc_uaf()
217 static void kmalloc_pagealloc_invalid_free(struct kunit *test) in kmalloc_pagealloc_invalid_free()
230 static void pagealloc_oob_right(struct kunit *test) in pagealloc_oob_right()
252 static void pagealloc_uaf(struct kunit *test) in pagealloc_uaf()
266 static void kmalloc_large_oob_right(struct kunit *test) in kmalloc_large_oob_right()
283 static void krealloc_more_oob_helper(struct kunit *test, in krealloc_more_oob_helper()
315 static void krealloc_less_oob_helper(struct kunit *test, in krealloc_less_oob_helper()
356 static void krealloc_more_oob(struct kunit *test) in krealloc_more_oob()
361 static void krealloc_less_oob(struct kunit *test) in krealloc_less_oob()
366 static void krealloc_pagealloc_more_oob(struct kunit *test) in krealloc_pagealloc_more_oob()
375 static void krealloc_pagealloc_less_oob(struct kunit *test) in krealloc_pagealloc_less_oob()
388 static void krealloc_uaf(struct kunit *test) in krealloc_uaf()
403 static void kmalloc_oob_16(struct kunit *test) in kmalloc_oob_16()
425 static void kmalloc_uaf_16(struct kunit *test) in kmalloc_uaf_16()
448 static void kmalloc_oob_memset_2(struct kunit *test) in kmalloc_oob_memset_2()
461 static void kmalloc_oob_memset_4(struct kunit *test) in kmalloc_oob_memset_4()
474 static void kmalloc_oob_memset_8(struct kunit *test) in kmalloc_oob_memset_8()
487 static void kmalloc_oob_memset_16(struct kunit *test) in kmalloc_oob_memset_16()
500 static void kmalloc_oob_in_memset(struct kunit *test) in kmalloc_oob_in_memset()
515 static void kmalloc_memmove_negative_size(struct kunit *test) in kmalloc_memmove_negative_size()
539 static void kmalloc_memmove_invalid_size(struct kunit *test) in kmalloc_memmove_invalid_size()
555 static void kmalloc_uaf(struct kunit *test) in kmalloc_uaf()
567 static void kmalloc_uaf_memset(struct kunit *test) in kmalloc_uaf_memset()
585 static void kmalloc_uaf2(struct kunit *test) in kmalloc_uaf2()
615 static void kfree_via_page(struct kunit *test) in kfree_via_page()
630 static void kfree_via_phys(struct kunit *test) in kfree_via_phys()
643 static void kmem_cache_oob(struct kunit *test) in kmem_cache_oob()
665 static void kmem_cache_accounted(struct kunit *test) in kmem_cache_accounted()
692 static void kmem_cache_bulk(struct kunit *test) in kmem_cache_bulk()
719 static void kasan_global_oob_right(struct kunit *test) in kasan_global_oob_right()
742 static void kasan_global_oob_left(struct kunit *test) in kasan_global_oob_left()
757 static void ksize_unpoisons_memory(struct kunit *test) in ksize_unpoisons_memory()
781 static void ksize_uaf(struct kunit *test) in ksize_uaf()
796 static void kasan_stack_oob(struct kunit *test) in kasan_stack_oob()
808 static void kasan_alloca_oob_left(struct kunit *test) in kasan_alloca_oob_left()
823 static void kasan_alloca_oob_right(struct kunit *test) in kasan_alloca_oob_right()
838 static void kmem_cache_double_free(struct kunit *test) in kmem_cache_double_free()
859 static void kmem_cache_invalid_free(struct kunit *test) in kmem_cache_invalid_free()
890 static void kmem_cache_double_destroy(struct kunit *test) in kmem_cache_double_destroy()
901 static void kasan_memchr(struct kunit *test) in kasan_memchr()
926 static void kasan_memcmp(struct kunit *test) in kasan_memcmp()
952 static void kasan_strings(struct kunit *test) in kasan_strings()
988 static void kasan_bitops_modify(struct kunit *test, int nr, void *addr) in kasan_bitops_modify()
1000 static void kasan_bitops_test_and_modify(struct kunit *test, int nr, void *addr) in kasan_bitops_test_and_modify()
1017 static void kasan_bitops_generic(struct kunit *test) in kasan_bitops_generic()
1046 static void kasan_bitops_tags(struct kunit *test) in kasan_bitops_tags()
1064 static void kmalloc_double_kzfree(struct kunit *test) in kmalloc_double_kzfree()
1076 static void vmalloc_helpers_tags(struct kunit *test) in vmalloc_helpers_tags()
1111 static void vmalloc_oob(struct kunit *test) in vmalloc_oob()
1159 static void vmap_tags(struct kunit *test) in vmap_tags()
1202 static void vm_map_ram_tags(struct kunit *test) in vm_map_ram_tags()
1232 static void vmalloc_percpu(struct kunit *test) in vmalloc_percpu()
1263 static void match_all_not_assigned(struct kunit *test) in match_all_not_assigned()
1304 static void match_all_ptr_tag(struct kunit *test) in match_all_ptr_tag()
1330 static void match_all_mem_tag(struct kunit *test) in match_all_mem_tag()