Searched refs:kunit_vm_mmap (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/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-6.15/lib/tests/ |
| H A D | usercopy_kunit.c | 306 user_addr = kunit_vm_mmap(test, NULL, 0, priv->size, in usercopy_test_init()
|
| /linux-6.15/include/kunit/ |
| H A D | test.h | 546 unsigned long kunit_vm_mmap(struct kunit *test, struct file *file,
|
| /linux-6.15/mm/kasan/ |
| H A D | kasan_test_c.c | 2026 useraddr = kunit_vm_mmap(test, NULL, 0, PAGE_SIZE, in copy_user_test_oob()
|