Searched refs:kunit_vm_mmap (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/kunit/ |
| H A D | user_alloc.c | 91 unsigned long kunit_vm_mmap(struct kunit *test, struct file *file, in kunit_vm_mmap() function 115 EXPORT_SYMBOL_GPL(kunit_vm_mmap);
|
| /linux/drivers/android/tests/ |
| H A D | binder_alloc_kunit.c | 527 priv->mmap_uaddr = kunit_vm_mmap(test, priv->filp, 0, BINDER_MMAP_SIZE, in binder_alloc_test_init()
|
| /linux/include/kunit/ |
| H A D | test.h | 590 * kunit_vm_mmap() without calling kunit_attach_mm() directly. Only necessary when 599 * kunit_vm_mmap() - Allocate KUnit-tracked vm_mmap() area 610 unsigned long kunit_vm_mmap(struct kunit *test, struct file *file,
|
| /linux/lib/tests/ |
| H A D | kunit_iov_iter.c | 1067 uaddr = kunit_vm_mmap(test, NULL, 0, bufsize, in iov_kunit_iter_to_sg_init()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 2169 useraddr = kunit_vm_mmap(test, NULL, 0, PAGE_SIZE, in copy_user_test_oob()
|