Home
last modified time | relevance | path

Searched refs:uffd_flags_set_mode (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Duserfaultfd.c869 uffd_flags_set_mode(flags, MFILL_ATOMIC_COPY)); in mfill_atomic_copy()
877 uffd_flags_set_mode(0, MFILL_ATOMIC_ZEROPAGE)); in mfill_atomic_zeropage()
893 uffd_flags_set_mode(flags, MFILL_ATOMIC_CONTINUE)); in mfill_atomic_continue()
900 uffd_flags_set_mode(flags, MFILL_ATOMIC_POISON)); in mfill_atomic_poison()
/linux/include/linux/
H A Duserfaultfd_k.h109 static inline uffd_flags_t uffd_flags_set_mode(uffd_flags_t flags, enum mfill_atomic_mode mode) in uffd_flags_set_mode() function