Dmitry V. Levin
6644e1f4e1
* xlat/uffd_api_features.in: New file. * userfaultfd.c: Include "xlat/uffd_api_features.h". (uffdio_ioctl): Print struct uffdio_api.features using PRINT_FIELD_FLAGS64 and uffd_api_features. * NEWS: Mention this. * tests/ioctl_uffdio.c: Include "xlat.h" and "xlat/uffd_api_features.h". (main): Update expected output.
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
#val_type uint64_t
|
|
UFFD_FEATURE_PAGEFAULT_FLAG_WP
|
|
UFFD_FEATURE_EVENT_FORK
|
|
UFFD_FEATURE_EVENT_REMAP
|
|
UFFD_FEATURE_EVENT_REMOVE
|
|
UFFD_FEATURE_MISSING_HUGETLBFS
|
|
UFFD_FEATURE_MISSING_SHMEM
|
|
UFFD_FEATURE_EVENT_UNMAP
|
|
UFFD_FEATURE_EVENT_EXIT
|