Home
last modified time | relevance | path

Searched refs:uffd_test_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/vm/
Duserfaultfd.c309 struct uffd_test_ops { struct
325 static struct uffd_test_ops anon_uffd_test_ops = { argument
332 static struct uffd_test_ops shmem_uffd_test_ops = {
339 static struct uffd_test_ops hugetlb_uffd_test_ops = {
346 static struct uffd_test_ops *uffd_test_ops; variable
414 uffd_test_ops->allocate_area((void **)&area_src); in uffd_test_ctx_init_ext()
415 uffd_test_ops->allocate_area((void **)&area_dst); in uffd_test_ctx_init_ext()
455 uffd_test_ops->release_pages(area_dst); in uffd_test_ctx_init_ext()
572 uffd_test_ops->alias_mapping(&uffdio_copy->dst, in retry_copy_page()
853 uffd_test_ops->release_pages(area_src); in stress()
[all …]