Lines Matching refs:memset
81 memset(kmem, 0x0, size); in test_check_nonzero_user()
123 memset(umem_src, 0x3e, size); in test_copy_struct_from_user()
133 memset(kmem, 0x0, size); in test_copy_struct_from_user()
144 memset(expected + usize, 0x0, ksize - usize); in test_copy_struct_from_user()
146 memset(kmem, 0x0, size); in test_copy_struct_from_user()
156 memset(kmem, 0x0, size); in test_copy_struct_from_user()
168 memset(kmem, 0x0, size); in test_copy_struct_from_user()
213 memset(kmem, 0x3a, PAGE_SIZE * 2); in test_user_copy_init()
216 memset(kmem, 0x0, PAGE_SIZE); in test_user_copy_init()
257 memset(kmem, 0x5a, PAGE_SIZE); in test_user_copy_init()
258 memset(kmem + PAGE_SIZE, 0, PAGE_SIZE); in test_user_copy_init()