Lines Matching full:ensure
164 /* Test case: ensure that kmalloc() returns uninitialized memory. */
177 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
191 /* Test case: ensure that kzalloc() returns initialized memory. */
203 /* Test case: ensure that local variables are uninitialized by default. */
214 /* Test case: ensure that local variables with initializers are initialized. */
271 * Test case: ensure that uninitialized values are tracked through function
295 * Test case: ensure kmsan_check_memory() reports an error when checking
344 * Test case: ensure that memset() can initialize a buffer allocated via
364 /* Test case: ensure that use-after-free reporting works. */
382 * Test case: ensure that uninitialized values are propagated through per-CPU
400 * Test case: ensure that passing uninitialized values to printk() leads to an
428 /* Test case: ensure that memcpy() correctly copies initialized values. */
445 * Test case: ensure that memcpy() correctly copies uninitialized values between
463 * Test case: ensure that memcpy() correctly copies uninitialized values between
490 * Test case: ensure that origin slots do not accidentally get overwritten with
508 * Ensure that this does not happen anymore, and for both destination bytes
588 * Test case: ensure that saving/restoring/printing stacks to/from stackdepot
618 * Test case: ensure that kmsan_unpoison_memory() and the instrumentation work