Home
last modified time | relevance | path

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

/external/strace/xlat/
Duffd_api_features.h23 #if defined(UFFD_FEATURE_EVENT_REMAP) || (defined(HAVE_DECL_UFFD_FEATURE_EVENT_REMAP) && HAVE_DECL_…
24 XLAT_TYPE(uint64_t, UFFD_FEATURE_EVENT_REMAP),
Duffd_api_features.in4 UFFD_FEATURE_EVENT_REMAP
/external/kernel-headers/original/uapi/linux/
Duserfaultfd.h23 UFFD_FEATURE_EVENT_REMAP | \
172 #define UFFD_FEATURE_EVENT_REMAP (1<<2) macro
/external/syzkaller/sys/linux/
Duffd_ppc64le.const16 UFFD_FEATURE_EVENT_REMAP = 4
Duffd_arm.const16 UFFD_FEATURE_EVENT_REMAP = 4
Duffd_arm64.const16 UFFD_FEATURE_EVENT_REMAP = 4
Duffd_amd64.const16 UFFD_FEATURE_EVENT_REMAP = 4
Duffd_386.const16 UFFD_FEATURE_EVENT_REMAP = 4
Duffd.txt23 uffdio_features = UFFD_FEATURE_PAGEFAULT_FLAG_WP, UFFD_FEATURE_EVENT_FORK, UFFD_FEATURE_EVENT_REMAP
/external/linux-kselftest/tools/testing/selftests/vm/
Duserfaultfd.c925 features = UFFD_FEATURE_EVENT_FORK | UFFD_FEATURE_EVENT_REMAP | in userfaultfd_events_test()