Lines Matching full:initialized
177 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
184 kunit_info(test, "initialized kmalloc test (no reports)\n"); in test_init_kmalloc()
191 /* Test case: ensure that kzalloc() returns initialized memory. */
197 kunit_info(test, "initialized kzalloc test (no reports)\n"); in test_init_kzalloc()
214 /* Test case: ensure that local variables with initializers are initialized. */
220 kunit_info(test, "initialized stack variable (no reports)\n"); in test_init_stack_var()
314 * initialized pages is still considered as initialized.
323 kunit_info(test, "pages initialized via vmap (no reports)\n"); in test_init_kmsan_vmap_vunmap()
353 kunit_info(test, "vmalloc buffer can be initialized (no reports)\n"); in test_init_vmalloc()
428 /* Test case: ensure that memcpy() correctly copies initialized values. */
438 "memcpy()ing aligned initialized src to aligned dst (no reports)\n"); in test_init_memcpy()
506 * (here . stands for an initialized byte, and x for an uninitialized one.
519 "unaligned 4-byte initialized value gets a nonzero origin after memcpy() - (2 UMR reports)\n"); in test_memcpy_initialized_gap()
593 * initialized because other kernel features (e.g. netdev tracker) may also