/linux/tools/testing/selftests/kvm/lib/ |
H A D | userfaultfd_util.c | 29 int uffd = reader_args->uffd; in uffd_handler_thread_fn() local 109 int uffd; in uffd_setup_demand_paging() local 180 void uffd_stop_demand_paging(struct uffd_desc *uffd) in uffd_stop_demand_paging()
|
/linux/tools/testing/selftests/kvm/include/ |
H A D | userfaultfd_util.h | 19 int uffd; member 27 int uffd; member
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_mod_race.c | 67 int uffd; in test_setup_uffd() local 97 int uffd, ret; in test_bpf_mod_race_config() local
|
/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-pagefault.c | 86 long uffd; /* userfaultfd file descriptor */ in fault_handler_thread() local 139 long uffd; /* userfaultfd file descriptor */ in setup_uf_mem() local
|
/linux/tools/testing/selftests/mm/ |
H A D | vm_util.c | 325 uffd_register_with_ioctls(int uffd,void * addr,uint64_t len,bool miss,bool wp,bool minor,uint64_t * ioctls) uffd_register_with_ioctls() argument 351 uffd_register(int uffd,void * addr,uint64_t len,bool miss,bool wp,bool minor) uffd_register() argument 358 uffd_unregister(int uffd,void * addr,uint64_t len) uffd_unregister() argument
|
H A D | uffd-unit-tests.c | 130 int uffd; in test_uffd_api() local 304 static int pagemap_test_fork(int uffd, bool with_event, bool test_pin) in pagemap_test_fork() 938 uffd_register_detect_zeropage(int uffd, void *addr, uint64_t len) in uffd_register_detect_zeropage() 974 static void uffd_register_poison(int uffd, void *addr, uint64_t len) in uffd_register_poison() 987 static void do_uffdio_poison(int uffd, unsigned long offset) in do_uffdio_poison()
|
H A D | uffd-common.c | 15 int uffd = -1, uffd_flags, finished, *pipefd, test_type; variable 663 int fd, uffd; in uffd_open_dev() local 685 int uffd = uffd_open_sys(flags); in uffd_open() local
|
H A D | hugepage-mremap.c | 64 long uffd; /* userfaultfd file descriptor */ in register_region_with_uffd() local
|
H A D | mkdirty.c | 275 int uffd; in test_uffdio_copy() local
|
H A D | ksm_functional_tests.c | 379 int uffd; in test_unmerge_uffd_wp() local
|
H A D | pagemap_ioctl.c | 36 int uffd; variable [all...] |
/linux/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 458 int uffd = *(int *)arg; in uffd_thread() local 489 int uffd; in test_userfaultfd() local
|
/linux/tools/testing/selftests/kvm/ |
H A D | demand_paging_test.c | 57 static int handle_uffd_page_request(int uffd_mode, int uffd, in handle_uffd_page_request()
|