Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Duserfaultfd.h38 UFFD_FEATURE_MINOR_HUGETLBFS | \
229 #define UFFD_FEATURE_MINOR_HUGETLBFS (1<<9) macro
/openbmc/qemu/linux-headers/linux/
H A Duserfaultfd.h38 UFFD_FEATURE_MINOR_HUGETLBFS | \
243 #define UFFD_FEATURE_MINOR_HUGETLBFS (1<<9) macro
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c1143 UFFD_FEATURE_MINOR_HUGETLBFS |
1196 UFFD_FEATURE_MINOR_HUGETLBFS | UFFD_FEATURE_MINOR_SHMEM,
1203 UFFD_FEATURE_MINOR_HUGETLBFS | UFFD_FEATURE_MINOR_SHMEM |
/openbmc/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst111 - ``UFFD_FEATURE_MINOR_HUGETLBFS`` indicates that the kernel supports
/openbmc/linux/fs/
H A Duserfaultfd.c2062 ~(UFFD_FEATURE_MINOR_HUGETLBFS | UFFD_FEATURE_MINOR_SHMEM); in userfaultfd_api()