Home
last modified time | relevance | path

Searched refs:uffd_flags_t (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Duserfaultfd_k.h84 typedef unsigned int __bitwise uffd_flags_t; typedef
97 #define MFILL_ATOMIC_FLAG(nr) ((__force uffd_flags_t) MFILL_ATOMIC_BIT(nr))
98 #define MFILL_ATOMIC_MODE_MASK ((__force uffd_flags_t) (MFILL_ATOMIC_BIT(0) - 1))
100 static inline bool uffd_flags_mode_is(uffd_flags_t flags, enum mfill_atomic_mode expected) in uffd_flags_mode_is()
102 return (flags & MFILL_ATOMIC_MODE_MASK) == ((__force uffd_flags_t) expected); in uffd_flags_mode_is()
105 static inline uffd_flags_t uffd_flags_set_mode(uffd_flags_t flags, enum mfill_atomic_mode mode) in uffd_flags_set_mode()
108 return flags | ((__force uffd_flags_t) mode); in uffd_flags_set_mode()
117 bool newly_allocated, uffd_flags_t flags);
121 uffd_flags_t flags);
126 unsigned long len, uffd_flags_t flags);
[all …]
H A Dshmem_fs.h232 uffd_flags_t flags,
H A Dhugetlb.h149 uffd_flags_t flags,
401 uffd_flags_t flags, in hugetlb_mfill_atomic_pte()
/linux/mm/
H A Duserfaultfd.c171 bool newly_allocated, uffd_flags_t flags) in mfill_atomic_install_pte()
245 uffd_flags_t flags, in mfill_atomic_pte_copy()
387 uffd_flags_t flags) in mfill_atomic_pte_continue()
431 uffd_flags_t flags) in mfill_atomic_pte_poison()
498 uffd_flags_t flags) in mfill_atomic_hugetlb()
657 uffd_flags_t flags);
664 uffd_flags_t flags, in mfill_atomic_pte()
708 uffd_flags_t flags) in mfill_atomic()
870 uffd_flags_t flags) in mfill_atomic_copy()
885 unsigned long len, uffd_flags_t flags) in mfill_atomic_continue()
[all …]
H A Dshmem.c3176 uffd_flags_t flags, in shmem_mfill_atomic_pte()
H A Dhugetlb.c6193 uffd_flags_t flags, in hugetlb_mfill_atomic_pte()
/linux/fs/
H A Duserfaultfd.c1611 uffd_flags_t flags = 0; in userfaultfd_copy()
1776 uffd_flags_t flags = 0; in userfaultfd_continue()