Lines Matching full:ensure
153 /* Test case: ensure that kmalloc() returns uninitialized memory. */
166 * Test case: ensure that kmalloc'ed memory becomes initialized after memset().
180 /* Test case: ensure that kzalloc() returns initialized memory. */
192 /* Test case: ensure that local variables are uninitialized by default. */
203 /* Test case: ensure that local variables with initializers are initialized. */
260 * Test case: ensure that uninitialized values are tracked through function
284 * Test case: ensure kmsan_check_memory() reports an error when checking
333 * Test case: ensure that memset() can initialize a buffer allocated via
353 /* Test case: ensure that use-after-free reporting works. */
371 * Test case: ensure that uninitialized values are propagated through per-CPU
389 * Test case: ensure that passing uninitialized values to printk() leads to an
421 * Test case: ensure that memcpy() correctly copies initialized values.
422 * Also serves as a regression test to ensure DO_NOT_OPTIMIZE() does not cause
442 * Test case: ensure that memcpy() correctly copies uninitialized values between
461 * Test case: ensure that memcpy() correctly copies uninitialized values between
484 * Test case: ensure that memcpy() correctly copies uninitialized values between
555 * Test case: ensure that saving/restoring/printing stacks to/from stackdepot