Searched refs:UFFD_API (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-pagefault.c153 uffdio_api.api = UFFD_API;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c73 uffd_api.api = UFFD_API;
/linux-master/include/uapi/linux/
H A Duserfaultfd.h25 #define UFFD_API ((__u64)0xAA) macro
68 * changed by implementing a different UFFD_API. If sticking to the
69 * same UFFD_API more ioctl can be added and userland will be aware of
173 * long as the uffdio_api.api requested matches UFFD_API.
/linux-master/tools/testing/selftests/mm/
H A Dhugepage-mremap.c73 uffdio_api.api = UFFD_API;
H A Duffd-common.c246 uffdio_api.api = UFFD_API;
251 if (uffdio_api.api != UFFD_API)
695 struct uffdio_api uffdio_api = { .api = UFFD_API, .features = 0 };
H A Dmkdirty.c293 uffdio_api.api = UFFD_API;
H A Dksm_functional_tests.c359 uffdio_api.api = UFFD_API;
H A Duffd-unit-tests.c144 /* Test wrong UFFD_API */
153 uffdio_api.api = UFFD_API;
161 uffdio_api.api = UFFD_API;
H A Dpagemap_ioctl.c100 uffdio_api.api = UFFD_API;
/linux-master/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c137 uffdio_api.api = UFFD_API;
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c503 uffdio_api.api = UFFD_API;
/linux-master/fs/
H A Duserfaultfd.c78 /* internal indication that UFFD_API ioctl was successfully executed */
2052 if (uffdio_api.api != UFFD_API || (features & ~UFFD_API_FEATURES))
2164 pending, total, UFFD_API, ctx->features,

Completed in 240 milliseconds